From a5273319e880200c1e3b26e140a9cf8423daf3ce Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Wed, 8 Jul 2009 14:22:11 +0000 Subject: moved test profiles and related resources into test-profiles subdirectory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792157 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010ExcludeList | 81 +++++++++++++++++++++ qpid/java/test-profiles/010ExcludeList-noPrefetch | 61 ++++++++++++++++ qpid/java/test-profiles/010ExcludeList-ssl | 1 + qpid/java/test-profiles/010ExcludeList-store | 64 ++++++++++++++++ qpid/java/test-profiles/08ExcludeList | 17 +++++ qpid/java/test-profiles/08ExcludeList-nonvm | 42 +++++++++++ .../java/test-profiles/08ExcludeList-nopersistence | 1 + qpid/java/test-profiles/ExcludeList | 7 ++ qpid/java/test-profiles/XAExcludeList | 3 + qpid/java/test-profiles/clean-dir | 25 +++++++ qpid/java/test-profiles/cpp.async.testprofile | 3 + qpid/java/test-profiles/cpp.cluster.testprofile | 8 ++ qpid/java/test-profiles/cpp.noprefetch.testprofile | 4 + qpid/java/test-profiles/cpp.ssl.testprofile | 11 +++ qpid/java/test-profiles/cpp.testprofile | 3 + .../test-profiles/default-longrunning.testprofile | 1 + qpid/java/test-profiles/default.testprofile | 28 +++++++ qpid/java/test-profiles/java-derby.testprofile | 7 ++ qpid/java/test-profiles/java.testprofile | 6 ++ qpid/java/test-profiles/log4j-test.xml | 54 ++++++++++++++ qpid/java/test-profiles/test-provider.properties | 44 +++++++++++ .../test-profiles/test_resources/ssl/certstore.jks | Bin 0 -> 498 bytes .../test-profiles/test_resources/ssl/keystore.jks | Bin 0 -> 2186 bytes qpid/java/test-profiles/test_resources/ssl/pfile | 1 + .../test_resources/ssl/server_db/cert8.db | Bin 0 -> 65536 bytes .../test_resources/ssl/server_db/key3.db | Bin 0 -> 16384 bytes .../test_resources/ssl/server_db/secmod.db | Bin 0 -> 16384 bytes .../test_resources/ssl/server_db/server.crt | 12 +++ .../test_resources/ssl/server_db/server.req | 20 +++++ 29 files changed, 504 insertions(+) create mode 100644 qpid/java/test-profiles/010ExcludeList create mode 100644 qpid/java/test-profiles/010ExcludeList-noPrefetch create mode 100644 qpid/java/test-profiles/010ExcludeList-ssl create mode 100644 qpid/java/test-profiles/010ExcludeList-store create mode 100644 qpid/java/test-profiles/08ExcludeList create mode 100644 qpid/java/test-profiles/08ExcludeList-nonvm create mode 100644 qpid/java/test-profiles/08ExcludeList-nopersistence create mode 100644 qpid/java/test-profiles/ExcludeList create mode 100644 qpid/java/test-profiles/XAExcludeList create mode 100755 qpid/java/test-profiles/clean-dir create mode 100644 qpid/java/test-profiles/cpp.async.testprofile create mode 100644 qpid/java/test-profiles/cpp.cluster.testprofile create mode 100644 qpid/java/test-profiles/cpp.noprefetch.testprofile create mode 100644 qpid/java/test-profiles/cpp.ssl.testprofile create mode 100644 qpid/java/test-profiles/cpp.testprofile create mode 100644 qpid/java/test-profiles/default-longrunning.testprofile create mode 100644 qpid/java/test-profiles/default.testprofile create mode 100644 qpid/java/test-profiles/java-derby.testprofile create mode 100644 qpid/java/test-profiles/java.testprofile create mode 100644 qpid/java/test-profiles/log4j-test.xml create mode 100644 qpid/java/test-profiles/test-provider.properties create mode 100644 qpid/java/test-profiles/test_resources/ssl/certstore.jks create mode 100644 qpid/java/test-profiles/test_resources/ssl/keystore.jks create mode 100644 qpid/java/test-profiles/test_resources/ssl/pfile create mode 100644 qpid/java/test-profiles/test_resources/ssl/server_db/cert8.db create mode 100644 qpid/java/test-profiles/test_resources/ssl/server_db/key3.db create mode 100644 qpid/java/test-profiles/test_resources/ssl/server_db/secmod.db create mode 100644 qpid/java/test-profiles/test_resources/ssl/server_db/server.crt create mode 100644 qpid/java/test-profiles/test_resources/ssl/server_db/server.req (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010ExcludeList b/qpid/java/test-profiles/010ExcludeList new file mode 100644 index 0000000000..ca12a4f8a5 --- /dev/null +++ b/qpid/java/test-profiles/010ExcludeList @@ -0,0 +1,81 @@ +org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#* +org.apache.qpid.client.ResetMessageListenerTest#* +// those tests should be run with prefetch off +org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only +org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth +org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber +// those tests need durable subscribe states to be persisted +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent +// those tests require broker recovery +org.apache.qpid.test.unit.ct.DurableSubscriberTest#* +org.apache.qpid.test.unit.xa.TopicTest#testDurSubCrash +org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash +org.apache.qpid.test.unit.xa.TopicTest#testRecover +org.apache.qpid.test.unit.xa.QueueTest#testRecover +org.apache.qpid.test.unit.xa.QueueTest#testSendAndRecover +//These tests are for the java broker +org.apache.qpid.server.security.acl.SimpleACLTest#* +org.apache.qpid.server.plugins.PluginTest#* +// This test is not finished +org.apache.qpid.test.testcases.TTLTest#* +org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover +// Those tests are testing 0.8 specific semantics +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxPubSub +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxP2P +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxP2P +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxPubSub +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxPubSub +org.apache.qpid.test.client.FlowControlTest#* +org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges +org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure +// the 0.10 c++ broker does not implement forget +org.apache.qpid.test.unit.xa.FaultTest#testForget +// the 0-10 c++ broker does not implement priority / this test depends on a Java broker extension for queue creation +org.apache.qpid.server.queue.PriorityTest +//this test checks explicitly for 0-8 flow control semantics +org.apache.qpid.test.client.FlowControlTest +// 0-10 c++ broker doesn't implement virtual hosts, or those wackhy exchanges +org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure +org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges +// 0-10 c++ broker in cpp.testprofile is started with no auth so won't pass this test +org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection +// c++ broker doesn't do selectors, so this will fail +org.apache.qpid.test.unit.topic.TopicSessionTest#testNonMatchingMessagesDoNotFillQueue +// QPID-1225 : Temporary remove this test until the problem has been addressed +org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueSuccess +// InVM Broker tests +org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* +// QPID-1262, QPID-1119 : This test fails occasionally due to potential protocol issue. +org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* +// c++ broker doesn't support priorities, TTL or message bouncing +org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#* +org.apache.qpid.server.queue.PriorityTest#* +org.apache.qpid.server.queue.TimeToLiveTest#* +// QPID-1727 , QPID-1726 :c++ broker does not support flow to disk on transient queues. Also it requries a persistent store impl. for Apache +org.apache.qpid.test.client.QueueBrowsingFlowToDiskTest#* + +// This test currently does not pick up the runtime location of the nonVm queueBacking store. +org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#* + +// This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM +org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* + +//QPID-1818 : 0-10 Client code path does not correctly restore a transacted session after failover. +org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* + +// QPID-1823: this takes ages to run +org.apache.qpid.client.SessionCreateTest#* + +// QPID-1730: the C++ server has a totally different logging mechanism. We should split this file differently +org.apache.qpid.server.AlertingTest#* + +// The C++ server has a totally different persistence mechanism +org.apache.qpid.server.store.PersistentStoreTest#* + diff --git a/qpid/java/test-profiles/010ExcludeList-noPrefetch b/qpid/java/test-profiles/010ExcludeList-noPrefetch new file mode 100644 index 0000000000..dca931b55b --- /dev/null +++ b/qpid/java/test-profiles/010ExcludeList-noPrefetch @@ -0,0 +1,61 @@ +org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#* +org.apache.qpid.client.ResetMessageListenerTest#* +org.apache.qpid.test.unit.transacted.TransactedTest#testRollback +// those tests need durable subscribe states to be persisted +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent +org.apache.qpid.test.unit.ct.DurableSubscriberTest#testDurSubRestoresMessageSelector +// This test cannot be run with no-prefetch +org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash +//These tests are for the java broker +org.apache.qpid.server.security.acl.SimpleACLTest#* +org.apache.qpid.server.plugins.PluginTest#* +// This test is not finished +org.apache.qpid.test.testcases.TTLTest#* +// Those tests require failover support +org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverWithQueueBrowser +org.apache.qpid.test.testcases.FailoverTest#* +org.apache.qpid.test.client.failover.FailoverTest#* +// Those tests are testing 0.8 specific semantics +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxPubSub +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxP2P +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxP2P +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxPubSub +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxPubSub +org.apache.qpid.test.client.FlowControlTest#* +org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges +org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure +// the 0.10 c++ broker does not implement forget +org.apache.qpid.test.unit.xa.FaultTest#testForget +// the 0-10 c++ broker does not implement priority / this test depends on a Java broker extension for queue creation +org.apache.qpid.server.queue.PriorityTest +//this test checks explicitly for 0-8 flow control semantics +org.apache.qpid.test.client.FlowControlTest +// The default cpp.testprofile does not start the cpp broker with authentication so this test will fail. +org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection +// c++ broker doesn't do selectors, so this will fail +org.apache.qpid.test.unit.topic.TopicSessionTest#testNonMatchingMessagesDoNotFillQueue +// QPID-1225 : Temporary remove this test until the problem has been addressed +org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueSuccess + +// InVM Broker tests +org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* +// QPID-1262, QPID-1119 : This test fails occasionally due to potential protocol issue. +org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* diff --git a/qpid/java/test-profiles/010ExcludeList-ssl b/qpid/java/test-profiles/010ExcludeList-ssl new file mode 100644 index 0000000000..bf21ab9cc7 --- /dev/null +++ b/qpid/java/test-profiles/010ExcludeList-ssl @@ -0,0 +1 @@ +org.apache.qpid.test.client.failover.FailoverTest#* diff --git a/qpid/java/test-profiles/010ExcludeList-store b/qpid/java/test-profiles/010ExcludeList-store new file mode 100644 index 0000000000..d4bc8b7b71 --- /dev/null +++ b/qpid/java/test-profiles/010ExcludeList-store @@ -0,0 +1,64 @@ +org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#* +org.apache.qpid.client.ResetMessageListenerTest#* +// those tests should be run with prefetch off +org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only +org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth +org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash +org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber +org.apache.qpid.test.unit.ack.AcknowledgeTest#* +// those tests need durable subscribe states to be persisted +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent +org.apache.qpid.test.unit.ct.DurableSubscriberTest#testDurSubRestoresMessageSelector +//These tests are for the java broker +org.apache.qpid.server.security.acl.SimpleACLTest#* +org.apache.qpid.server.plugins.PluginTest#* +// This test is not finished +org.apache.qpid.test.testcases.TTLTest#* +// Those tests require failover support +org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverWithQueueBrowser +org.apache.qpid.test.testcases.FailoverTest#* +org.apache.qpid.test.client.failover.FailoverTest#* +// Those tests are testing 0.8 specific semantics +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxPubSub +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxP2P +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxP2P +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxPubSub +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxPubSub +org.apache.qpid.test.client.FlowControlTest#* +org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges +org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure +// the 0.10 c++ broker does not implement forget +org.apache.qpid.test.unit.xa.FaultTest#testForget +// the 0-10 c++ broker does not implement priority / this test depends on a Java broker extension for queue creation +org.apache.qpid.server.queue.PriorityTest +//this test checks explicitly for 0-8 flow control semantics +org.apache.qpid.test.client.FlowControlTest +// The default cpp.testprofile does not start the cpp broker with authentication so this test will fail. +org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection +// c++ broker doesn't do selectors, so this will fail +org.apache.qpid.test.unit.topic.TopicSessionTest#testNonMatchingMessagesDoNotFillQueue +// QPID-1225 : Temporary remove this test until the problem has been addressed +org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueSuccess + +// InVM Broker tests +org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* +// QPID-1262, QPID-1119 : This test fails occasionally due to potential protocol issue. +org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* diff --git a/qpid/java/test-profiles/08ExcludeList b/qpid/java/test-profiles/08ExcludeList new file mode 100644 index 0000000000..0866694854 --- /dev/null +++ b/qpid/java/test-profiles/08ExcludeList @@ -0,0 +1,17 @@ +org.apache.qpid.test.unit.ct.DurableSubscriberTests#* +// Those tests are not finished +org.apache.qpid.test.testcases.TTLTest#* +org.apache.qpid.test.testcases.FailoverTest#* +// This is a long running test so should exclude from normal runs +org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover +// Those tests are written against the 0.10 path +org.apache.qpid.test.unit.message.UTF8Test#* +org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait + +//QPID-1818 : Client code path does not correctly restore a transacted session after failover. +org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* + +// QPID-1823: this takes ages to run +org.apache.qpid.client.SessionCreateTest#* + +org.apache.qpid.test.client.RollbackOrderTest#* diff --git a/qpid/java/test-profiles/08ExcludeList-nonvm b/qpid/java/test-profiles/08ExcludeList-nonvm new file mode 100644 index 0000000000..e697201bfd --- /dev/null +++ b/qpid/java/test-profiles/08ExcludeList-nonvm @@ -0,0 +1,42 @@ +org.apache.qpid.test.unit.ct.DurableSubscriberTests#* +// Those tests are not finished +org.apache.qpid.test.testcases.TTLTest#* +org.apache.qpid.test.testcases.FailoverTest#* +// This is a long running test so should exclude from normal runs +org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover +// Those tests require failover support +org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverWithQueueBrowser +org.apache.qpid.test.testcases.FailoverTest#* +org.apache.qpid.test.client.failover.FailoverTest#* + +// InVM Broker tests awaiting resolution of QPID-1103 +org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* +org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* +org.apache.qpid.server.security.acl.SimpleACLTest#* + +// Those tests are written against the 0.10 path +org.apache.qpid.test.unit.message.UTF8Test#* +org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait + +// This test currently does not pick up the runtime location of the nonVm queueBacking store. +org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#* + +// This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM +org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* +//QPID-1818 : Client code path does not correctly restore a transacted session after failover. +org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* +// QPID-1823: this takes ages to run +org.apache.qpid.client.SessionCreateTest#* + +org.apache.qpid.test.client.RollbackOrderTest#* diff --git a/qpid/java/test-profiles/08ExcludeList-nopersistence b/qpid/java/test-profiles/08ExcludeList-nopersistence new file mode 100644 index 0000000000..f81e9c213c --- /dev/null +++ b/qpid/java/test-profiles/08ExcludeList-nopersistence @@ -0,0 +1 @@ +org.apache.qpid.server.store.PersistentStoreTest#* diff --git a/qpid/java/test-profiles/ExcludeList b/qpid/java/test-profiles/ExcludeList new file mode 100644 index 0000000000..a3a61b51db --- /dev/null +++ b/qpid/java/test-profiles/ExcludeList @@ -0,0 +1,7 @@ +org.apache.qpid.client.MultipleJCAProviderRegistrationTest#test +// QPID-1715, QPID-1715 : Client Error Handling on close is still broken +org.apache.qpid.server.queue.QueueCreateTest#testCreatePriorityString +org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskValidNoSize +org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskInvalid +org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskInvalidSize + diff --git a/qpid/java/test-profiles/XAExcludeList b/qpid/java/test-profiles/XAExcludeList new file mode 100644 index 0000000000..1bb26c5f27 --- /dev/null +++ b/qpid/java/test-profiles/XAExcludeList @@ -0,0 +1,3 @@ +org.apache.qpid.test.unit.xa.QueueTest#* +org.apache.qpid.test.unit.xa.TopicTest#* +org.apache.qpid.test.unit.xa.FaultTest#* diff --git a/qpid/java/test-profiles/clean-dir b/qpid/java/test-profiles/clean-dir new file mode 100755 index 0000000000..4d6141b4ab --- /dev/null +++ b/qpid/java/test-profiles/clean-dir @@ -0,0 +1,25 @@ + +#!/bin/bash +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# + + +rm -rf $@; mkdir $@ diff --git a/qpid/java/test-profiles/cpp.async.testprofile b/qpid/java/test-profiles/cpp.async.testprofile new file mode 100644 index 0000000000..1c467a0b79 --- /dev/null +++ b/qpid/java/test-profiles/cpp.async.testprofile @@ -0,0 +1,3 @@ +broker.version=0-10 +broker=${project.root}/../cpp/src/qpidd -p @PORT --data-dir ${build.data}/@PORT -t --load-module ${project.root}/../../cppStore/cpp/lib/.libs/msgstore.so --auth no +test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList-store diff --git a/qpid/java/test-profiles/cpp.cluster.testprofile b/qpid/java/test-profiles/cpp.cluster.testprofile new file mode 100644 index 0000000000..8e8e48e777 --- /dev/null +++ b/qpid/java/test-profiles/cpp.cluster.testprofile @@ -0,0 +1,8 @@ +broker.version=0-10 +broker=${project.root}/../cpp/src/qpidd --load-module ${project.root}/../cpp/src/.libs/cluster.so --cluster-name cpp-java-test-cluster -p @PORT --data-dir ${build.data}/@PORT -t --auth no +test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/XAExcludeList ${test.profiles}/010ExcludeList + +profile.clustered=true +profile.failoverMsgCount=10 +profile.failoverIterations=10 +profile.failoverRandomSeed=20080921 diff --git a/qpid/java/test-profiles/cpp.noprefetch.testprofile b/qpid/java/test-profiles/cpp.noprefetch.testprofile new file mode 100644 index 0000000000..d4cac445da --- /dev/null +++ b/qpid/java/test-profiles/cpp.noprefetch.testprofile @@ -0,0 +1,4 @@ +broker.version=0-10 +broker=${project.root}/../cpp/src/qpidd -p @PORT --data-dir ${build.data}/@PORT -t --load-module ${project.root}/../../cppStore/cpp/lib/.libs/msgstore.so --auth no +test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList-noPrefetch +max_prefetch=0 diff --git a/qpid/java/test-profiles/cpp.ssl.testprofile b/qpid/java/test-profiles/cpp.ssl.testprofile new file mode 100644 index 0000000000..9d54f03569 --- /dev/null +++ b/qpid/java/test-profiles/cpp.ssl.testprofile @@ -0,0 +1,11 @@ +broker.version=0-10 +broker=${project.root}/../cpp/src/qpidd -p @PORT --load-module ${project.root}/../cpp/src/.libs/ssl.so --ssl-cert-name localhost.localdomain --ssl-cert-password-file ${test.profiles}/test_resources/ssl/pfile --ssl-cert-db ${test.profiles}/test_resources/ssl/server_db/ --ssl-require-client-authentication --data-dir ${build.data}/@PORT -t --auth no +test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList ${test.profiles}/010ExcludeList-ssl +test.excludeslist=org.apache.qpid.test.client.failover.FailoverTest#* +profile.use_ssl=true +broker.ready= Listening for SSL connections + +javax.net.ssl.keyStore=${test.profiles}/test_resources/ssl/keystore.jks +javax.net.ssl.keyStorePassword=password +javax.net.ssl.trustStore=${test.profiles}/test_resources/ssl/certstore.jks +javax.net.ssl.trustStorePassword=password diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile new file mode 100644 index 0000000000..a09c097cb7 --- /dev/null +++ b/qpid/java/test-profiles/cpp.testprofile @@ -0,0 +1,3 @@ +broker.version=0-10 +broker=${project.root}/../cpp/src/qpidd -p @PORT --data-dir ${build.data}/@PORT -t --auth no +test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList diff --git a/qpid/java/test-profiles/default-longrunning.testprofile b/qpid/java/test-profiles/default-longrunning.testprofile new file mode 100644 index 0000000000..bf24e4f9da --- /dev/null +++ b/qpid/java/test-profiles/default-longrunning.testprofile @@ -0,0 +1 @@ +test.includesfile=${test.profiles}/08LongRunningList diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile new file mode 100644 index 0000000000..58e9f90198 --- /dev/null +++ b/qpid/java/test-profiles/default.testprofile @@ -0,0 +1,28 @@ +java.naming.factory.initial=org.apache.qpid.jndi.PropertiesFileInitialContextFactory +java.naming.provider.url=${test.profiles}/test-provider.properties + +broker.version=0-8 +broker=vm +broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB +broker.ready=Listening on TCP port +broker.config=${project.root}/build/etc/config-systests.xml + +max_prefetch=1000 + +log=debug +amqj.logging.level=${log} +amqj.protocol.logging.level=${log} +root.logging.level=warn +log4j.configuration=file:///${test.profiles}/log4j-test.xml +log4j.debug=false + +test.excludes=true +test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/XAExcludeList ${test.profiles}/08ExcludeList ${test.profiles}/08ExcludeList-nopersistence +test.fork=no +test.mem=512M +test=*Test +haltonfailure=no +haltonerror=no +exclude.modules=none + +profile.clustered=false diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile new file mode 100644 index 0000000000..1786e96712 --- /dev/null +++ b/qpid/java/test-profiles/java-derby.testprofile @@ -0,0 +1,7 @@ +broker.language=java +broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml +broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB +broker.ready=Qpid Broker Ready +broker.config=${project.root}/build/etc/config-systests-derby.xml + +test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/XAExcludeList ${test.profiles}/08ExcludeList-nonvm diff --git a/qpid/java/test-profiles/java.testprofile b/qpid/java/test-profiles/java.testprofile new file mode 100644 index 0000000000..d1e4c12bc1 --- /dev/null +++ b/qpid/java/test-profiles/java.testprofile @@ -0,0 +1,6 @@ +broker.language=java +broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml +broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB +broker.ready=Qpid Broker Ready + +test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/XAExcludeList ${test.profiles}/08ExcludeList-nonvm ${test.profiles}/08ExcludeList-nopersistence diff --git a/qpid/java/test-profiles/log4j-test.xml b/qpid/java/test-profiles/log4j-test.xml new file mode 100644 index 0000000000..0aaa7d8686 --- /dev/null +++ b/qpid/java/test-profiles/log4j-test.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/qpid/java/test-profiles/test-provider.properties b/qpid/java/test-profiles/test-provider.properties new file mode 100644 index 0000000000..2479b5a5f0 --- /dev/null +++ b/qpid/java/test-profiles/test-provider.properties @@ -0,0 +1,44 @@ +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# + +test.port=5672 +test.port.ssl=5671 +test.port.alt=5673 + +connectionfactory.default = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port}' +connectionfactory.default.vm = amqp://username:password@clientid/test?brokerlist='vm://:1' +connectionfactory.ssl = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port.ssl}?ssl='true'' + +connectionfactory.failover = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port.alt};tcp://localhost:${test.port}'&sync_ack='true'&sync_publish='all'&failover='roundrobin?cyclecount='20'' +connectionfactory.failover.vm = amqp://username:password@clientid/test?brokerlist='vm://:2;vm://:1' +connectionfactory.connection1 = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port}' +connectionfactory.connection2 = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port.alt}' +connectionfactory.connection1.vm = amqp://username:password@clientid/test?brokerlist='vm://:1' +connectionfactory.connection2.vm = amqp://username:password@clientid/test?brokerlist='vm://:2' + + +queue.MyQueue = example.MyQueue +queue.queue = example.queue +queue.xaQueue = xaQueue + +topic.topic = topic +topic.xaTopic = xaTopic +topic.durableSubscriberTopic = durableSubscriberTopic diff --git a/qpid/java/test-profiles/test_resources/ssl/certstore.jks b/qpid/java/test-profiles/test_resources/ssl/certstore.jks new file mode 100644 index 0000000000..57460491fe Binary files /dev/null and b/qpid/java/test-profiles/test_resources/ssl/certstore.jks differ diff --git a/qpid/java/test-profiles/test_resources/ssl/keystore.jks b/qpid/java/test-profiles/test_resources/ssl/keystore.jks new file mode 100644 index 0000000000..8e033ec932 Binary files /dev/null and b/qpid/java/test-profiles/test_resources/ssl/keystore.jks differ diff --git a/qpid/java/test-profiles/test_resources/ssl/pfile b/qpid/java/test-profiles/test_resources/ssl/pfile new file mode 100644 index 0000000000..f3097ab130 --- /dev/null +++ b/qpid/java/test-profiles/test_resources/ssl/pfile @@ -0,0 +1 @@ +password diff --git a/qpid/java/test-profiles/test_resources/ssl/server_db/cert8.db b/qpid/java/test-profiles/test_resources/ssl/server_db/cert8.db new file mode 100644 index 0000000000..3063a1fef3 Binary files /dev/null and b/qpid/java/test-profiles/test_resources/ssl/server_db/cert8.db differ diff --git a/qpid/java/test-profiles/test_resources/ssl/server_db/key3.db b/qpid/java/test-profiles/test_resources/ssl/server_db/key3.db new file mode 100644 index 0000000000..be86b4af4b Binary files /dev/null and b/qpid/java/test-profiles/test_resources/ssl/server_db/key3.db differ diff --git a/qpid/java/test-profiles/test_resources/ssl/server_db/secmod.db b/qpid/java/test-profiles/test_resources/ssl/server_db/secmod.db new file mode 100644 index 0000000000..9c71db0abe Binary files /dev/null and b/qpid/java/test-profiles/test_resources/ssl/server_db/secmod.db differ diff --git a/qpid/java/test-profiles/test_resources/ssl/server_db/server.crt b/qpid/java/test-profiles/test_resources/ssl/server_db/server.crt new file mode 100644 index 0000000000..eb9323ff34 --- /dev/null +++ b/qpid/java/test-profiles/test_resources/ssl/server_db/server.crt @@ -0,0 +1,12 @@ +-----BEGIN CERTIFICATE----- +MIIBuDCCASGgAwIBAgIFAIzxXHYwDQYJKoZIhvcNAQEEBQAwETEPMA0GA1UEAxMG +Um9vdENBMB4XDTA5MDQxNDIxNTUyOVoXDTEyMDQxNDIxNTUyOVowIDEeMBwGA1UE +AxMVbG9jYWxob3N0LmxvY2FsZG9tYWluMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCB +iQKBgQDNyXKaIcdDsBrcfsTRhIIsCGPCPKRuzN4w24PjfL72G7v0eyvKuposWDLf +Os9T5ijaimYkbCyR+evnxFII/lOBFXGtzorTUnfVPvdIr8CEqjdTjJlCjT/rxjd0 +08kiMC9V4ohefnglA3UMBxm1st3IP6JzlUXlZqZdrfq1LLnLqQIDAQABow0wCzAJ +BgNVHRMEAjAAMA0GCSqGSIb3DQEBBAUAA4GBAKkbAt9ockhmcfLGpyILfTUTqVqU +Ys2VrOSDaJIxuQEouWNx9bIngKyBV23AvDbQ2Nb9QI8cuzu7laydO//obPrLpvH1 +MbOyd3j+JNNml9mDZw2rR8QpOvC9YDzBVcZgmw8QnHbTHYYdjUIGbXtWvG93gWTj +QYVlvktPF1aM3RrM +-----END CERTIFICATE----- diff --git a/qpid/java/test-profiles/test_resources/ssl/server_db/server.req b/qpid/java/test-profiles/test_resources/ssl/server_db/server.req new file mode 100644 index 0000000000..a5a3fb2e35 --- /dev/null +++ b/qpid/java/test-profiles/test_resources/ssl/server_db/server.req @@ -0,0 +1,20 @@ + +Certificate request generated by Netscape certutil +Phone: (not specified) + +Common Name: localhost.localdomain +Email: (not specified) +Organization: (not specified) +State: (not specified) +Country: (not specified) + +-----BEGIN NEW CERTIFICATE REQUEST----- +MIIBXzCByQIBADAgMR4wHAYDVQQDExVsb2NhbGhvc3QubG9jYWxkb21haW4wgZ8w +DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM3Jcpohx0OwGtx+xNGEgiwIY8I8pG7M +3jDbg+N8vvYbu/R7K8q6mixYMt86z1PmKNqKZiRsLJH56+fEUgj+U4EVca3OitNS +d9U+90ivwISqN1OMmUKNP+vGN3TTySIwL1XiiF5+eCUDdQwHGbWy3cg/onOVReVm +pl2t+rUsucupAgMBAAGgADANBgkqhkiG9w0BAQQFAAOBgQCD9+h4+q7Snw4F5E4i +oCu9SvUgTpMs6ClZUoaCJzjVmkygZwyq38iZV0W6I94MXZ9PFbvyiZkKy0t2oMNk +J33NOmaHoKOylYBkVlhHjknyYbvcL0Uwoj0/fyRbSZdllhAHUJgrjMBwPKks8+UJ +0crBkyRYg2gSCLQaPwJPm4ddpw== +-----END NEW CERTIFICATE REQUEST----- -- cgit v1.2.1 From 9b5891643be78710f6bc728bbeb67ec6a7b4f6b6 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Mon, 13 Jul 2009 22:02:36 +0000 Subject: changed default test ports to not conflict with the IANA assigned port numbers git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793727 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/default.testprofile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index 58e9f90198..80d2e6a8a4 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -16,6 +16,10 @@ root.logging.level=warn log4j.configuration=file:///${test.profiles}/log4j-test.xml log4j.debug=false +test.port=15672 +test.port.ssl=15671 +test.port.alt=15673 + test.excludes=true test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/XAExcludeList ${test.profiles}/08ExcludeList ${test.profiles}/08ExcludeList-nopersistence test.fork=no -- cgit v1.2.1 From f8615b90193e0493adfb64ed3973797f60727dfc Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Tue, 14 Jul 2009 19:51:03 +0000 Subject: added support for profile inheritence and refactored profiles to permit convenient overriding of broker location and additional broker arguments git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794037 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/cpp.async.testprofile | 4 ++-- qpid/java/test-profiles/cpp.cluster.testprofile | 4 ++-- qpid/java/test-profiles/cpp.noprefetch.testprofile | 4 ++-- qpid/java/test-profiles/cpp.ssl.testprofile | 4 ++-- qpid/java/test-profiles/cpp.testprofile | 5 ++++- 5 files changed, 12 insertions(+), 9 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/cpp.async.testprofile b/qpid/java/test-profiles/cpp.async.testprofile index 1c467a0b79..c1fe31040e 100644 --- a/qpid/java/test-profiles/cpp.async.testprofile +++ b/qpid/java/test-profiles/cpp.async.testprofile @@ -1,3 +1,3 @@ -broker.version=0-10 -broker=${project.root}/../cpp/src/qpidd -p @PORT --data-dir ${build.data}/@PORT -t --load-module ${project.root}/../../cppStore/cpp/lib/.libs/msgstore.so --auth no +profile.inherit=cpp +broker.modules=--load-module ${project.root}/../../cppStore/cpp/lib/.libs/msgstore.so test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList-store diff --git a/qpid/java/test-profiles/cpp.cluster.testprofile b/qpid/java/test-profiles/cpp.cluster.testprofile index 8e8e48e777..9bb5bc6af6 100644 --- a/qpid/java/test-profiles/cpp.cluster.testprofile +++ b/qpid/java/test-profiles/cpp.cluster.testprofile @@ -1,5 +1,5 @@ -broker.version=0-10 -broker=${project.root}/../cpp/src/qpidd --load-module ${project.root}/../cpp/src/.libs/cluster.so --cluster-name cpp-java-test-cluster -p @PORT --data-dir ${build.data}/@PORT -t --auth no +profile.inherit=cpp +broker.modules=--load-module ${project.root}/../cpp/src/.libs/cluster.so --cluster-name cpp-java-test-cluster test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/XAExcludeList ${test.profiles}/010ExcludeList profile.clustered=true diff --git a/qpid/java/test-profiles/cpp.noprefetch.testprofile b/qpid/java/test-profiles/cpp.noprefetch.testprofile index d4cac445da..4e08200e94 100644 --- a/qpid/java/test-profiles/cpp.noprefetch.testprofile +++ b/qpid/java/test-profiles/cpp.noprefetch.testprofile @@ -1,4 +1,4 @@ -broker.version=0-10 -broker=${project.root}/../cpp/src/qpidd -p @PORT --data-dir ${build.data}/@PORT -t --load-module ${project.root}/../../cppStore/cpp/lib/.libs/msgstore.so --auth no +profile.inherit=cpp +broker.modules=--load-module ${project.root}/../../cppStore/cpp/lib/.libs/msgstore.so test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList-noPrefetch max_prefetch=0 diff --git a/qpid/java/test-profiles/cpp.ssl.testprofile b/qpid/java/test-profiles/cpp.ssl.testprofile index 9d54f03569..072840372c 100644 --- a/qpid/java/test-profiles/cpp.ssl.testprofile +++ b/qpid/java/test-profiles/cpp.ssl.testprofile @@ -1,5 +1,5 @@ -broker.version=0-10 -broker=${project.root}/../cpp/src/qpidd -p @PORT --load-module ${project.root}/../cpp/src/.libs/ssl.so --ssl-cert-name localhost.localdomain --ssl-cert-password-file ${test.profiles}/test_resources/ssl/pfile --ssl-cert-db ${test.profiles}/test_resources/ssl/server_db/ --ssl-require-client-authentication --data-dir ${build.data}/@PORT -t --auth no +profile.inherit=cpp +broker.modules=--load-module ${project.root}/../cpp/src/.libs/ssl.so --ssl-cert-name localhost.localdomain --ssl-cert-password-file ${test.profiles}/test_resources/ssl/pfile --ssl-cert-db ${test.profiles}/test_resources/ssl/server_db/ --ssl-require-client-authentication test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList ${test.profiles}/010ExcludeList-ssl test.excludeslist=org.apache.qpid.test.client.failover.FailoverTest#* profile.use_ssl=true diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile index a09c097cb7..aed4a0adca 100644 --- a/qpid/java/test-profiles/cpp.testprofile +++ b/qpid/java/test-profiles/cpp.testprofile @@ -1,3 +1,6 @@ broker.version=0-10 -broker=${project.root}/../cpp/src/qpidd -p @PORT --data-dir ${build.data}/@PORT -t --auth no +broker.command=${project.root}/../cpp/src/qpidd +broker.modules= +broker.args= +broker=${broker.command} -p @PORT --data-dir ${build.data}/@PORT -t --auth no ${broker.modules} ${broker.args} test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList -- cgit v1.2.1 From 6bd0e9b3ff37431b539bf2db22117c5ee099a2f9 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Wed, 15 Jul 2009 15:20:55 +0000 Subject: added --no-module-dir to broker invocation to prevent system brokers from loading unexpected modules git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794300 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/cpp.testprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile index aed4a0adca..da39a6284f 100644 --- a/qpid/java/test-profiles/cpp.testprofile +++ b/qpid/java/test-profiles/cpp.testprofile @@ -2,5 +2,5 @@ broker.version=0-10 broker.command=${project.root}/../cpp/src/qpidd broker.modules= broker.args= -broker=${broker.command} -p @PORT --data-dir ${build.data}/@PORT -t --auth no ${broker.modules} ${broker.args} +broker=${broker.command} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args} test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList -- cgit v1.2.1 From 5f7116bbba781af8910a2bed9e842aa2839b3d96 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Fri, 17 Jul 2009 11:53:43 +0000 Subject: added system properties for controlling the module locations used during test runs; concat all the profile properties together before loading so that more can be shared between profiles; added an @SSL_PORT to the substitutions done by QpidTestCase git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@795056 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/cpp.async.testprofile | 6 ++++-- qpid/java/test-profiles/cpp.cluster.testprofile | 6 ++++-- qpid/java/test-profiles/cpp.noprefetch.testprofile | 3 +-- qpid/java/test-profiles/cpp.ssl.testprofile | 7 +++++-- qpid/java/test-profiles/cpp.testprofile | 15 +++++++++++++-- 5 files changed, 27 insertions(+), 10 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/cpp.async.testprofile b/qpid/java/test-profiles/cpp.async.testprofile index c1fe31040e..5b6834e8c0 100644 --- a/qpid/java/test-profiles/cpp.async.testprofile +++ b/qpid/java/test-profiles/cpp.async.testprofile @@ -1,3 +1,5 @@ -profile.inherit=cpp -broker.modules=--load-module ${project.root}/../../cppStore/cpp/lib/.libs/msgstore.so +include=cpp + +broker.modules=--load-module ${broker.module.store} + test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList-store diff --git a/qpid/java/test-profiles/cpp.cluster.testprofile b/qpid/java/test-profiles/cpp.cluster.testprofile index 9bb5bc6af6..49ddc98f4f 100644 --- a/qpid/java/test-profiles/cpp.cluster.testprofile +++ b/qpid/java/test-profiles/cpp.cluster.testprofile @@ -1,5 +1,7 @@ -profile.inherit=cpp -broker.modules=--load-module ${project.root}/../cpp/src/.libs/cluster.so --cluster-name cpp-java-test-cluster +include=cpp + +broker.modules=--load-module ${broker.module.cluster} --cluster-name cpp-java-test-cluster + test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/XAExcludeList ${test.profiles}/010ExcludeList profile.clustered=true diff --git a/qpid/java/test-profiles/cpp.noprefetch.testprofile b/qpid/java/test-profiles/cpp.noprefetch.testprofile index 4e08200e94..a488b89480 100644 --- a/qpid/java/test-profiles/cpp.noprefetch.testprofile +++ b/qpid/java/test-profiles/cpp.noprefetch.testprofile @@ -1,4 +1,3 @@ -profile.inherit=cpp -broker.modules=--load-module ${project.root}/../../cppStore/cpp/lib/.libs/msgstore.so +include=cpp cpp.async test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList-noPrefetch max_prefetch=0 diff --git a/qpid/java/test-profiles/cpp.ssl.testprofile b/qpid/java/test-profiles/cpp.ssl.testprofile index 072840372c..08d4fd895a 100644 --- a/qpid/java/test-profiles/cpp.ssl.testprofile +++ b/qpid/java/test-profiles/cpp.ssl.testprofile @@ -1,7 +1,10 @@ -profile.inherit=cpp -broker.modules=--load-module ${project.root}/../cpp/src/.libs/ssl.so --ssl-cert-name localhost.localdomain --ssl-cert-password-file ${test.profiles}/test_resources/ssl/pfile --ssl-cert-db ${test.profiles}/test_resources/ssl/server_db/ --ssl-require-client-authentication +include=cpp + +broker.modules=--load-module ${broker.module.ssl} --ssl-cert-name localhost.localdomain --ssl-cert-password-file ${test.profiles}/test_resources/ssl/pfile --ssl-cert-db ${test.profiles}/test_resources/ssl/server_db/ --ssl-require-client-authentication --ssl-port @SSL_PORT + test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList ${test.profiles}/010ExcludeList-ssl test.excludeslist=org.apache.qpid.test.client.failover.FailoverTest#* + profile.use_ssl=true broker.ready= Listening for SSL connections diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile index da39a6284f..1156ae6b8c 100644 --- a/qpid/java/test-profiles/cpp.testprofile +++ b/qpid/java/test-profiles/cpp.testprofile @@ -1,6 +1,17 @@ broker.version=0-10 -broker.command=${project.root}/../cpp/src/qpidd + +broker.dir=${project.root}/../cpp/src +module.dir=${broker.dir}/.libs +store.dir=${project.root}/../../cppStore/cpp/lib/.libs + +broker.executable=${broker.dir}/qpidd +broker.module.ssl=${module.dir}/ssl.so +broker.module.cluster=${module.dir}/cluster.so +broker.module.store=${store.dir}/msgstore.so + broker.modules= broker.args= -broker=${broker.command} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args} + +broker=${broker.executable} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args} + test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList -- cgit v1.2.1 From a86f4edcb85253259716fd10618930c0de1380d5 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Mon, 20 Jul 2009 12:29:19 +0000 Subject: changed the confusingly named store.dir parameter to store.module.dir git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@795799 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/cpp.testprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile index 1156ae6b8c..414e364ecc 100644 --- a/qpid/java/test-profiles/cpp.testprofile +++ b/qpid/java/test-profiles/cpp.testprofile @@ -2,12 +2,12 @@ broker.version=0-10 broker.dir=${project.root}/../cpp/src module.dir=${broker.dir}/.libs -store.dir=${project.root}/../../cppStore/cpp/lib/.libs +store.module.dir=${project.root}/../../cppStore/cpp/lib/.libs broker.executable=${broker.dir}/qpidd broker.module.ssl=${module.dir}/ssl.so broker.module.cluster=${module.dir}/cluster.so -broker.module.store=${store.dir}/msgstore.so +broker.module.store=${store.module.dir}/msgstore.so broker.modules= broker.args= -- cgit v1.2.1 From 2b53b079f44f11d0953f1226c26dbad2f0994d79 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Mon, 20 Jul 2009 14:42:44 +0000 Subject: make the noprefetch profile not load the store git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@795864 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/cpp.noprefetch.testprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/cpp.noprefetch.testprofile b/qpid/java/test-profiles/cpp.noprefetch.testprofile index a488b89480..4c8c827e30 100644 --- a/qpid/java/test-profiles/cpp.noprefetch.testprofile +++ b/qpid/java/test-profiles/cpp.noprefetch.testprofile @@ -1,3 +1,3 @@ -include=cpp cpp.async +include=cpp test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList-noPrefetch max_prefetch=0 -- cgit v1.2.1 From 413663a124d73021ca99b2bf0a9efdfd22b7957e Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Sat, 25 Jul 2009 02:39:16 +0000 Subject: eliminate duplication between exclude lists for the various cpp profiles git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797706 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010ExcludeList | 34 ++++++------ qpid/java/test-profiles/010ExcludeList-noPrefetch | 61 --------------------- qpid/java/test-profiles/010ExcludeList-ssl | 1 - qpid/java/test-profiles/010ExcludeList-store | 64 ----------------------- qpid/java/test-profiles/cpp.async.excludes | 4 ++ qpid/java/test-profiles/cpp.async.testprofile | 3 -- qpid/java/test-profiles/cpp.cluster.testprofile | 2 +- qpid/java/test-profiles/cpp.excludes | 15 ++++++ qpid/java/test-profiles/cpp.noprefetch.excludes | 10 ++++ qpid/java/test-profiles/cpp.ssl.excludes | 1 + qpid/java/test-profiles/cpp.ssl.testprofile | 3 -- qpid/java/test-profiles/cpp.testprofile | 2 +- 12 files changed, 48 insertions(+), 152 deletions(-) delete mode 100644 qpid/java/test-profiles/010ExcludeList-noPrefetch delete mode 100644 qpid/java/test-profiles/010ExcludeList-ssl delete mode 100644 qpid/java/test-profiles/010ExcludeList-store create mode 100644 qpid/java/test-profiles/cpp.async.excludes create mode 100644 qpid/java/test-profiles/cpp.excludes create mode 100644 qpid/java/test-profiles/cpp.noprefetch.excludes create mode 100644 qpid/java/test-profiles/cpp.ssl.excludes (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010ExcludeList b/qpid/java/test-profiles/010ExcludeList index ca12a4f8a5..69077a97c8 100644 --- a/qpid/java/test-profiles/010ExcludeList +++ b/qpid/java/test-profiles/010ExcludeList @@ -1,24 +1,14 @@ org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#* org.apache.qpid.client.ResetMessageListenerTest#* -// those tests should be run with prefetch off -org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only -org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth -org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber -// those tests need durable subscribe states to be persisted -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent -// those tests require broker recovery -org.apache.qpid.test.unit.ct.DurableSubscriberTest#* -org.apache.qpid.test.unit.xa.TopicTest#testDurSubCrash -org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash -org.apache.qpid.test.unit.xa.TopicTest#testRecover -org.apache.qpid.test.unit.xa.QueueTest#testRecover -org.apache.qpid.test.unit.xa.QueueTest#testSendAndRecover + //These tests are for the java broker org.apache.qpid.server.security.acl.SimpleACLTest#* org.apache.qpid.server.plugins.PluginTest#* + // This test is not finished org.apache.qpid.test.testcases.TTLTest#* org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover + // Those tests are testing 0.8 specific semantics org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxP2P org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxP2P @@ -35,29 +25,37 @@ org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFails org.apache.qpid.test.client.FlowControlTest#* org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure + // the 0.10 c++ broker does not implement forget org.apache.qpid.test.unit.xa.FaultTest#testForget + // the 0-10 c++ broker does not implement priority / this test depends on a Java broker extension for queue creation org.apache.qpid.server.queue.PriorityTest + //this test checks explicitly for 0-8 flow control semantics org.apache.qpid.test.client.FlowControlTest + // 0-10 c++ broker doesn't implement virtual hosts, or those wackhy exchanges org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges + // 0-10 c++ broker in cpp.testprofile is started with no auth so won't pass this test org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection + // c++ broker doesn't do selectors, so this will fail org.apache.qpid.test.unit.topic.TopicSessionTest#testNonMatchingMessagesDoNotFillQueue -// QPID-1225 : Temporary remove this test until the problem has been addressed -org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueSuccess + // InVM Broker tests org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* + // QPID-1262, QPID-1119 : This test fails occasionally due to potential protocol issue. org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* + // c++ broker doesn't support priorities, TTL or message bouncing org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#* org.apache.qpid.server.queue.PriorityTest#* org.apache.qpid.server.queue.TimeToLiveTest#* + // QPID-1727 , QPID-1726 :c++ broker does not support flow to disk on transient queues. Also it requries a persistent store impl. for Apache org.apache.qpid.test.client.QueueBrowsingFlowToDiskTest#* @@ -70,12 +68,12 @@ org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* //QPID-1818 : 0-10 Client code path does not correctly restore a transacted session after failover. org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* -// QPID-1823: this takes ages to run -org.apache.qpid.client.SessionCreateTest#* - // QPID-1730: the C++ server has a totally different logging mechanism. We should split this file differently org.apache.qpid.server.AlertingTest#* // The C++ server has a totally different persistence mechanism org.apache.qpid.server.store.PersistentStoreTest#* +// QPID-1225 : Temporary remove this test until the problem has been addressed +org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueSuccess + diff --git a/qpid/java/test-profiles/010ExcludeList-noPrefetch b/qpid/java/test-profiles/010ExcludeList-noPrefetch deleted file mode 100644 index dca931b55b..0000000000 --- a/qpid/java/test-profiles/010ExcludeList-noPrefetch +++ /dev/null @@ -1,61 +0,0 @@ -org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#* -org.apache.qpid.client.ResetMessageListenerTest#* -org.apache.qpid.test.unit.transacted.TransactedTest#testRollback -// those tests need durable subscribe states to be persisted -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent -org.apache.qpid.test.unit.ct.DurableSubscriberTest#testDurSubRestoresMessageSelector -// This test cannot be run with no-prefetch -org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash -//These tests are for the java broker -org.apache.qpid.server.security.acl.SimpleACLTest#* -org.apache.qpid.server.plugins.PluginTest#* -// This test is not finished -org.apache.qpid.test.testcases.TTLTest#* -// Those tests require failover support -org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverWithQueueBrowser -org.apache.qpid.test.testcases.FailoverTest#* -org.apache.qpid.test.client.failover.FailoverTest#* -// Those tests are testing 0.8 specific semantics -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxP2P -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxP2P -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxP2P -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxP2P -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxPubSub -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxPubSub -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxPubSub -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxPubSub -org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxP2P -org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxP2P -org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxPubSub -org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxPubSub -org.apache.qpid.test.client.FlowControlTest#* -org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges -org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure -// the 0.10 c++ broker does not implement forget -org.apache.qpid.test.unit.xa.FaultTest#testForget -// the 0-10 c++ broker does not implement priority / this test depends on a Java broker extension for queue creation -org.apache.qpid.server.queue.PriorityTest -//this test checks explicitly for 0-8 flow control semantics -org.apache.qpid.test.client.FlowControlTest -// The default cpp.testprofile does not start the cpp broker with authentication so this test will fail. -org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection -// c++ broker doesn't do selectors, so this will fail -org.apache.qpid.test.unit.topic.TopicSessionTest#testNonMatchingMessagesDoNotFillQueue -// QPID-1225 : Temporary remove this test until the problem has been addressed -org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueSuccess - -// InVM Broker tests -org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* -// QPID-1262, QPID-1119 : This test fails occasionally due to potential protocol issue. -org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* diff --git a/qpid/java/test-profiles/010ExcludeList-ssl b/qpid/java/test-profiles/010ExcludeList-ssl deleted file mode 100644 index bf21ab9cc7..0000000000 --- a/qpid/java/test-profiles/010ExcludeList-ssl +++ /dev/null @@ -1 +0,0 @@ -org.apache.qpid.test.client.failover.FailoverTest#* diff --git a/qpid/java/test-profiles/010ExcludeList-store b/qpid/java/test-profiles/010ExcludeList-store deleted file mode 100644 index d4bc8b7b71..0000000000 --- a/qpid/java/test-profiles/010ExcludeList-store +++ /dev/null @@ -1,64 +0,0 @@ -org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#* -org.apache.qpid.client.ResetMessageListenerTest#* -// those tests should be run with prefetch off -org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only -org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth -org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash -org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber -org.apache.qpid.test.unit.ack.AcknowledgeTest#* -// those tests need durable subscribe states to be persisted -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent -org.apache.qpid.test.unit.ct.DurableSubscriberTest#testDurSubRestoresMessageSelector -//These tests are for the java broker -org.apache.qpid.server.security.acl.SimpleACLTest#* -org.apache.qpid.server.plugins.PluginTest#* -// This test is not finished -org.apache.qpid.test.testcases.TTLTest#* -// Those tests require failover support -org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverWithQueueBrowser -org.apache.qpid.test.testcases.FailoverTest#* -org.apache.qpid.test.client.failover.FailoverTest#* -// Those tests are testing 0.8 specific semantics -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxP2P -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxP2P -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxP2P -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxP2P -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxPubSub -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxPubSub -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxPubSub -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxPubSub -org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxP2P -org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxP2P -org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxPubSub -org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxPubSub -org.apache.qpid.test.client.FlowControlTest#* -org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges -org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure -// the 0.10 c++ broker does not implement forget -org.apache.qpid.test.unit.xa.FaultTest#testForget -// the 0-10 c++ broker does not implement priority / this test depends on a Java broker extension for queue creation -org.apache.qpid.server.queue.PriorityTest -//this test checks explicitly for 0-8 flow control semantics -org.apache.qpid.test.client.FlowControlTest -// The default cpp.testprofile does not start the cpp broker with authentication so this test will fail. -org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection -// c++ broker doesn't do selectors, so this will fail -org.apache.qpid.test.unit.topic.TopicSessionTest#testNonMatchingMessagesDoNotFillQueue -// QPID-1225 : Temporary remove this test until the problem has been addressed -org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueSuccess - -// InVM Broker tests -org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* -// QPID-1262, QPID-1119 : This test fails occasionally due to potential protocol issue. -org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* diff --git a/qpid/java/test-profiles/cpp.async.excludes b/qpid/java/test-profiles/cpp.async.excludes new file mode 100644 index 0000000000..6b0014b917 --- /dev/null +++ b/qpid/java/test-profiles/cpp.async.excludes @@ -0,0 +1,4 @@ +// those tests should be run with prefetch off +org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only +org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth +org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber diff --git a/qpid/java/test-profiles/cpp.async.testprofile b/qpid/java/test-profiles/cpp.async.testprofile index 5b6834e8c0..d95b1237fa 100644 --- a/qpid/java/test-profiles/cpp.async.testprofile +++ b/qpid/java/test-profiles/cpp.async.testprofile @@ -1,5 +1,2 @@ include=cpp - broker.modules=--load-module ${broker.module.store} - -test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList-store diff --git a/qpid/java/test-profiles/cpp.cluster.testprofile b/qpid/java/test-profiles/cpp.cluster.testprofile index 49ddc98f4f..b241bd4f8b 100644 --- a/qpid/java/test-profiles/cpp.cluster.testprofile +++ b/qpid/java/test-profiles/cpp.cluster.testprofile @@ -2,7 +2,7 @@ include=cpp broker.modules=--load-module ${broker.module.cluster} --cluster-name cpp-java-test-cluster -test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/XAExcludeList ${test.profiles}/010ExcludeList +test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList ${test.profiles}/XAExcludeList profile.clustered=true profile.failoverMsgCount=10 diff --git a/qpid/java/test-profiles/cpp.excludes b/qpid/java/test-profiles/cpp.excludes new file mode 100644 index 0000000000..65ce051481 --- /dev/null +++ b/qpid/java/test-profiles/cpp.excludes @@ -0,0 +1,15 @@ +// those tests should be run with prefetch off +org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only +org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth +org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber + +// those tests need durable subscribe states to be persisted +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent + +// those tests require broker recovery +org.apache.qpid.test.unit.ct.DurableSubscriberTest#* +org.apache.qpid.test.unit.xa.TopicTest#testDurSubCrash +org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash +org.apache.qpid.test.unit.xa.TopicTest#testRecover +org.apache.qpid.test.unit.xa.QueueTest#testRecover +org.apache.qpid.test.unit.xa.QueueTest#testSendAndRecover diff --git a/qpid/java/test-profiles/cpp.noprefetch.excludes b/qpid/java/test-profiles/cpp.noprefetch.excludes new file mode 100644 index 0000000000..90b4251807 --- /dev/null +++ b/qpid/java/test-profiles/cpp.noprefetch.excludes @@ -0,0 +1,10 @@ +// those tests need durable subscribe states to be persisted +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent + +// those tests require broker recovery +org.apache.qpid.test.unit.ct.DurableSubscriberTest#* +org.apache.qpid.test.unit.xa.TopicTest#testDurSubCrash +org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash +org.apache.qpid.test.unit.xa.TopicTest#testRecover +org.apache.qpid.test.unit.xa.QueueTest#testRecover +org.apache.qpid.test.unit.xa.QueueTest#testSendAndRecover diff --git a/qpid/java/test-profiles/cpp.ssl.excludes b/qpid/java/test-profiles/cpp.ssl.excludes new file mode 100644 index 0000000000..bf21ab9cc7 --- /dev/null +++ b/qpid/java/test-profiles/cpp.ssl.excludes @@ -0,0 +1 @@ +org.apache.qpid.test.client.failover.FailoverTest#* diff --git a/qpid/java/test-profiles/cpp.ssl.testprofile b/qpid/java/test-profiles/cpp.ssl.testprofile index 08d4fd895a..9f2581a83a 100644 --- a/qpid/java/test-profiles/cpp.ssl.testprofile +++ b/qpid/java/test-profiles/cpp.ssl.testprofile @@ -2,9 +2,6 @@ include=cpp broker.modules=--load-module ${broker.module.ssl} --ssl-cert-name localhost.localdomain --ssl-cert-password-file ${test.profiles}/test_resources/ssl/pfile --ssl-cert-db ${test.profiles}/test_resources/ssl/server_db/ --ssl-require-client-authentication --ssl-port @SSL_PORT -test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList ${test.profiles}/010ExcludeList-ssl -test.excludeslist=org.apache.qpid.test.client.failover.FailoverTest#* - profile.use_ssl=true broker.ready= Listening for SSL connections diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile index 414e364ecc..0febcdb328 100644 --- a/qpid/java/test-profiles/cpp.testprofile +++ b/qpid/java/test-profiles/cpp.testprofile @@ -14,4 +14,4 @@ broker.args= broker=${broker.executable} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args} -test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList +test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList ${test.profiles}/${profile}.excludes -- cgit v1.2.1 From d7a34316af75bb1757d56d48cc0972674479c4cb Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Mon, 27 Jul 2009 18:32:33 +0000 Subject: rationalized naming of exclude files to make it clear why tests are excluded and where new exclusions should go; this also corrects the exclusion lists for some of the less common profiles since they now always include the 010Excludes which previously had to be manually copied to the other 010 profiles git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798246 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010ExcludeList | 79 ---------------------- qpid/java/test-profiles/010Excludes | 79 ++++++++++++++++++++++ qpid/java/test-profiles/010PrefetchExcludes | 4 ++ qpid/java/test-profiles/010TransientExcludes | 10 +++ qpid/java/test-profiles/08ExcludeList | 17 ----- qpid/java/test-profiles/08ExcludeList-nonvm | 42 ------------ .../java/test-profiles/08ExcludeList-nopersistence | 1 - qpid/java/test-profiles/08Excludes | 17 +++++ qpid/java/test-profiles/08StandaloneExcludes | 42 ++++++++++++ qpid/java/test-profiles/08TransientExcludes | 1 + qpid/java/test-profiles/ExcludeList | 7 -- qpid/java/test-profiles/Excludes | 7 ++ qpid/java/test-profiles/XAExcludeList | 3 - qpid/java/test-profiles/XAExcludes | 3 + qpid/java/test-profiles/cpp.async.excludes | 4 -- qpid/java/test-profiles/cpp.async.testprofile | 1 + qpid/java/test-profiles/cpp.cluster.testprofile | 2 +- qpid/java/test-profiles/cpp.excludes | 15 ---- qpid/java/test-profiles/cpp.noprefetch.excludes | 10 --- qpid/java/test-profiles/cpp.noprefetch.testprofile | 2 +- qpid/java/test-profiles/cpp.testprofile | 3 +- .../test-profiles/default-longrunning.testprofile | 1 - qpid/java/test-profiles/default.testprofile | 5 +- qpid/java/test-profiles/java-derby.testprofile | 2 +- qpid/java/test-profiles/java.testprofile | 2 +- 25 files changed, 173 insertions(+), 186 deletions(-) delete mode 100644 qpid/java/test-profiles/010ExcludeList create mode 100644 qpid/java/test-profiles/010Excludes create mode 100644 qpid/java/test-profiles/010PrefetchExcludes create mode 100644 qpid/java/test-profiles/010TransientExcludes delete mode 100644 qpid/java/test-profiles/08ExcludeList delete mode 100644 qpid/java/test-profiles/08ExcludeList-nonvm delete mode 100644 qpid/java/test-profiles/08ExcludeList-nopersistence create mode 100644 qpid/java/test-profiles/08Excludes create mode 100644 qpid/java/test-profiles/08StandaloneExcludes create mode 100644 qpid/java/test-profiles/08TransientExcludes delete mode 100644 qpid/java/test-profiles/ExcludeList create mode 100644 qpid/java/test-profiles/Excludes delete mode 100644 qpid/java/test-profiles/XAExcludeList create mode 100644 qpid/java/test-profiles/XAExcludes delete mode 100644 qpid/java/test-profiles/cpp.async.excludes delete mode 100644 qpid/java/test-profiles/cpp.excludes delete mode 100644 qpid/java/test-profiles/cpp.noprefetch.excludes delete mode 100644 qpid/java/test-profiles/default-longrunning.testprofile (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010ExcludeList b/qpid/java/test-profiles/010ExcludeList deleted file mode 100644 index 69077a97c8..0000000000 --- a/qpid/java/test-profiles/010ExcludeList +++ /dev/null @@ -1,79 +0,0 @@ -org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#* -org.apache.qpid.client.ResetMessageListenerTest#* - -//These tests are for the java broker -org.apache.qpid.server.security.acl.SimpleACLTest#* -org.apache.qpid.server.plugins.PluginTest#* - -// This test is not finished -org.apache.qpid.test.testcases.TTLTest#* -org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover - -// Those tests are testing 0.8 specific semantics -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxP2P -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxP2P -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxP2P -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxP2P -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxPubSub -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxPubSub -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxPubSub -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxPubSub -org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxP2P -org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxP2P -org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxPubSub -org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxPubSub -org.apache.qpid.test.client.FlowControlTest#* -org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges -org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure - -// the 0.10 c++ broker does not implement forget -org.apache.qpid.test.unit.xa.FaultTest#testForget - -// the 0-10 c++ broker does not implement priority / this test depends on a Java broker extension for queue creation -org.apache.qpid.server.queue.PriorityTest - -//this test checks explicitly for 0-8 flow control semantics -org.apache.qpid.test.client.FlowControlTest - -// 0-10 c++ broker doesn't implement virtual hosts, or those wackhy exchanges -org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure -org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges - -// 0-10 c++ broker in cpp.testprofile is started with no auth so won't pass this test -org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection - -// c++ broker doesn't do selectors, so this will fail -org.apache.qpid.test.unit.topic.TopicSessionTest#testNonMatchingMessagesDoNotFillQueue - -// InVM Broker tests -org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* - -// QPID-1262, QPID-1119 : This test fails occasionally due to potential protocol issue. -org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* - -// c++ broker doesn't support priorities, TTL or message bouncing -org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#* -org.apache.qpid.server.queue.PriorityTest#* -org.apache.qpid.server.queue.TimeToLiveTest#* - -// QPID-1727 , QPID-1726 :c++ broker does not support flow to disk on transient queues. Also it requries a persistent store impl. for Apache -org.apache.qpid.test.client.QueueBrowsingFlowToDiskTest#* - -// This test currently does not pick up the runtime location of the nonVm queueBacking store. -org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#* - -// This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM -org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* - -//QPID-1818 : 0-10 Client code path does not correctly restore a transacted session after failover. -org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* - -// QPID-1730: the C++ server has a totally different logging mechanism. We should split this file differently -org.apache.qpid.server.AlertingTest#* - -// The C++ server has a totally different persistence mechanism -org.apache.qpid.server.store.PersistentStoreTest#* - -// QPID-1225 : Temporary remove this test until the problem has been addressed -org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueSuccess - diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes new file mode 100644 index 0000000000..69077a97c8 --- /dev/null +++ b/qpid/java/test-profiles/010Excludes @@ -0,0 +1,79 @@ +org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#* +org.apache.qpid.client.ResetMessageListenerTest#* + +//These tests are for the java broker +org.apache.qpid.server.security.acl.SimpleACLTest#* +org.apache.qpid.server.plugins.PluginTest#* + +// This test is not finished +org.apache.qpid.test.testcases.TTLTest#* +org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover + +// Those tests are testing 0.8 specific semantics +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxPubSub +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxP2P +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxP2P +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxPubSub +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxPubSub +org.apache.qpid.test.client.FlowControlTest#* +org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges +org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure + +// the 0.10 c++ broker does not implement forget +org.apache.qpid.test.unit.xa.FaultTest#testForget + +// the 0-10 c++ broker does not implement priority / this test depends on a Java broker extension for queue creation +org.apache.qpid.server.queue.PriorityTest + +//this test checks explicitly for 0-8 flow control semantics +org.apache.qpid.test.client.FlowControlTest + +// 0-10 c++ broker doesn't implement virtual hosts, or those wackhy exchanges +org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure +org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges + +// 0-10 c++ broker in cpp.testprofile is started with no auth so won't pass this test +org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection + +// c++ broker doesn't do selectors, so this will fail +org.apache.qpid.test.unit.topic.TopicSessionTest#testNonMatchingMessagesDoNotFillQueue + +// InVM Broker tests +org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* + +// QPID-1262, QPID-1119 : This test fails occasionally due to potential protocol issue. +org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* + +// c++ broker doesn't support priorities, TTL or message bouncing +org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#* +org.apache.qpid.server.queue.PriorityTest#* +org.apache.qpid.server.queue.TimeToLiveTest#* + +// QPID-1727 , QPID-1726 :c++ broker does not support flow to disk on transient queues. Also it requries a persistent store impl. for Apache +org.apache.qpid.test.client.QueueBrowsingFlowToDiskTest#* + +// This test currently does not pick up the runtime location of the nonVm queueBacking store. +org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#* + +// This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM +org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* + +//QPID-1818 : 0-10 Client code path does not correctly restore a transacted session after failover. +org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* + +// QPID-1730: the C++ server has a totally different logging mechanism. We should split this file differently +org.apache.qpid.server.AlertingTest#* + +// The C++ server has a totally different persistence mechanism +org.apache.qpid.server.store.PersistentStoreTest#* + +// QPID-1225 : Temporary remove this test until the problem has been addressed +org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueSuccess + diff --git a/qpid/java/test-profiles/010PrefetchExcludes b/qpid/java/test-profiles/010PrefetchExcludes new file mode 100644 index 0000000000..6b0014b917 --- /dev/null +++ b/qpid/java/test-profiles/010PrefetchExcludes @@ -0,0 +1,4 @@ +// those tests should be run with prefetch off +org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only +org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth +org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber diff --git a/qpid/java/test-profiles/010TransientExcludes b/qpid/java/test-profiles/010TransientExcludes new file mode 100644 index 0000000000..90b4251807 --- /dev/null +++ b/qpid/java/test-profiles/010TransientExcludes @@ -0,0 +1,10 @@ +// those tests need durable subscribe states to be persisted +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent + +// those tests require broker recovery +org.apache.qpid.test.unit.ct.DurableSubscriberTest#* +org.apache.qpid.test.unit.xa.TopicTest#testDurSubCrash +org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash +org.apache.qpid.test.unit.xa.TopicTest#testRecover +org.apache.qpid.test.unit.xa.QueueTest#testRecover +org.apache.qpid.test.unit.xa.QueueTest#testSendAndRecover diff --git a/qpid/java/test-profiles/08ExcludeList b/qpid/java/test-profiles/08ExcludeList deleted file mode 100644 index 0866694854..0000000000 --- a/qpid/java/test-profiles/08ExcludeList +++ /dev/null @@ -1,17 +0,0 @@ -org.apache.qpid.test.unit.ct.DurableSubscriberTests#* -// Those tests are not finished -org.apache.qpid.test.testcases.TTLTest#* -org.apache.qpid.test.testcases.FailoverTest#* -// This is a long running test so should exclude from normal runs -org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover -// Those tests are written against the 0.10 path -org.apache.qpid.test.unit.message.UTF8Test#* -org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait - -//QPID-1818 : Client code path does not correctly restore a transacted session after failover. -org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* - -// QPID-1823: this takes ages to run -org.apache.qpid.client.SessionCreateTest#* - -org.apache.qpid.test.client.RollbackOrderTest#* diff --git a/qpid/java/test-profiles/08ExcludeList-nonvm b/qpid/java/test-profiles/08ExcludeList-nonvm deleted file mode 100644 index e697201bfd..0000000000 --- a/qpid/java/test-profiles/08ExcludeList-nonvm +++ /dev/null @@ -1,42 +0,0 @@ -org.apache.qpid.test.unit.ct.DurableSubscriberTests#* -// Those tests are not finished -org.apache.qpid.test.testcases.TTLTest#* -org.apache.qpid.test.testcases.FailoverTest#* -// This is a long running test so should exclude from normal runs -org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover -// Those tests require failover support -org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverWithQueueBrowser -org.apache.qpid.test.testcases.FailoverTest#* -org.apache.qpid.test.client.failover.FailoverTest#* - -// InVM Broker tests awaiting resolution of QPID-1103 -org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* -org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* -org.apache.qpid.server.security.acl.SimpleACLTest#* - -// Those tests are written against the 0.10 path -org.apache.qpid.test.unit.message.UTF8Test#* -org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait - -// This test currently does not pick up the runtime location of the nonVm queueBacking store. -org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#* - -// This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM -org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* -//QPID-1818 : Client code path does not correctly restore a transacted session after failover. -org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* -// QPID-1823: this takes ages to run -org.apache.qpid.client.SessionCreateTest#* - -org.apache.qpid.test.client.RollbackOrderTest#* diff --git a/qpid/java/test-profiles/08ExcludeList-nopersistence b/qpid/java/test-profiles/08ExcludeList-nopersistence deleted file mode 100644 index f81e9c213c..0000000000 --- a/qpid/java/test-profiles/08ExcludeList-nopersistence +++ /dev/null @@ -1 +0,0 @@ -org.apache.qpid.server.store.PersistentStoreTest#* diff --git a/qpid/java/test-profiles/08Excludes b/qpid/java/test-profiles/08Excludes new file mode 100644 index 0000000000..0866694854 --- /dev/null +++ b/qpid/java/test-profiles/08Excludes @@ -0,0 +1,17 @@ +org.apache.qpid.test.unit.ct.DurableSubscriberTests#* +// Those tests are not finished +org.apache.qpid.test.testcases.TTLTest#* +org.apache.qpid.test.testcases.FailoverTest#* +// This is a long running test so should exclude from normal runs +org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover +// Those tests are written against the 0.10 path +org.apache.qpid.test.unit.message.UTF8Test#* +org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait + +//QPID-1818 : Client code path does not correctly restore a transacted session after failover. +org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* + +// QPID-1823: this takes ages to run +org.apache.qpid.client.SessionCreateTest#* + +org.apache.qpid.test.client.RollbackOrderTest#* diff --git a/qpid/java/test-profiles/08StandaloneExcludes b/qpid/java/test-profiles/08StandaloneExcludes new file mode 100644 index 0000000000..e697201bfd --- /dev/null +++ b/qpid/java/test-profiles/08StandaloneExcludes @@ -0,0 +1,42 @@ +org.apache.qpid.test.unit.ct.DurableSubscriberTests#* +// Those tests are not finished +org.apache.qpid.test.testcases.TTLTest#* +org.apache.qpid.test.testcases.FailoverTest#* +// This is a long running test so should exclude from normal runs +org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover +// Those tests require failover support +org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverWithQueueBrowser +org.apache.qpid.test.testcases.FailoverTest#* +org.apache.qpid.test.client.failover.FailoverTest#* + +// InVM Broker tests awaiting resolution of QPID-1103 +org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* +org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* +org.apache.qpid.server.security.acl.SimpleACLTest#* + +// Those tests are written against the 0.10 path +org.apache.qpid.test.unit.message.UTF8Test#* +org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait + +// This test currently does not pick up the runtime location of the nonVm queueBacking store. +org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#* + +// This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM +org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* +//QPID-1818 : Client code path does not correctly restore a transacted session after failover. +org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* +// QPID-1823: this takes ages to run +org.apache.qpid.client.SessionCreateTest#* + +org.apache.qpid.test.client.RollbackOrderTest#* diff --git a/qpid/java/test-profiles/08TransientExcludes b/qpid/java/test-profiles/08TransientExcludes new file mode 100644 index 0000000000..f81e9c213c --- /dev/null +++ b/qpid/java/test-profiles/08TransientExcludes @@ -0,0 +1 @@ +org.apache.qpid.server.store.PersistentStoreTest#* diff --git a/qpid/java/test-profiles/ExcludeList b/qpid/java/test-profiles/ExcludeList deleted file mode 100644 index a3a61b51db..0000000000 --- a/qpid/java/test-profiles/ExcludeList +++ /dev/null @@ -1,7 +0,0 @@ -org.apache.qpid.client.MultipleJCAProviderRegistrationTest#test -// QPID-1715, QPID-1715 : Client Error Handling on close is still broken -org.apache.qpid.server.queue.QueueCreateTest#testCreatePriorityString -org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskValidNoSize -org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskInvalid -org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskInvalidSize - diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes new file mode 100644 index 0000000000..a3a61b51db --- /dev/null +++ b/qpid/java/test-profiles/Excludes @@ -0,0 +1,7 @@ +org.apache.qpid.client.MultipleJCAProviderRegistrationTest#test +// QPID-1715, QPID-1715 : Client Error Handling on close is still broken +org.apache.qpid.server.queue.QueueCreateTest#testCreatePriorityString +org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskValidNoSize +org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskInvalid +org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskInvalidSize + diff --git a/qpid/java/test-profiles/XAExcludeList b/qpid/java/test-profiles/XAExcludeList deleted file mode 100644 index 1bb26c5f27..0000000000 --- a/qpid/java/test-profiles/XAExcludeList +++ /dev/null @@ -1,3 +0,0 @@ -org.apache.qpid.test.unit.xa.QueueTest#* -org.apache.qpid.test.unit.xa.TopicTest#* -org.apache.qpid.test.unit.xa.FaultTest#* diff --git a/qpid/java/test-profiles/XAExcludes b/qpid/java/test-profiles/XAExcludes new file mode 100644 index 0000000000..1bb26c5f27 --- /dev/null +++ b/qpid/java/test-profiles/XAExcludes @@ -0,0 +1,3 @@ +org.apache.qpid.test.unit.xa.QueueTest#* +org.apache.qpid.test.unit.xa.TopicTest#* +org.apache.qpid.test.unit.xa.FaultTest#* diff --git a/qpid/java/test-profiles/cpp.async.excludes b/qpid/java/test-profiles/cpp.async.excludes deleted file mode 100644 index 6b0014b917..0000000000 --- a/qpid/java/test-profiles/cpp.async.excludes +++ /dev/null @@ -1,4 +0,0 @@ -// those tests should be run with prefetch off -org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only -org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth -org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber diff --git a/qpid/java/test-profiles/cpp.async.testprofile b/qpid/java/test-profiles/cpp.async.testprofile index d95b1237fa..f06b56fbad 100644 --- a/qpid/java/test-profiles/cpp.async.testprofile +++ b/qpid/java/test-profiles/cpp.async.testprofile @@ -1,2 +1,3 @@ include=cpp +profile.excludes=010PrefetchExcludes broker.modules=--load-module ${broker.module.store} diff --git a/qpid/java/test-profiles/cpp.cluster.testprofile b/qpid/java/test-profiles/cpp.cluster.testprofile index b241bd4f8b..143e0d88d0 100644 --- a/qpid/java/test-profiles/cpp.cluster.testprofile +++ b/qpid/java/test-profiles/cpp.cluster.testprofile @@ -2,7 +2,7 @@ include=cpp broker.modules=--load-module ${broker.module.cluster} --cluster-name cpp-java-test-cluster -test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList ${test.profiles}/XAExcludeList +profile.excludes=XAExcludes 010PrefetchExcludes 010TransientExcludes profile.clustered=true profile.failoverMsgCount=10 diff --git a/qpid/java/test-profiles/cpp.excludes b/qpid/java/test-profiles/cpp.excludes deleted file mode 100644 index 65ce051481..0000000000 --- a/qpid/java/test-profiles/cpp.excludes +++ /dev/null @@ -1,15 +0,0 @@ -// those tests should be run with prefetch off -org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only -org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth -org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber - -// those tests need durable subscribe states to be persisted -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent - -// those tests require broker recovery -org.apache.qpid.test.unit.ct.DurableSubscriberTest#* -org.apache.qpid.test.unit.xa.TopicTest#testDurSubCrash -org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash -org.apache.qpid.test.unit.xa.TopicTest#testRecover -org.apache.qpid.test.unit.xa.QueueTest#testRecover -org.apache.qpid.test.unit.xa.QueueTest#testSendAndRecover diff --git a/qpid/java/test-profiles/cpp.noprefetch.excludes b/qpid/java/test-profiles/cpp.noprefetch.excludes deleted file mode 100644 index 90b4251807..0000000000 --- a/qpid/java/test-profiles/cpp.noprefetch.excludes +++ /dev/null @@ -1,10 +0,0 @@ -// those tests need durable subscribe states to be persisted -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent - -// those tests require broker recovery -org.apache.qpid.test.unit.ct.DurableSubscriberTest#* -org.apache.qpid.test.unit.xa.TopicTest#testDurSubCrash -org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash -org.apache.qpid.test.unit.xa.TopicTest#testRecover -org.apache.qpid.test.unit.xa.QueueTest#testRecover -org.apache.qpid.test.unit.xa.QueueTest#testSendAndRecover diff --git a/qpid/java/test-profiles/cpp.noprefetch.testprofile b/qpid/java/test-profiles/cpp.noprefetch.testprofile index 4c8c827e30..b2b9bc6de3 100644 --- a/qpid/java/test-profiles/cpp.noprefetch.testprofile +++ b/qpid/java/test-profiles/cpp.noprefetch.testprofile @@ -1,3 +1,3 @@ include=cpp -test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList-noPrefetch +profile.excludes=010TransientExcludes max_prefetch=0 diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile index 0febcdb328..1d5416fe19 100644 --- a/qpid/java/test-profiles/cpp.testprofile +++ b/qpid/java/test-profiles/cpp.testprofile @@ -14,4 +14,5 @@ broker.args= broker=${broker.executable} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args} -test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/010ExcludeList ${test.profiles}/${profile}.excludes +profile.excludes=010PrefetchExcludes 010TransientExcludes +test.excludes=Excludes 010Excludes ${profile}.excludes ${profile.excludes} diff --git a/qpid/java/test-profiles/default-longrunning.testprofile b/qpid/java/test-profiles/default-longrunning.testprofile deleted file mode 100644 index bf24e4f9da..0000000000 --- a/qpid/java/test-profiles/default-longrunning.testprofile +++ /dev/null @@ -1 +0,0 @@ -test.includesfile=${test.profiles}/08LongRunningList diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index 80d2e6a8a4..5a08b79e10 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -20,8 +20,9 @@ test.port=15672 test.port.ssl=15671 test.port.alt=15673 -test.excludes=true -test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/XAExcludeList ${test.profiles}/08ExcludeList ${test.profiles}/08ExcludeList-nopersistence +test.exclude=true +profile.excludes=08TransientExcludes +test.excludes=Excludes XAExcludes 08Excludes ${profile}.excludes ${profile.excludes} test.fork=no test.mem=512M test=*Test diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile index 1786e96712..52b63ae799 100644 --- a/qpid/java/test-profiles/java-derby.testprofile +++ b/qpid/java/test-profiles/java-derby.testprofile @@ -4,4 +4,4 @@ broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=Qpid Broker Ready broker.config=${project.root}/build/etc/config-systests-derby.xml -test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/XAExcludeList ${test.profiles}/08ExcludeList-nonvm +profile.excludes=08StandaloneExcludes diff --git a/qpid/java/test-profiles/java.testprofile b/qpid/java/test-profiles/java.testprofile index d1e4c12bc1..f920124735 100644 --- a/qpid/java/test-profiles/java.testprofile +++ b/qpid/java/test-profiles/java.testprofile @@ -3,4 +3,4 @@ broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB broker.ready=Qpid Broker Ready -test.excludesfile=${test.profiles}/ExcludeList ${test.profiles}/XAExcludeList ${test.profiles}/08ExcludeList-nonvm ${test.profiles}/08ExcludeList-nopersistence +profile.excludes=08TransientExcludes 08StandaloneExcludes -- cgit v1.2.1 From 8c84006448aab24c6b9272edaba0e92860f275dd Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Wed, 29 Jul 2009 13:54:29 +0000 Subject: added missing exclude git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798907 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/cpp.async.excludes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 qpid/java/test-profiles/cpp.async.excludes (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/cpp.async.excludes b/qpid/java/test-profiles/cpp.async.excludes new file mode 100644 index 0000000000..462da779a3 --- /dev/null +++ b/qpid/java/test-profiles/cpp.async.excludes @@ -0,0 +1,2 @@ +// the C++ broker doesn't implement selectors, so they are not persisted with the subscription +org.apache.qpid.test.unit.ct.DurableSubscriberTest#testDurSubRestoresMessageSelector -- cgit v1.2.1 From e3fb1550ea897cd79fe16976ed135e5c300ab64c Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Thu, 30 Jul 2009 11:17:51 +0000 Subject: added back another missing exclude git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@799239 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/cpp.async.excludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/cpp.async.excludes b/qpid/java/test-profiles/cpp.async.excludes index 462da779a3..72d79fb754 100644 --- a/qpid/java/test-profiles/cpp.async.excludes +++ b/qpid/java/test-profiles/cpp.async.excludes @@ -1,2 +1,5 @@ // the C++ broker doesn't implement selectors, so they are not persisted with the subscription org.apache.qpid.test.unit.ct.DurableSubscriberTest#testDurSubRestoresMessageSelector + +// the C++ broker doesn't guarantee the order of messages on recovery +org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash -- cgit v1.2.1 From d42e5f77a4860e8788fd65494979fc700b45690d Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 3 Aug 2009 16:00:51 +0000 Subject: QPID-2019 : Update Exclude mechanism so we can exclude the new logging tests from the CPP broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@800439 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010Excludes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes index 69077a97c8..643a26bb9d 100644 --- a/qpid/java/test-profiles/010Excludes +++ b/qpid/java/test-profiles/010Excludes @@ -77,3 +77,5 @@ org.apache.qpid.server.store.PersistentStoreTest#* // QPID-1225 : Temporary remove this test until the problem has been addressed org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueSuccess +// CPP Broker does not follow the same Logging convention as the Java broker +org.apache.qpid.server.logging.* -- cgit v1.2.1 From c1dd3ceae904404af5e36bbddfd5a043e397fffe Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Thu, 6 Aug 2009 09:43:12 +0000 Subject: QPID-2002 : Completion of BrokerLoggingTest, the shutdown tests have been excluded due to QPID-2031. An update to the LogMessages.vm templates and ApplicationRegistry was requried. This is because BrokerMessages is loaded before the ApplicationRegistry is initialised. As a result the NullApplicationRegistry is created which should not be used. The AR is loaded to discover the current Locale. There were a couple of options here. Either always use the Default Locale and have the AR loading set that or add the ability to check if the AR has been configured. I chose the latter as knowing if an AR exists may be useful for our testing framework. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@801575 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index a3a61b51db..8899417fe3 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -5,3 +5,13 @@ org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskValidNoSize org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskInvalid org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskInvalidSize +// +// QPID-2031 : Broker is not cleanly shutdown by QpidTestCase +// +org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownListeningTCPDefault +org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownListeningTCPSSL +org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownStopped +org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#testMessageStoreClose + +// Disabled as Derby seems to open a very large number of files which are not closed potentially due to QPID-2031 +org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#* -- cgit v1.2.1 From 19f801321fc4569354e3bc88d7283975aa4fdd18 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 7 Aug 2009 18:04:53 +0000 Subject: Restored DerbyMessagStore test git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@802114 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 2 -- 1 file changed, 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index 8899417fe3..12168223e6 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -13,5 +13,3 @@ org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownListeningTCPS org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownStopped org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#testMessageStoreClose -// Disabled as Derby seems to open a very large number of files which are not closed potentially due to QPID-2031 -org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#* -- cgit v1.2.1 From 44da29563f7de2df6b5553553ce415cdf753fbfe Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 7 Aug 2009 18:05:19 +0000 Subject: Added ServerConfigurationFileTest to exclude as this test requires the default server configuration file for validation. Rather than editing the config files that the other profiles use simplist to exclude the test. This doesn't reduce test coverage as this is testing configuration loading only. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@802115 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/08StandaloneExcludes | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/08StandaloneExcludes b/qpid/java/test-profiles/08StandaloneExcludes index e697201bfd..de876e06bb 100644 --- a/qpid/java/test-profiles/08StandaloneExcludes +++ b/qpid/java/test-profiles/08StandaloneExcludes @@ -40,3 +40,8 @@ org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* org.apache.qpid.client.SessionCreateTest#* org.apache.qpid.test.client.RollbackOrderTest#* + +// This test requires the standard configuration file for validation. +// Excluding here does not reduce test coverage. +org.apache.qpid.server.configuration.ServerConfigurationFileTest#* + -- cgit v1.2.1 From bb7a36a8b06a50d85cc6161098f69e1fe4269e92 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 7 Aug 2009 18:07:47 +0000 Subject: QPID-2033 : Added destroy for broker process that fails to startup. Also augmented QpidTestCase and build profiles to take a new broker.stopped search value. If this appears in the log output during the external broker startup and the broker does not report ready then the startup will report the line of text associated with the exception as part of the failure. Currently the stopped value is set to to 'Exception'. This means if an exception occurs during startup then test will give more detail about the cause of the failure. This is only monitored during the brokerStart() call and through the getStopLine() call on the Piper we can return the line of text that the Exception matched. Providing more details of why a broker failed to startup. This extra detail is currently added to the exception thrown when the broker fails to become ready. Added test.mport to profile for defaulting management port git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@802118 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/default.testprofile | 1 + qpid/java/test-profiles/java-derby.testprofile | 3 ++- qpid/java/test-profiles/java.testprofile | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index 5a08b79e10..864cf149d4 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -17,6 +17,7 @@ log4j.configuration=file:///${test.profiles}/log4j-test.xml log4j.debug=false test.port=15672 +test.mport=18999 test.port.ssl=15671 test.port.alt=15673 diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile index 52b63ae799..0fa6a73a32 100644 --- a/qpid/java/test-profiles/java-derby.testprofile +++ b/qpid/java/test-profiles/java-derby.testprofile @@ -1,7 +1,8 @@ broker.language=java broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB -broker.ready=Qpid Broker Ready +broker.ready=Ready +broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml profile.excludes=08StandaloneExcludes diff --git a/qpid/java/test-profiles/java.testprofile b/qpid/java/test-profiles/java.testprofile index f920124735..52f1013cf1 100644 --- a/qpid/java/test-profiles/java.testprofile +++ b/qpid/java/test-profiles/java.testprofile @@ -1,6 +1,7 @@ broker.language=java broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB -broker.ready=Qpid Broker Ready +broker.ready=Ready +broker.stopped=Exception profile.excludes=08TransientExcludes 08StandaloneExcludes -- cgit v1.2.1 From 4b51cfa6f4034c797e674f2c88ae70c79d4e3c9b Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 7 Aug 2009 18:08:17 +0000 Subject: Add Derby StoreClose test to excludes due to QPID-2031 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@802119 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index 12168223e6..b4b3fb7cb9 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -12,4 +12,5 @@ org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownListeningTCPD org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownListeningTCPSSL org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownStopped org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#testMessageStoreClose +org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#testMessageStoreClose -- cgit v1.2.1 From 22b938c17b8dfb181e84784e6467f936422119e1 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Sun, 9 Aug 2009 23:27:09 +0000 Subject: QPID-2002 : Add VirtualHost logging and testing, again shutdown testing must be excluded due to the way we stop test brokers. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@802627 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index b4b3fb7cb9..7ef2a15e51 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -11,6 +11,7 @@ org.apache.qpid.server.queue.QueueCreateTest#testCreateFlowToDiskInvalidSize org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownListeningTCPDefault org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownListeningTCPSSL org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownStopped +org.apache.qpid.server.logging.VirtualHostLoggingTest#testVirtualhostClosure org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#testMessageStoreClose org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#testMessageStoreClose -- cgit v1.2.1 From 79faafad69cb033712dfc0cf84cf0a8a2431eeda Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 12 Aug 2009 18:24:45 +0000 Subject: QPID-2002 : Update the signal for when the broker is ready to be the new BRK-1004 log message for the java profiles. qpid.ready=BRK-1004 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@803653 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/java-derby.testprofile | 2 +- qpid/java/test-profiles/java.testprofile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile index 0fa6a73a32..e7c1dc1fd6 100644 --- a/qpid/java/test-profiles/java-derby.testprofile +++ b/qpid/java/test-profiles/java-derby.testprofile @@ -1,7 +1,7 @@ broker.language=java broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB -broker.ready=Ready +broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml diff --git a/qpid/java/test-profiles/java.testprofile b/qpid/java/test-profiles/java.testprofile index 52f1013cf1..05a801ee06 100644 --- a/qpid/java/test-profiles/java.testprofile +++ b/qpid/java/test-profiles/java.testprofile @@ -1,7 +1,7 @@ broker.language=java broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB -broker.ready=Ready +broker.ready=BRK-1004 broker.stopped=Exception profile.excludes=08TransientExcludes 08StandaloneExcludes -- cgit v1.2.1 From 022dc86f709b3ce4e4b0c6c44d8d7a1ba1e3f9cd Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Thu, 13 Aug 2009 09:36:17 +0000 Subject: QPID-2002 : Excluded JMX testing from CPP broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@803818 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010Excludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes index 643a26bb9d..7577ad8da1 100644 --- a/qpid/java/test-profiles/010Excludes +++ b/qpid/java/test-profiles/010Excludes @@ -79,3 +79,6 @@ org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueS // CPP Broker does not follow the same Logging convention as the Java broker org.apache.qpid.server.logging.* + +// CPP Broker does not have a JMX interface to test +org.apache.qpid.management.jmx.* -- cgit v1.2.1 From 06d1a8ad0bbfb4580bd7ba9fca8622d951e7b5c9 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Tue, 18 Aug 2009 03:39:04 +0000 Subject: This commit allows a limited number of failover tests to run under the SSL profile using SSL connections. This commit should also fix the tests hanging under the SSL test profile due to port conflicts with SSL and failover ports. FailoverBaseCase and FailoverTest is improved to handle the failover port without having to rely on port arithmetic. The FailoverBaseCase is modified to use the failover.ssl connection factory when running under the SSL profile. I have uncommented the FailoverTest from the cpp.ssl.excludes. However only a selected set of tests will run outside the cpp.clustered profile. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@805267 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/cpp.ssl.excludes | 2 +- qpid/java/test-profiles/default.testprofile | 3 ++- qpid/java/test-profiles/test-provider.properties | 6 +++++- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/cpp.ssl.excludes b/qpid/java/test-profiles/cpp.ssl.excludes index bf21ab9cc7..1828581d55 100644 --- a/qpid/java/test-profiles/cpp.ssl.excludes +++ b/qpid/java/test-profiles/cpp.ssl.excludes @@ -1 +1 @@ -org.apache.qpid.test.client.failover.FailoverTest#* +#org.apache.qpid.test.client.failover.FailoverTest#* diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index 864cf149d4..49d4a25b82 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -19,7 +19,8 @@ log4j.debug=false test.port=15672 test.mport=18999 test.port.ssl=15671 -test.port.alt=15673 +test.port.alt=15772 +test.port.alt.ssl=15771 test.exclude=true profile.excludes=08TransientExcludes diff --git a/qpid/java/test-profiles/test-provider.properties b/qpid/java/test-profiles/test-provider.properties index 2479b5a5f0..e5cb18da0b 100644 --- a/qpid/java/test-profiles/test-provider.properties +++ b/qpid/java/test-profiles/test-provider.properties @@ -21,13 +21,17 @@ test.port=5672 test.port.ssl=5671 -test.port.alt=5673 +test.port.alt=5772 +test.port.alt.ssl=5771 connectionfactory.default = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port}' connectionfactory.default.vm = amqp://username:password@clientid/test?brokerlist='vm://:1' connectionfactory.ssl = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port.ssl}?ssl='true'' connectionfactory.failover = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port.alt};tcp://localhost:${test.port}'&sync_ack='true'&sync_publish='all'&failover='roundrobin?cyclecount='20'' + +connectionfactory.failover.ssl = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port.alt.ssl}?ssl='true';tcp://localhost:${test.port.ssl}?ssl='true''&sync_ack='true'&sync_publish='all'&failover='roundrobin?cyclecount='20'' + connectionfactory.failover.vm = amqp://username:password@clientid/test?brokerlist='vm://:2;vm://:1' connectionfactory.connection1 = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port}' connectionfactory.connection2 = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port.alt}' -- cgit v1.2.1 From 4c4204090a275d53e962297d99a31e480b207608 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Tue, 18 Aug 2009 15:04:18 +0000 Subject: Added the BrokerStartupTest to 010Excludes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@805441 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010Excludes | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes index 7577ad8da1..e238934124 100644 --- a/qpid/java/test-profiles/010Excludes +++ b/qpid/java/test-profiles/010Excludes @@ -4,6 +4,7 @@ org.apache.qpid.client.ResetMessageListenerTest#* //These tests are for the java broker org.apache.qpid.server.security.acl.SimpleACLTest#* org.apache.qpid.server.plugins.PluginTest#* +org.apache.qpid.server.BrokerStartupTest#* // This test is not finished org.apache.qpid.test.testcases.TTLTest#* -- cgit v1.2.1 From 99ca3ab95f2234967f2cad6228f99e32af80a505 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 4 Sep 2009 16:31:11 +0000 Subject: QPID-2081, QPID-155 : Provide a test for Dynamic Queue/Exchange toggling and fixed the issue with ChannelCloseExceptions by closing the channel and not sending the ChannelClose when the Channel has already been closed by the broker. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@811472 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index 7ef2a15e51..78a7bd3814 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -15,3 +15,5 @@ org.apache.qpid.server.logging.VirtualHostLoggingTest#testVirtualhostClosure org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#testMessageStoreClose org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#testMessageStoreClose +// QPID-2081 - the connection close here needs more work +org.apache.qpid.test.unit.clienta.DynamicQueueExchangeCreateTest#testExchangeDeclare -- cgit v1.2.1 From 3c80ec9c8304298da6b98f83b1abca09f90b9a19 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Sat, 5 Sep 2009 23:24:30 +0000 Subject: QPID-2081, QPID-155 : Corrected error in package name in exclude git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@811725 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index 78a7bd3814..ff7382b056 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -16,4 +16,4 @@ org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#testMessageStoreClo org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#testMessageStoreClose // QPID-2081 - the connection close here needs more work -org.apache.qpid.test.unit.clienta.DynamicQueueExchangeCreateTest#testExchangeDeclare +org.apache.qpid.test.unit.client.DynamicQueueExchangeCreateTest#testExchangeDeclare -- cgit v1.2.1 From 29f0cb06ba0f6e1439bf2179d5258ea3c61e1941 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Sun, 6 Sep 2009 02:20:34 +0000 Subject: QPID-2081, QPID-155 : Updated AMQSession to allow queue/exchange decare to be set on a per session basis git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@811748 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 2 -- 1 file changed, 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index ff7382b056..7ef2a15e51 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -15,5 +15,3 @@ org.apache.qpid.server.logging.VirtualHostLoggingTest#testVirtualhostClosure org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#testMessageStoreClose org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#testMessageStoreClose -// QPID-2081 - the connection close here needs more work -org.apache.qpid.test.unit.client.DynamicQueueExchangeCreateTest#testExchangeDeclare -- cgit v1.2.1 From e84e9986639d916695d258a6c859283e80a10c91 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 7 Sep 2009 11:16:56 +0000 Subject: QPID-2084,QPID-155 : Update excludes as 0-10 code path does not have same error response git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@812083 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010Excludes | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes index e238934124..36e7317e31 100644 --- a/qpid/java/test-profiles/010Excludes +++ b/qpid/java/test-profiles/010Excludes @@ -83,3 +83,9 @@ org.apache.qpid.server.logging.* // CPP Broker does not have a JMX interface to test org.apache.qpid.management.jmx.* + +// 0-10 is not supported by the MethodRegistry +org.apache.qpid.test.unit.close.JavaServerCloseRaceConditionTest#* + +// QPID-2084 : this test needs more work for 0-10 +org.apache.qpid.test.unit.client.DynamicQueueExchangeCreateTest#* -- cgit v1.2.1 From 2b2895d6f86cd90a61a1451df65ba16a647b5f2a Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Thu, 10 Sep 2009 14:41:08 +0000 Subject: QPID-2092 Move test configuration to systest package and update to provide an more reliable way of adjusting the configuration form the test. In doing this it made sense to udpate the configurations such that they all inherit from the cannonical config.xml from the broker package. Each test now gets its own configuration file that is used to override the defaut values in config.xml. So the config is now a hierarchy of: - Test Specific - Systest adjustments - stock broker config.xml I have disabled the DerbyMessageStoreLoggingTest as after making this change it is more reliably throwing a Derby exception on broker startup. The other changes to the tests were to ensure they correctly save the Test Specific config file before loading. As for some reason, Commons Configuration is not abiding by the optional flag. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@813461 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/08Excludes | 3 +++ qpid/java/test-profiles/Excludes | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/08Excludes b/qpid/java/test-profiles/08Excludes index 0866694854..8598f1dc5b 100644 --- a/qpid/java/test-profiles/08Excludes +++ b/qpid/java/test-profiles/08Excludes @@ -15,3 +15,6 @@ org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* org.apache.qpid.client.SessionCreateTest#* org.apache.qpid.test.client.RollbackOrderTest#* + +// MALT requries an external broker so exclude it from the InVM test runs +org.apache.qpid.management.jmx.ManagementActorLoggingTest diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index 7ef2a15e51..49f6946945 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -13,5 +13,9 @@ org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownListeningTCPS org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownStopped org.apache.qpid.server.logging.VirtualHostLoggingTest#testVirtualhostClosure org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#testMessageStoreClose -org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#testMessageStoreClose +// QPID-XXX : Test fails to start external broker due to Derby Exception. +org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#* + +// QPID-2081 :The configuration changes are now highlighting the close race condition +org.apache.qpid.server.security.acl.SimipleACLTest#* -- cgit v1.2.1 From 661fd84b4569863b6afc23f2ee22285de5346321 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Thu, 10 Sep 2009 15:24:10 +0000 Subject: QPID-2092 : Corrected misspelling of Simple git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@813476 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index 49f6946945..a72d3bc86c 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -18,4 +18,4 @@ org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#testMessageStoreClo org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#* // QPID-2081 :The configuration changes are now highlighting the close race condition -org.apache.qpid.server.security.acl.SimipleACLTest#* +org.apache.qpid.server.security.acl.SimpleACLTest#* -- cgit v1.2.1 From 0ee4afcc8f02a1684f3864eacaaf6290507d1cd3 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 11 Sep 2009 12:27:14 +0000 Subject: QPID-2093: Updated AMQBRokerManagerMBean to check if the queue is durable before performing store.deleteQueue(). Created ModelTest to validate the change, (testDeletionDurableViaJMX). To facility the testing, extracted JMX Operations from ManagementActorLoggingTest to a new JMXTestUtils and updated both ModelTest and MALT to use this interface. Updated 010(cpp) and 08(Java-InVM) excludes as the CPP does not have JMX and the InVM JMX is unreliable (see QPID-2097) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@813801 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010Excludes | 3 +++ qpid/java/test-profiles/08Excludes | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes index 36e7317e31..f03d62667d 100644 --- a/qpid/java/test-profiles/010Excludes +++ b/qpid/java/test-profiles/010Excludes @@ -83,6 +83,9 @@ org.apache.qpid.server.logging.* // CPP Broker does not have a JMX interface to test org.apache.qpid.management.jmx.* +// JMX is used in this test for validation +org.apache.qpid.server.queue.ModelTest#* + // 0-10 is not supported by the MethodRegistry org.apache.qpid.test.unit.close.JavaServerCloseRaceConditionTest#* diff --git a/qpid/java/test-profiles/08Excludes b/qpid/java/test-profiles/08Excludes index 8598f1dc5b..b277c6d929 100644 --- a/qpid/java/test-profiles/08Excludes +++ b/qpid/java/test-profiles/08Excludes @@ -16,5 +16,7 @@ org.apache.qpid.client.SessionCreateTest#* org.apache.qpid.test.client.RollbackOrderTest#* -// MALT requries an external broker so exclude it from the InVM test runs -org.apache.qpid.management.jmx.ManagementActorLoggingTest +// QPID-2097 exclude it from the InVM test runs until InVM JMX Interface is reliable +org.apache.qpid.management.jmx.ManagementActorLoggingTest#* +org.apache.qpid.server.queue.ModelTest#* + -- cgit v1.2.1 From acc1d4c9eb818e038ab48143ddbce3fd51397cb2 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Thu, 17 Sep 2009 11:37:29 +0000 Subject: Update to QpidTestCase to only check for broker.stopped lines until we have found the ready line. Added broker.stopped line to cpp.testprofile 'Exception constructed' this identifies port conflict issues. Local testing has shown that this works as expected. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@816150 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/cpp.testprofile | 1 + qpid/java/test-profiles/default.testprofile | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile index 1d5416fe19..b3b979c786 100644 --- a/qpid/java/test-profiles/cpp.testprofile +++ b/qpid/java/test-profiles/cpp.testprofile @@ -8,6 +8,7 @@ broker.executable=${broker.dir}/qpidd broker.module.ssl=${module.dir}/ssl.so broker.module.cluster=${module.dir}/cluster.so broker.module.store=${store.module.dir}/msgstore.so +broker.stopped=Exception constructed broker.modules= broker.args= diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index 49d4a25b82..86a5b2efb3 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -18,9 +18,10 @@ log4j.debug=false test.port=15672 test.mport=18999 +#Note : Management will start open second port on: mport + 100 : 19099 test.port.ssl=15671 -test.port.alt=15772 -test.port.alt.ssl=15771 +test.port.alt=25672 +test.port.alt.ssl=25671 test.exclude=true profile.excludes=08TransientExcludes -- cgit v1.2.1 From e4dc41ed4d12c81a9683d69f6328b2de63c9288f Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 21 Sep 2009 15:41:33 +0000 Subject: FailoverBaseCase has not been using the testprofile defined test.port.alt for the failover server. As a result the connection has been failing. Updated to use correct system property and added text to both default.testprofile and test-provider.properties to ensure that the changes are made in both locations, Ideally JNDI connection would use the same system property that is used by QTC for starting the broker. However I don't believe that it is currently doing that. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@817295 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/default.testprofile | 2 ++ qpid/java/test-profiles/test-provider.properties | 12 ++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index 86a5b2efb3..63ad03f08b 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -16,6 +16,8 @@ root.logging.level=warn log4j.configuration=file:///${test.profiles}/log4j-test.xml log4j.debug=false +# Note test-provider.properties also has variables of same name. +# Keep in sync test.port=15672 test.mport=18999 #Note : Management will start open second port on: mport + 100 : 19099 diff --git a/qpid/java/test-profiles/test-provider.properties b/qpid/java/test-profiles/test-provider.properties index e5cb18da0b..a349b0fcbf 100644 --- a/qpid/java/test-profiles/test-provider.properties +++ b/qpid/java/test-profiles/test-provider.properties @@ -19,10 +19,14 @@ # # -test.port=5672 -test.port.ssl=5671 -test.port.alt=5772 -test.port.alt.ssl=5771 +# Copied from default.testprofile +test.port=15672 +test.mport=18999 +#Note : Java Management will start open second port on: mport + 100 : 19099 +test.port.ssl=15671 +test.port.alt=25672 +test.port.alt.ssl=25671 + connectionfactory.default = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port}' connectionfactory.default.vm = amqp://username:password@clientid/test?brokerlist='vm://:1' -- cgit v1.2.1 From 8de71d7de3bfabfb687a6fcc9665e610e17335ce Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 28 Sep 2009 15:40:41 +0000 Subject: Set apache.commons logging to warn to reduce the amount of commons debug that appears during Java broker test runs git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@819594 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/log4j-test.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/log4j-test.xml b/qpid/java/test-profiles/log4j-test.xml index 0aaa7d8686..ec1efdbfdc 100644 --- a/qpid/java/test-profiles/log4j-test.xml +++ b/qpid/java/test-profiles/log4j-test.xml @@ -46,6 +46,10 @@ + + + + -- cgit v1.2.1 From 20c05c1dea013982cf79e2e1b3d67db3e9b556cc Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 28 Sep 2009 15:47:53 +0000 Subject: QPID-2118, exclude SelectorTest#testSelectorWithJMSMessageID until it fails in the same way as 0-8/9 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@819604 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010Excludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes index f03d62667d..d6202655a6 100644 --- a/qpid/java/test-profiles/010Excludes +++ b/qpid/java/test-profiles/010Excludes @@ -92,3 +92,6 @@ org.apache.qpid.test.unit.close.JavaServerCloseRaceConditionTest#* // QPID-2084 : this test needs more work for 0-10 org.apache.qpid.test.unit.client.DynamicQueueExchangeCreateTest#* + +// QPID-2118 : 0-10 Java client has differrent error handling to 0-8 code path +org.apache.qpid.test.client.message.SelectorTest#testSelectorWithJMSMessageID -- cgit v1.2.1 From f6096529d86b040fd919b17cbbfcf3f74641b4af Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Tue, 29 Sep 2009 14:52:56 +0000 Subject: QPID-2118: exclude SelectorTest#testRuntimeSelectorError until it fails in the same way git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@819975 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010Excludes | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 qpid/java/test-profiles/010Excludes (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes old mode 100644 new mode 100755 index d6202655a6..5814a2844a --- a/qpid/java/test-profiles/010Excludes +++ b/qpid/java/test-profiles/010Excludes @@ -95,3 +95,4 @@ org.apache.qpid.test.unit.client.DynamicQueueExchangeCreateTest#* // QPID-2118 : 0-10 Java client has differrent error handling to 0-8 code path org.apache.qpid.test.client.message.SelectorTest#testSelectorWithJMSMessageID +org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError -- cgit v1.2.1 From 1a5c89fbce3ed0dee13826df137effad1ff12f88 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 30 Sep 2009 15:57:24 +0000 Subject: QPID-2120 : Updated SimpleAMQQueue to ensure that the sub.isSuspended() check is done before any attempt to retrieve the getLastSeenNode(). This and the commits for QPID-1871,QPID-2116 are tested by RollbackOrderTest that now can be enabled for the Java profile. Additional changes were done to SAMQQ to improve readability and add some debug loggging. Performance testing should be done to identify any penality for this additional logging. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@820320 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/08Excludes | 2 -- qpid/java/test-profiles/08StandaloneExcludes | 2 -- 2 files changed, 4 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/08Excludes b/qpid/java/test-profiles/08Excludes index b277c6d929..6f3898384d 100644 --- a/qpid/java/test-profiles/08Excludes +++ b/qpid/java/test-profiles/08Excludes @@ -14,8 +14,6 @@ org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* // QPID-1823: this takes ages to run org.apache.qpid.client.SessionCreateTest#* -org.apache.qpid.test.client.RollbackOrderTest#* - // QPID-2097 exclude it from the InVM test runs until InVM JMX Interface is reliable org.apache.qpid.management.jmx.ManagementActorLoggingTest#* org.apache.qpid.server.queue.ModelTest#* diff --git a/qpid/java/test-profiles/08StandaloneExcludes b/qpid/java/test-profiles/08StandaloneExcludes index de876e06bb..ee781fb80f 100644 --- a/qpid/java/test-profiles/08StandaloneExcludes +++ b/qpid/java/test-profiles/08StandaloneExcludes @@ -39,8 +39,6 @@ org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* // QPID-1823: this takes ages to run org.apache.qpid.client.SessionCreateTest#* -org.apache.qpid.test.client.RollbackOrderTest#* - // This test requires the standard configuration file for validation. // Excluding here does not reduce test coverage. org.apache.qpid.server.configuration.ServerConfigurationFileTest#* -- cgit v1.2.1 From 1b3fa553929bc0532f47f60d488327b9070c8fa4 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 30 Sep 2009 15:58:16 +0000 Subject: QPID-2118 : Corrected 010Exclude for runtime selector exception. Tidied up SelectorTest so that it uses more of QTC functionality and stops creating random queue names. The init() methods could be totally removed with a bit more work. Updated test() to be testOnMessage() to better identify what test was supposed to be using onMessage() previously they all were! JMSMessageID test should now pass again on CPP profile. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@820321 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010Excludes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes index 5814a2844a..d27a3bca95 100755 --- a/qpid/java/test-profiles/010Excludes +++ b/qpid/java/test-profiles/010Excludes @@ -94,5 +94,5 @@ org.apache.qpid.test.unit.close.JavaServerCloseRaceConditionTest#* org.apache.qpid.test.unit.client.DynamicQueueExchangeCreateTest#* // QPID-2118 : 0-10 Java client has differrent error handling to 0-8 code path -org.apache.qpid.test.client.message.SelectorTest#testSelectorWithJMSMessageID org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError + -- cgit v1.2.1 From 9a89acce5926e94f8dad2ea6a3e2266d4b162df1 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 30 Sep 2009 15:58:47 +0000 Subject: Correct order of log4j entries so our parser doesn't print an error git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@820322 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/default.testprofile | 1 + qpid/java/test-profiles/log4j-test.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index 63ad03f08b..28127e5c4c 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -11,6 +11,7 @@ max_prefetch=1000 log=debug amqj.logging.level=${log} +amqj.server.logging.level=${log} amqj.protocol.logging.level=${log} root.logging.level=warn log4j.configuration=file:///${test.profiles}/log4j-test.xml diff --git a/qpid/java/test-profiles/log4j-test.xml b/qpid/java/test-profiles/log4j-test.xml index ec1efdbfdc..2d77942a81 100644 --- a/qpid/java/test-profiles/log4j-test.xml +++ b/qpid/java/test-profiles/log4j-test.xml @@ -29,10 +29,10 @@ + - -- cgit v1.2.1 From c62dbd2ed611515bf232b52455c785b1c87861f1 Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Thu, 1 Oct 2009 18:09:10 +0000 Subject: QPID-942 : Add Simplistic Producer Flow Control to the java Broker / java 0-8/0-9 client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@820739 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010Excludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes index d27a3bca95..ac6ec4752a 100755 --- a/qpid/java/test-profiles/010Excludes +++ b/qpid/java/test-profiles/010Excludes @@ -96,3 +96,6 @@ org.apache.qpid.test.unit.client.DynamicQueueExchangeCreateTest#* // QPID-2118 : 0-10 Java client has differrent error handling to 0-8 code path org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError +//QPID-942 : Implemented Channel.Flow based Producer Side flow control to the Java Broker (not in CPP Broker) +org.apache.qpid.server.queue.ProducerFlowControlTest + -- cgit v1.2.1 From 89024aa7017ed715223832420c11cf391f06fbad Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Fri, 2 Oct 2009 08:42:48 +0000 Subject: QPID-942: fix test exclusion git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@820932 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010Excludes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes index ac6ec4752a..488ae24022 100755 --- a/qpid/java/test-profiles/010Excludes +++ b/qpid/java/test-profiles/010Excludes @@ -97,5 +97,5 @@ org.apache.qpid.test.unit.client.DynamicQueueExchangeCreateTest#* org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError //QPID-942 : Implemented Channel.Flow based Producer Side flow control to the Java Broker (not in CPP Broker) -org.apache.qpid.server.queue.ProducerFlowControlTest +org.apache.qpid.server.queue.ProducerFlowControlTest#* -- cgit v1.2.1 From cad783ccf354fcbc8aae2517c80ee0421b033f0c Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 5 Oct 2009 15:01:17 +0000 Subject: Updated testing harness: QpidTestCase and FailoverBaseCase. Updates to QpidTestCase: to allow the sending of messages that are tagged from an offset value. to correctly commit the sent messages if the sent number does not fit within the batch window. update to createMessage to add an INDEX int property. update to rename ssl connectionfactory default.ssl to align with other factories. updated test-provider accordingly. added a getTestQueue method that creates an AMQQueue using getTestQueueName to further simplify tests. Updates to FailoverBaseCase removed setFailingPort, failBroker now takes the port to fail, this allows both brokers to be failed more easily. Update to ensure that all subclasses get a failover connection url, through the getConnection(), some were not. Fixed by overriding getConnectionFactory() call. Fixed second broker work directory to write to defined QPID_WORK rather than java.io.tmpdir. If QPID_WORK is not set then tests will fall back to java.io.tmpdir getFailingPort now returns the correct value if you are running InVM (2)or externally(test.alt.port) Updated tests that used failBroker to use failBroker(getFailingPort()) so tests will work InVM and externally. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@821821 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/test-provider.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/test-provider.properties b/qpid/java/test-profiles/test-provider.properties index a349b0fcbf..70a2672263 100644 --- a/qpid/java/test-profiles/test-provider.properties +++ b/qpid/java/test-profiles/test-provider.properties @@ -29,14 +29,13 @@ test.port.alt.ssl=25671 connectionfactory.default = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port}' +connectionfactory.default.ssl = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port.ssl}?ssl='true'' connectionfactory.default.vm = amqp://username:password@clientid/test?brokerlist='vm://:1' -connectionfactory.ssl = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port.ssl}?ssl='true'' connectionfactory.failover = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port.alt};tcp://localhost:${test.port}'&sync_ack='true'&sync_publish='all'&failover='roundrobin?cyclecount='20'' - connectionfactory.failover.ssl = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port.alt.ssl}?ssl='true';tcp://localhost:${test.port.ssl}?ssl='true''&sync_ack='true'&sync_publish='all'&failover='roundrobin?cyclecount='20'' - connectionfactory.failover.vm = amqp://username:password@clientid/test?brokerlist='vm://:2;vm://:1' + connectionfactory.connection1 = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port}' connectionfactory.connection2 = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port.alt}' connectionfactory.connection1.vm = amqp://username:password@clientid/test?brokerlist='vm://:1' -- cgit v1.2.1 From fb9d2da7a5eaa1f398f3d3581a2de28f14d622a9 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 5 Oct 2009 15:05:45 +0000 Subject: QPID-1816 : Add testing for publication on a dirty session after failover. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@821828 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index a72d3bc86c..056938de58 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -19,3 +19,9 @@ org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#* // QPID-2081 :The configuration changes are now highlighting the close race condition org.apache.qpid.server.security.acl.SimpleACLTest#* + +// QPID-1816 : Client Ack has not been addressed +org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testDirtyClientAck +org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testClientAck +org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck +// testDirtyClientAck is ok as it fails as expected.. problem is it always fails :) -- cgit v1.2.1 From 382459758bcb7366e07c3cae4e154128f0a66bb1 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 5 Oct 2009 15:06:40 +0000 Subject: QPID-1816 : Update to AOMT based tests, Test now continues as long as messages are received. If there has been no message received for 5 seconds then it counts the test as failed. Excluded AutoAck failover tests due to QPID-143 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@821829 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index 056938de58..d14d467b89 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -23,5 +23,10 @@ org.apache.qpid.server.security.acl.SimpleACLTest#* // QPID-1816 : Client Ack has not been addressed org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testDirtyClientAck org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testClientAck +org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testDirtyClientAck org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck -// testDirtyClientAck is ok as it fails as expected.. problem is it always fails :) + + +// QPID-143 : Failover can occur between receive and ack but we don't stop the ack. +org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testAutoAck +org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testDupsOk -- cgit v1.2.1 From 7568fef734b03114883a9256a927d5f9151da0b1 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Thu, 8 Oct 2009 08:17:33 +0000 Subject: QPID-1950 : Problem is that the thrown exception whilst an IOException does not signify that the socket has closed. So the broker had two open connections to send messages on. Change was to ensure that the previous Socket/IOSession has been closed before failover starts. Also added protected to ChannelOpenHandler to guard against out of order frames causing a NPE. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@823087 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 4 ++++ qpid/java/test-profiles/test-provider.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index d14d467b89..863f56ae92 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -30,3 +30,7 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck // QPID-143 : Failover can occur between receive and ack but we don't stop the ack. org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testAutoAck org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testDupsOk + + +//temp do not commit +org.apache.qpid.server.failover.MessageDisappearWithIOExceptionTest#* diff --git a/qpid/java/test-profiles/test-provider.properties b/qpid/java/test-profiles/test-provider.properties index 70a2672263..8cea012c1d 100644 --- a/qpid/java/test-profiles/test-provider.properties +++ b/qpid/java/test-profiles/test-provider.properties @@ -34,7 +34,7 @@ connectionfactory.default.vm = amqp://username:password@clientid/test?brokerlist connectionfactory.failover = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port.alt};tcp://localhost:${test.port}'&sync_ack='true'&sync_publish='all'&failover='roundrobin?cyclecount='20'' connectionfactory.failover.ssl = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port.alt.ssl}?ssl='true';tcp://localhost:${test.port.ssl}?ssl='true''&sync_ack='true'&sync_publish='all'&failover='roundrobin?cyclecount='20'' -connectionfactory.failover.vm = amqp://username:password@clientid/test?brokerlist='vm://:2;vm://:1' +connectionfactory.failover.vm = amqp://username:password@clientid/test?brokerlist='vm://:2;vm://:1'&failover='roundrobin?cyclecount='20'' connectionfactory.connection1 = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port}' connectionfactory.connection2 = amqp://username:password@clientid/test?brokerlist='tcp://localhost:${test.port.alt}' -- cgit v1.2.1 From e5af89ce4c567828691bf379996bdf0f2ca0d98a Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Thu, 8 Oct 2009 08:28:43 +0000 Subject: QPID-1950 : Remove exclude from global exclude file. Should just be excluded from the 010 run as only 0-8/9 uses Mina. The test is validating that a Mina IOException correctly causes failover, even when the IOException does not represent a socket failure. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@823089 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010Excludes | 2 ++ qpid/java/test-profiles/Excludes | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes index 488ae24022..757a1e425c 100755 --- a/qpid/java/test-profiles/010Excludes +++ b/qpid/java/test-profiles/010Excludes @@ -99,3 +99,5 @@ org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError //QPID-942 : Implemented Channel.Flow based Producer Side flow control to the Java Broker (not in CPP Broker) org.apache.qpid.server.queue.ProducerFlowControlTest#* +//QPID-1950 : Commit to test this failure. This is a MINA only failure so it cannot be tested when using 010. +org.apache.qpid.server.failover.MessageDisappearWithIOExceptionTest#* diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index 863f56ae92..aa60554c04 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -31,6 +31,3 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testAutoAck org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testDupsOk - -//temp do not commit -org.apache.qpid.server.failover.MessageDisappearWithIOExceptionTest#* -- cgit v1.2.1 From 37808d6377cb46cc33e44e864508474fd2246592 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Tue, 13 Oct 2009 11:40:03 +0000 Subject: QPID-1204: add temporary workaround for connection close race condition at tearDown() noted in QPID-2081 to allow enabling SimpleACLTest for java brokers. Update exclude lists accordingly, also removing a single-method exclude from the 010Excludes file made redundant by the complete SimpleACLTest exclusion when using cpp brokers git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@824706 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010Excludes | 3 --- qpid/java/test-profiles/08StandaloneExcludes | 1 - qpid/java/test-profiles/Excludes | 3 --- 3 files changed, 7 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes index 757a1e425c..454aede07e 100755 --- a/qpid/java/test-profiles/010Excludes +++ b/qpid/java/test-profiles/010Excludes @@ -75,9 +75,6 @@ org.apache.qpid.server.AlertingTest#* // The C++ server has a totally different persistence mechanism org.apache.qpid.server.store.PersistentStoreTest#* -// QPID-1225 : Temporary remove this test until the problem has been addressed -org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueSuccess - // CPP Broker does not follow the same Logging convention as the Java broker org.apache.qpid.server.logging.* diff --git a/qpid/java/test-profiles/08StandaloneExcludes b/qpid/java/test-profiles/08StandaloneExcludes index ee781fb80f..ed12973498 100644 --- a/qpid/java/test-profiles/08StandaloneExcludes +++ b/qpid/java/test-profiles/08StandaloneExcludes @@ -23,7 +23,6 @@ org.apache.qpid.test.client.failover.FailoverTest#* // InVM Broker tests awaiting resolution of QPID-1103 org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* -org.apache.qpid.server.security.acl.SimpleACLTest#* // Those tests are written against the 0.10 path org.apache.qpid.test.unit.message.UTF8Test#* diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index aa60554c04..c9c9e91836 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -17,9 +17,6 @@ org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#testMessageStoreClo // QPID-XXX : Test fails to start external broker due to Derby Exception. org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#* -// QPID-2081 :The configuration changes are now highlighting the close race condition -org.apache.qpid.server.security.acl.SimpleACLTest#* - // QPID-1816 : Client Ack has not been addressed org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testDirtyClientAck org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testClientAck -- cgit v1.2.1 From 95a888c20d9a0598620014e1b34f591a9fba5c9a Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 23 Oct 2009 01:19:03 +0000 Subject: Added the following test cases to the 010Excludes file to get the test profile passing. The test failures will be investigated to determine if the broker/client needs to be fixed or test should be permanently disabled for the broker profile. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828907 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010Excludes | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes index 454aede07e..7dfed6cee0 100755 --- a/qpid/java/test-profiles/010Excludes +++ b/qpid/java/test-profiles/010Excludes @@ -98,3 +98,13 @@ org.apache.qpid.server.queue.ProducerFlowControlTest#* //QPID-1950 : Commit to test this failure. This is a MINA only failure so it cannot be tested when using 010. org.apache.qpid.server.failover.MessageDisappearWithIOExceptionTest#* + +// These are recent test additions that are failing with the c++ broker +// Temporarily disabling until properly investigated. +org.apache.qpid.test.unit.publish.DirtyTrasactedPubilshTest#* +org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#* +org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* +org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#* + +org.apache.qpid.test.client.RollbackOrderTest#testOrderingAfterRollbackOnMessage#* + -- cgit v1.2.1 From afcf8099695253651c73910a243fb29aa520b008 Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Sun, 25 Oct 2009 22:58:57 +0000 Subject: Merged from java-broker-0-10 branch git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829675 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/java-derby.testprofile | 4 ++-- qpid/java/test-profiles/java.0.10.testprofile | 8 ++++++++ qpid/java/test-profiles/java.testprofile | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100755 qpid/java/test-profiles/java.0.10.testprofile (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile index e7c1dc1fd6..2887501a9b 100644 --- a/qpid/java/test-profiles/java-derby.testprofile +++ b/qpid/java/test-profiles/java-derby.testprofile @@ -1,8 +1,8 @@ broker.language=java -broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml +broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT --exclude-0-10 @PORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml - +qpid.amqp.version=0-9 profile.excludes=08StandaloneExcludes diff --git a/qpid/java/test-profiles/java.0.10.testprofile b/qpid/java/test-profiles/java.0.10.testprofile new file mode 100755 index 0000000000..35e3530cab --- /dev/null +++ b/qpid/java/test-profiles/java.0.10.testprofile @@ -0,0 +1,8 @@ +broker.language=java +broker.version=0-10 +broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml +broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB +broker.ready=BRK-1004 +broker.stopped=Exception + +profile.excludes=08TransientExcludes 08StandaloneExcludes 010Excludes 010TransientExcludes diff --git a/qpid/java/test-profiles/java.testprofile b/qpid/java/test-profiles/java.testprofile index 05a801ee06..8dd835a335 100644 --- a/qpid/java/test-profiles/java.testprofile +++ b/qpid/java/test-profiles/java.testprofile @@ -1,7 +1,7 @@ broker.language=java -broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml +broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT --exclude-0-10 @PORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB broker.ready=BRK-1004 broker.stopped=Exception - +qpid.amqp.version=0-9 profile.excludes=08TransientExcludes 08StandaloneExcludes -- cgit v1.2.1 From 669bc019e58dcc807363f37814a4d5cda41da1b6 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 28 Oct 2009 10:01:32 +0000 Subject: QPID-143 : Disabled AcknowledgeAfter... Tests until the underlying Client Close race conditions have been addressed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@830487 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index c9c9e91836..47ae6d09ba 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -25,6 +25,8 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck // QPID-143 : Failover can occur between receive and ack but we don't stop the ack. -org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testAutoAck -org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testDupsOk +// Just fully disable both tests as they are highlighting to many Java Client race conditions +org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#* +org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* + -- cgit v1.2.1 From 67d52c4f42fc59b5d340a63cacc735fb2f394937 Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Wed, 11 Nov 2009 22:59:29 +0000 Subject: QPID-2184: make sure global security plugins are reconfigured properly ServerConfigurationTest: add test for reloading firewall config in main section, not just as a combined file FirewallConfigTest: add a systest for firewalls with real broker QpidTestCase: add a reloadBroker() method git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@835115 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010Excludes | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes index 7dfed6cee0..cb72da2a88 100755 --- a/qpid/java/test-profiles/010Excludes +++ b/qpid/java/test-profiles/010Excludes @@ -3,6 +3,7 @@ org.apache.qpid.client.ResetMessageListenerTest#* //These tests are for the java broker org.apache.qpid.server.security.acl.SimpleACLTest#* +org.apache.qpid.server.security.firewall.FirewallConfigTest#* org.apache.qpid.server.plugins.PluginTest#* org.apache.qpid.server.BrokerStartupTest#* -- cgit v1.2.1 From 0be20e2b41eebfe42cbe36c52c744dbaa33074d5 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 7 Dec 2009 15:17:18 +0000 Subject: QPID-2242 : Fixed 0-10 code path's getJMSDestination() updated JMSDestinationTest to cover more test cases: - Recieving a msg via Queue,Topic - Recieving a msg via Queue with a MessageListener - Recieving a msg on a queue that was sent to a topic, requires JMX interface to perform message move. Excluded test from 0-8 profile until the problem has been resolved git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887948 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/08Excludes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/08Excludes b/qpid/java/test-profiles/08Excludes index 6f3898384d..bed6b91da0 100644 --- a/qpid/java/test-profiles/08Excludes +++ b/qpid/java/test-profiles/08Excludes @@ -18,3 +18,5 @@ org.apache.qpid.client.SessionCreateTest#* org.apache.qpid.management.jmx.ManagementActorLoggingTest#* org.apache.qpid.server.queue.ModelTest#* +// QPID-2242 exclude till issue has been resolved +org.apache.qpid.test.client.message.JMSDestinationTest#* -- cgit v1.2.1 From 7ec3267d45da37c1997723a719965d2390b4bc6d Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 7 Dec 2009 15:19:02 +0000 Subject: QPID-1992 : Exclude message move test from CPP broker as it uses JMX. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887950 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/cpp.excludes | 2 ++ qpid/java/test-profiles/cpp.testprofile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 qpid/java/test-profiles/cpp.excludes (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/cpp.excludes b/qpid/java/test-profiles/cpp.excludes new file mode 100644 index 0000000000..4d7363eb75 --- /dev/null +++ b/qpid/java/test-profiles/cpp.excludes @@ -0,0 +1,2 @@ +// This test requires JMX interface to move messages +org.apache.qpid.test.client.message.JMSDestinationTest#testMovedToQueue diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile index b3b979c786..0f7a718a8b 100644 --- a/qpid/java/test-profiles/cpp.testprofile +++ b/qpid/java/test-profiles/cpp.testprofile @@ -16,4 +16,4 @@ broker.args= broker=${broker.executable} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args} profile.excludes=010PrefetchExcludes 010TransientExcludes -test.excludes=Excludes 010Excludes ${profile}.excludes ${profile.excludes} +test.excludes=Excludes 010Excludes ${profile}.excludes ${profile.excludes} cpp.excludes -- cgit v1.2.1 From 3c6c15ea21fbcae409397a6c0459331ef1dbc70d Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 7 Dec 2009 16:47:53 +0000 Subject: QPID-2242 : Update to the 0-8/9 code path to use the 0-10 static lookup tables for the Destination type when JMS_QPID_DESTTYPE has not been set. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887994 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/08Excludes | 2 -- 1 file changed, 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/08Excludes b/qpid/java/test-profiles/08Excludes index bed6b91da0..6f3898384d 100644 --- a/qpid/java/test-profiles/08Excludes +++ b/qpid/java/test-profiles/08Excludes @@ -18,5 +18,3 @@ org.apache.qpid.client.SessionCreateTest#* org.apache.qpid.management.jmx.ManagementActorLoggingTest#* org.apache.qpid.server.queue.ModelTest#* -// QPID-2242 exclude till issue has been resolved -org.apache.qpid.test.client.message.JMSDestinationTest#* -- cgit v1.2.1 From 89592d8cd08393dbafc730cc096410b521541343 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Tue, 8 Dec 2009 04:02:37 +0000 Subject: Add file to allow exclusion of tests from only the InVM default.testprofile git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888246 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/08InVMExcludes | 3 +++ qpid/java/test-profiles/default.testprofile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 qpid/java/test-profiles/08InVMExcludes (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/08InVMExcludes b/qpid/java/test-profiles/08InVMExcludes new file mode 100644 index 0000000000..8e783a3f00 --- /dev/null +++ b/qpid/java/test-profiles/08InVMExcludes @@ -0,0 +1,3 @@ +//====================================================================== +//Exclude the following tests when running the InVM default test profile +//====================================================================== diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index 28127e5c4c..c28e4c5747 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -27,7 +27,7 @@ test.port.alt=25672 test.port.alt.ssl=25671 test.exclude=true -profile.excludes=08TransientExcludes +profile.excludes=08TransientExcludes 08InVMExcludes test.excludes=Excludes XAExcludes 08Excludes ${profile}.excludes ${profile.excludes} test.fork=no test.mem=512M -- cgit v1.2.1 From 654a63ba915c43e10ec09561ee24f0f478a7228d Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Tue, 8 Dec 2009 04:05:04 +0000 Subject: QPID-2177: unit and system testing for the new flow controlled related attributes of the Queue MBean git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888250 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/08InVMExcludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/08InVMExcludes b/qpid/java/test-profiles/08InVMExcludes index 8e783a3f00..065076d3b6 100644 --- a/qpid/java/test-profiles/08InVMExcludes +++ b/qpid/java/test-profiles/08InVMExcludes @@ -1,3 +1,6 @@ //====================================================================== //Exclude the following tests when running the InVM default test profile //====================================================================== + +// QPID-2097 exclude until InVM JMX test runs are reliable +org.apache.qpid.server.queue.ProducerFlowControlTest#testFlowControlAttributeModificationViaJMX -- cgit v1.2.1 From e864e0a9158d69ffcebbcfae0bb1c900bd3478c3 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Tue, 8 Dec 2009 11:38:46 +0000 Subject: QPID-2242 : Update to 0-8 producer to set the JMS_QPID_DESTTYPE when sending messages. This update required a change to the FieldTable to clear any _encodedBuffer when setting a new value Provided test in JMSDestintationTest. This test requires a broker that supports both 0-8/9 and 0-10 as we must first use a 0-10 connection to send a message, which does not set JMS_QPID_DESTTYPE, then receive the message on 0-8/9. This allows us to validate that messages recieved without JMS_QPID_DESTTYPE set will can correctly set the value without a BufferOverflow Exception when simply forwarding the message. Excluded test from all cpp and InVM runs as test requires a 0-8/9 and 0-10 capable broker. Can reinstate to InVM when multiprotocol testing is capable. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888345 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/08InVMExcludes | 3 +++ qpid/java/test-profiles/cpp.excludes | 8 ++++++++ 2 files changed, 11 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/08InVMExcludes b/qpid/java/test-profiles/08InVMExcludes index 065076d3b6..915c1ff0c2 100644 --- a/qpid/java/test-profiles/08InVMExcludes +++ b/qpid/java/test-profiles/08InVMExcludes @@ -4,3 +4,6 @@ // QPID-2097 exclude until InVM JMX test runs are reliable org.apache.qpid.server.queue.ProducerFlowControlTest#testFlowControlAttributeModificationViaJMX + +// This test requires a broker capable of 0-8/9 and 0-10 +org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend diff --git a/qpid/java/test-profiles/cpp.excludes b/qpid/java/test-profiles/cpp.excludes index 4d7363eb75..64417a0edc 100644 --- a/qpid/java/test-profiles/cpp.excludes +++ b/qpid/java/test-profiles/cpp.excludes @@ -1,2 +1,10 @@ +//====================================================================== +//Exclude the following tests when running all cpp test profilies +//====================================================================== + // This test requires JMX interface to move messages org.apache.qpid.test.client.message.JMSDestinationTest#testMovedToQueue + +// This test requires a broker capable of 0-8/9 and 0-10 +org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend + -- cgit v1.2.1 From d1a7832af610f2973f692d3c410d82d97fc1b83a Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Tue, 8 Dec 2009 11:42:59 +0000 Subject: Updated exclude files to aline with the broker they work with. The CPPExcludes file needs to be split in to a 010Excludes file so that the CPPExclude only contains test the CPP broker should not run and the 010Exclude contains tests that any 0-10 broker should exclude. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888347 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/010Excludes | 111 --------------------- qpid/java/test-profiles/010PrefetchExcludes | 4 - qpid/java/test-profiles/010TransientExcludes | 10 -- qpid/java/test-profiles/08Excludes | 20 ---- qpid/java/test-profiles/08InVMExcludes | 9 -- qpid/java/test-profiles/08StandaloneExcludes | 48 +-------- qpid/java/test-profiles/08TransientExcludes | 1 - qpid/java/test-profiles/CPPExcludes | 111 +++++++++++++++++++++ qpid/java/test-profiles/CPPPrefetchExcludes | 4 + qpid/java/test-profiles/CPPTransientExcludes | 10 ++ qpid/java/test-profiles/JavaExcludes | 20 ++++ qpid/java/test-profiles/JavaInVMExcludes | 9 ++ qpid/java/test-profiles/JavaStandaloneExcludes | 44 ++++++++ qpid/java/test-profiles/JavaTransientExcludes | 1 + qpid/java/test-profiles/cpp.async.testprofile | 2 +- qpid/java/test-profiles/cpp.cluster.testprofile | 2 +- qpid/java/test-profiles/cpp.noprefetch.testprofile | 2 +- qpid/java/test-profiles/default.testprofile | 4 +- qpid/java/test-profiles/java-derby.testprofile | 2 +- qpid/java/test-profiles/java.0.10.testprofile | 2 +- qpid/java/test-profiles/java.testprofile | 2 +- 21 files changed, 212 insertions(+), 206 deletions(-) delete mode 100755 qpid/java/test-profiles/010Excludes delete mode 100644 qpid/java/test-profiles/010PrefetchExcludes delete mode 100644 qpid/java/test-profiles/010TransientExcludes delete mode 100644 qpid/java/test-profiles/08Excludes delete mode 100644 qpid/java/test-profiles/08InVMExcludes delete mode 100644 qpid/java/test-profiles/08TransientExcludes create mode 100755 qpid/java/test-profiles/CPPExcludes create mode 100644 qpid/java/test-profiles/CPPPrefetchExcludes create mode 100644 qpid/java/test-profiles/CPPTransientExcludes create mode 100644 qpid/java/test-profiles/JavaExcludes create mode 100644 qpid/java/test-profiles/JavaInVMExcludes create mode 100644 qpid/java/test-profiles/JavaStandaloneExcludes create mode 100644 qpid/java/test-profiles/JavaTransientExcludes mode change 100755 => 100644 qpid/java/test-profiles/java.0.10.testprofile (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes deleted file mode 100755 index cb72da2a88..0000000000 --- a/qpid/java/test-profiles/010Excludes +++ /dev/null @@ -1,111 +0,0 @@ -org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#* -org.apache.qpid.client.ResetMessageListenerTest#* - -//These tests are for the java broker -org.apache.qpid.server.security.acl.SimpleACLTest#* -org.apache.qpid.server.security.firewall.FirewallConfigTest#* -org.apache.qpid.server.plugins.PluginTest#* -org.apache.qpid.server.BrokerStartupTest#* - -// This test is not finished -org.apache.qpid.test.testcases.TTLTest#* -org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover - -// Those tests are testing 0.8 specific semantics -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxP2P -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxP2P -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxP2P -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxP2P -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxPubSub -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxPubSub -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxPubSub -org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxPubSub -org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxP2P -org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxP2P -org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxPubSub -org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxPubSub -org.apache.qpid.test.client.FlowControlTest#* -org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges -org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure - -// the 0.10 c++ broker does not implement forget -org.apache.qpid.test.unit.xa.FaultTest#testForget - -// the 0-10 c++ broker does not implement priority / this test depends on a Java broker extension for queue creation -org.apache.qpid.server.queue.PriorityTest - -//this test checks explicitly for 0-8 flow control semantics -org.apache.qpid.test.client.FlowControlTest - -// 0-10 c++ broker doesn't implement virtual hosts, or those wackhy exchanges -org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure -org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges - -// 0-10 c++ broker in cpp.testprofile is started with no auth so won't pass this test -org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection - -// c++ broker doesn't do selectors, so this will fail -org.apache.qpid.test.unit.topic.TopicSessionTest#testNonMatchingMessagesDoNotFillQueue - -// InVM Broker tests -org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* - -// QPID-1262, QPID-1119 : This test fails occasionally due to potential protocol issue. -org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* - -// c++ broker doesn't support priorities, TTL or message bouncing -org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#* -org.apache.qpid.server.queue.PriorityTest#* -org.apache.qpid.server.queue.TimeToLiveTest#* - -// QPID-1727 , QPID-1726 :c++ broker does not support flow to disk on transient queues. Also it requries a persistent store impl. for Apache -org.apache.qpid.test.client.QueueBrowsingFlowToDiskTest#* - -// This test currently does not pick up the runtime location of the nonVm queueBacking store. -org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#* - -// This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM -org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* - -//QPID-1818 : 0-10 Client code path does not correctly restore a transacted session after failover. -org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* - -// QPID-1730: the C++ server has a totally different logging mechanism. We should split this file differently -org.apache.qpid.server.AlertingTest#* - -// The C++ server has a totally different persistence mechanism -org.apache.qpid.server.store.PersistentStoreTest#* - -// CPP Broker does not follow the same Logging convention as the Java broker -org.apache.qpid.server.logging.* - -// CPP Broker does not have a JMX interface to test -org.apache.qpid.management.jmx.* -// JMX is used in this test for validation -org.apache.qpid.server.queue.ModelTest#* - - -// 0-10 is not supported by the MethodRegistry -org.apache.qpid.test.unit.close.JavaServerCloseRaceConditionTest#* - -// QPID-2084 : this test needs more work for 0-10 -org.apache.qpid.test.unit.client.DynamicQueueExchangeCreateTest#* - -// QPID-2118 : 0-10 Java client has differrent error handling to 0-8 code path -org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError - -//QPID-942 : Implemented Channel.Flow based Producer Side flow control to the Java Broker (not in CPP Broker) -org.apache.qpid.server.queue.ProducerFlowControlTest#* - -//QPID-1950 : Commit to test this failure. This is a MINA only failure so it cannot be tested when using 010. -org.apache.qpid.server.failover.MessageDisappearWithIOExceptionTest#* - -// These are recent test additions that are failing with the c++ broker -// Temporarily disabling until properly investigated. -org.apache.qpid.test.unit.publish.DirtyTrasactedPubilshTest#* -org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#* -org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* -org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#* - -org.apache.qpid.test.client.RollbackOrderTest#testOrderingAfterRollbackOnMessage#* - diff --git a/qpid/java/test-profiles/010PrefetchExcludes b/qpid/java/test-profiles/010PrefetchExcludes deleted file mode 100644 index 6b0014b917..0000000000 --- a/qpid/java/test-profiles/010PrefetchExcludes +++ /dev/null @@ -1,4 +0,0 @@ -// those tests should be run with prefetch off -org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only -org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth -org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber diff --git a/qpid/java/test-profiles/010TransientExcludes b/qpid/java/test-profiles/010TransientExcludes deleted file mode 100644 index 90b4251807..0000000000 --- a/qpid/java/test-profiles/010TransientExcludes +++ /dev/null @@ -1,10 +0,0 @@ -// those tests need durable subscribe states to be persisted -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent - -// those tests require broker recovery -org.apache.qpid.test.unit.ct.DurableSubscriberTest#* -org.apache.qpid.test.unit.xa.TopicTest#testDurSubCrash -org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash -org.apache.qpid.test.unit.xa.TopicTest#testRecover -org.apache.qpid.test.unit.xa.QueueTest#testRecover -org.apache.qpid.test.unit.xa.QueueTest#testSendAndRecover diff --git a/qpid/java/test-profiles/08Excludes b/qpid/java/test-profiles/08Excludes deleted file mode 100644 index 6f3898384d..0000000000 --- a/qpid/java/test-profiles/08Excludes +++ /dev/null @@ -1,20 +0,0 @@ -org.apache.qpid.test.unit.ct.DurableSubscriberTests#* -// Those tests are not finished -org.apache.qpid.test.testcases.TTLTest#* -org.apache.qpid.test.testcases.FailoverTest#* -// This is a long running test so should exclude from normal runs -org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover -// Those tests are written against the 0.10 path -org.apache.qpid.test.unit.message.UTF8Test#* -org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait - -//QPID-1818 : Client code path does not correctly restore a transacted session after failover. -org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* - -// QPID-1823: this takes ages to run -org.apache.qpid.client.SessionCreateTest#* - -// QPID-2097 exclude it from the InVM test runs until InVM JMX Interface is reliable -org.apache.qpid.management.jmx.ManagementActorLoggingTest#* -org.apache.qpid.server.queue.ModelTest#* - diff --git a/qpid/java/test-profiles/08InVMExcludes b/qpid/java/test-profiles/08InVMExcludes deleted file mode 100644 index 915c1ff0c2..0000000000 --- a/qpid/java/test-profiles/08InVMExcludes +++ /dev/null @@ -1,9 +0,0 @@ -//====================================================================== -//Exclude the following tests when running the InVM default test profile -//====================================================================== - -// QPID-2097 exclude until InVM JMX test runs are reliable -org.apache.qpid.server.queue.ProducerFlowControlTest#testFlowControlAttributeModificationViaJMX - -// This test requires a broker capable of 0-8/9 and 0-10 -org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend diff --git a/qpid/java/test-profiles/08StandaloneExcludes b/qpid/java/test-profiles/08StandaloneExcludes index ed12973498..f06bfca1ac 100644 --- a/qpid/java/test-profiles/08StandaloneExcludes +++ b/qpid/java/test-profiles/08StandaloneExcludes @@ -1,44 +1,6 @@ -org.apache.qpid.test.unit.ct.DurableSubscriberTests#* -// Those tests are not finished -org.apache.qpid.test.testcases.TTLTest#* -org.apache.qpid.test.testcases.FailoverTest#* -// This is a long running test so should exclude from normal runs -org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover -// Those tests require failover support -org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverWithQueueBrowser -org.apache.qpid.test.testcases.FailoverTest#* -org.apache.qpid.test.client.failover.FailoverTest#* - -// InVM Broker tests awaiting resolution of QPID-1103 -org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* -org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* - -// Those tests are written against the 0.10 path -org.apache.qpid.test.unit.message.UTF8Test#* -org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait - -// This test currently does not pick up the runtime location of the nonVm queueBacking store. -org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#* - -// This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM -org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* -//QPID-1818 : Client code path does not correctly restore a transacted session after failover. -org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* -// QPID-1823: this takes ages to run -org.apache.qpid.client.SessionCreateTest#* - -// This test requires the standard configuration file for validation. -// Excluding here does not reduce test coverage. -org.apache.qpid.server.configuration.ServerConfigurationFileTest#* +//====================================================================== +//Exclude the following from brokers defaulting to the 0-8 protocol +//====================================================================== +// This test requires a broker capable of 0-8/9 and 0-10 +org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend diff --git a/qpid/java/test-profiles/08TransientExcludes b/qpid/java/test-profiles/08TransientExcludes deleted file mode 100644 index f81e9c213c..0000000000 --- a/qpid/java/test-profiles/08TransientExcludes +++ /dev/null @@ -1 +0,0 @@ -org.apache.qpid.server.store.PersistentStoreTest#* diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes new file mode 100755 index 0000000000..cb72da2a88 --- /dev/null +++ b/qpid/java/test-profiles/CPPExcludes @@ -0,0 +1,111 @@ +org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#* +org.apache.qpid.client.ResetMessageListenerTest#* + +//These tests are for the java broker +org.apache.qpid.server.security.acl.SimpleACLTest#* +org.apache.qpid.server.security.firewall.FirewallConfigTest#* +org.apache.qpid.server.plugins.PluginTest#* +org.apache.qpid.server.BrokerStartupTest#* + +// This test is not finished +org.apache.qpid.test.testcases.TTLTest#* +org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover + +// Those tests are testing 0.8 specific semantics +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxPubSub +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxP2P +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxP2P +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxPubSub +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxPubSub +org.apache.qpid.test.client.FlowControlTest#* +org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges +org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure + +// the 0.10 c++ broker does not implement forget +org.apache.qpid.test.unit.xa.FaultTest#testForget + +// the 0-10 c++ broker does not implement priority / this test depends on a Java broker extension for queue creation +org.apache.qpid.server.queue.PriorityTest + +//this test checks explicitly for 0-8 flow control semantics +org.apache.qpid.test.client.FlowControlTest + +// 0-10 c++ broker doesn't implement virtual hosts, or those wackhy exchanges +org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure +org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges + +// 0-10 c++ broker in cpp.testprofile is started with no auth so won't pass this test +org.apache.qpid.test.unit.client.connection.ConnectionTest#testPasswordFailureConnection + +// c++ broker doesn't do selectors, so this will fail +org.apache.qpid.test.unit.topic.TopicSessionTest#testNonMatchingMessagesDoNotFillQueue + +// InVM Broker tests +org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* + +// QPID-1262, QPID-1119 : This test fails occasionally due to potential protocol issue. +org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* + +// c++ broker doesn't support priorities, TTL or message bouncing +org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#* +org.apache.qpid.server.queue.PriorityTest#* +org.apache.qpid.server.queue.TimeToLiveTest#* + +// QPID-1727 , QPID-1726 :c++ broker does not support flow to disk on transient queues. Also it requries a persistent store impl. for Apache +org.apache.qpid.test.client.QueueBrowsingFlowToDiskTest#* + +// This test currently does not pick up the runtime location of the nonVm queueBacking store. +org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#* + +// This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM +org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* + +//QPID-1818 : 0-10 Client code path does not correctly restore a transacted session after failover. +org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* + +// QPID-1730: the C++ server has a totally different logging mechanism. We should split this file differently +org.apache.qpid.server.AlertingTest#* + +// The C++ server has a totally different persistence mechanism +org.apache.qpid.server.store.PersistentStoreTest#* + +// CPP Broker does not follow the same Logging convention as the Java broker +org.apache.qpid.server.logging.* + +// CPP Broker does not have a JMX interface to test +org.apache.qpid.management.jmx.* +// JMX is used in this test for validation +org.apache.qpid.server.queue.ModelTest#* + + +// 0-10 is not supported by the MethodRegistry +org.apache.qpid.test.unit.close.JavaServerCloseRaceConditionTest#* + +// QPID-2084 : this test needs more work for 0-10 +org.apache.qpid.test.unit.client.DynamicQueueExchangeCreateTest#* + +// QPID-2118 : 0-10 Java client has differrent error handling to 0-8 code path +org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError + +//QPID-942 : Implemented Channel.Flow based Producer Side flow control to the Java Broker (not in CPP Broker) +org.apache.qpid.server.queue.ProducerFlowControlTest#* + +//QPID-1950 : Commit to test this failure. This is a MINA only failure so it cannot be tested when using 010. +org.apache.qpid.server.failover.MessageDisappearWithIOExceptionTest#* + +// These are recent test additions that are failing with the c++ broker +// Temporarily disabling until properly investigated. +org.apache.qpid.test.unit.publish.DirtyTrasactedPubilshTest#* +org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#* +org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* +org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#* + +org.apache.qpid.test.client.RollbackOrderTest#testOrderingAfterRollbackOnMessage#* + diff --git a/qpid/java/test-profiles/CPPPrefetchExcludes b/qpid/java/test-profiles/CPPPrefetchExcludes new file mode 100644 index 0000000000..6b0014b917 --- /dev/null +++ b/qpid/java/test-profiles/CPPPrefetchExcludes @@ -0,0 +1,4 @@ +// those tests should be run with prefetch off +org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only +org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth +org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber diff --git a/qpid/java/test-profiles/CPPTransientExcludes b/qpid/java/test-profiles/CPPTransientExcludes new file mode 100644 index 0000000000..90b4251807 --- /dev/null +++ b/qpid/java/test-profiles/CPPTransientExcludes @@ -0,0 +1,10 @@ +// those tests need durable subscribe states to be persisted +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent + +// those tests require broker recovery +org.apache.qpid.test.unit.ct.DurableSubscriberTest#* +org.apache.qpid.test.unit.xa.TopicTest#testDurSubCrash +org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash +org.apache.qpid.test.unit.xa.TopicTest#testRecover +org.apache.qpid.test.unit.xa.QueueTest#testRecover +org.apache.qpid.test.unit.xa.QueueTest#testSendAndRecover diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes new file mode 100644 index 0000000000..6f3898384d --- /dev/null +++ b/qpid/java/test-profiles/JavaExcludes @@ -0,0 +1,20 @@ +org.apache.qpid.test.unit.ct.DurableSubscriberTests#* +// Those tests are not finished +org.apache.qpid.test.testcases.TTLTest#* +org.apache.qpid.test.testcases.FailoverTest#* +// This is a long running test so should exclude from normal runs +org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover +// Those tests are written against the 0.10 path +org.apache.qpid.test.unit.message.UTF8Test#* +org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait + +//QPID-1818 : Client code path does not correctly restore a transacted session after failover. +org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* + +// QPID-1823: this takes ages to run +org.apache.qpid.client.SessionCreateTest#* + +// QPID-2097 exclude it from the InVM test runs until InVM JMX Interface is reliable +org.apache.qpid.management.jmx.ManagementActorLoggingTest#* +org.apache.qpid.server.queue.ModelTest#* + diff --git a/qpid/java/test-profiles/JavaInVMExcludes b/qpid/java/test-profiles/JavaInVMExcludes new file mode 100644 index 0000000000..915c1ff0c2 --- /dev/null +++ b/qpid/java/test-profiles/JavaInVMExcludes @@ -0,0 +1,9 @@ +//====================================================================== +//Exclude the following tests when running the InVM default test profile +//====================================================================== + +// QPID-2097 exclude until InVM JMX test runs are reliable +org.apache.qpid.server.queue.ProducerFlowControlTest#testFlowControlAttributeModificationViaJMX + +// This test requires a broker capable of 0-8/9 and 0-10 +org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend diff --git a/qpid/java/test-profiles/JavaStandaloneExcludes b/qpid/java/test-profiles/JavaStandaloneExcludes new file mode 100644 index 0000000000..ed12973498 --- /dev/null +++ b/qpid/java/test-profiles/JavaStandaloneExcludes @@ -0,0 +1,44 @@ +org.apache.qpid.test.unit.ct.DurableSubscriberTests#* +// Those tests are not finished +org.apache.qpid.test.testcases.TTLTest#* +org.apache.qpid.test.testcases.FailoverTest#* +// This is a long running test so should exclude from normal runs +org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover +// Those tests require failover support +org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverWithQueueBrowser +org.apache.qpid.test.testcases.FailoverTest#* +org.apache.qpid.test.client.failover.FailoverTest#* + +// InVM Broker tests awaiting resolution of QPID-1103 +org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* +org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* + +// Those tests are written against the 0.10 path +org.apache.qpid.test.unit.message.UTF8Test#* +org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait + +// This test currently does not pick up the runtime location of the nonVm queueBacking store. +org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#* + +// This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM +org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* +//QPID-1818 : Client code path does not correctly restore a transacted session after failover. +org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* +// QPID-1823: this takes ages to run +org.apache.qpid.client.SessionCreateTest#* + +// This test requires the standard configuration file for validation. +// Excluding here does not reduce test coverage. +org.apache.qpid.server.configuration.ServerConfigurationFileTest#* + diff --git a/qpid/java/test-profiles/JavaTransientExcludes b/qpid/java/test-profiles/JavaTransientExcludes new file mode 100644 index 0000000000..f81e9c213c --- /dev/null +++ b/qpid/java/test-profiles/JavaTransientExcludes @@ -0,0 +1 @@ +org.apache.qpid.server.store.PersistentStoreTest#* diff --git a/qpid/java/test-profiles/cpp.async.testprofile b/qpid/java/test-profiles/cpp.async.testprofile index f06b56fbad..ac8b98471e 100644 --- a/qpid/java/test-profiles/cpp.async.testprofile +++ b/qpid/java/test-profiles/cpp.async.testprofile @@ -1,3 +1,3 @@ include=cpp -profile.excludes=010PrefetchExcludes +profile.excludes=CPPPrefetchExcludes broker.modules=--load-module ${broker.module.store} diff --git a/qpid/java/test-profiles/cpp.cluster.testprofile b/qpid/java/test-profiles/cpp.cluster.testprofile index 143e0d88d0..4bfd4f69a2 100644 --- a/qpid/java/test-profiles/cpp.cluster.testprofile +++ b/qpid/java/test-profiles/cpp.cluster.testprofile @@ -2,7 +2,7 @@ include=cpp broker.modules=--load-module ${broker.module.cluster} --cluster-name cpp-java-test-cluster -profile.excludes=XAExcludes 010PrefetchExcludes 010TransientExcludes +profile.excludes=XAExcludes CPPPrefetchExcludes CPPTransientExcludes profile.clustered=true profile.failoverMsgCount=10 diff --git a/qpid/java/test-profiles/cpp.noprefetch.testprofile b/qpid/java/test-profiles/cpp.noprefetch.testprofile index b2b9bc6de3..304671a4a4 100644 --- a/qpid/java/test-profiles/cpp.noprefetch.testprofile +++ b/qpid/java/test-profiles/cpp.noprefetch.testprofile @@ -1,3 +1,3 @@ include=cpp -profile.excludes=010TransientExcludes +profile.excludes=CPPTransientExcludes max_prefetch=0 diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index c28e4c5747..91727304ae 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -27,8 +27,8 @@ test.port.alt=25672 test.port.alt.ssl=25671 test.exclude=true -profile.excludes=08TransientExcludes 08InVMExcludes -test.excludes=Excludes XAExcludes 08Excludes ${profile}.excludes ${profile.excludes} +profile.excludes=JavaTransientExcludes JavaInVMExcludes +test.excludes=Excludes XAExcludes JavaExcludes ${profile}.excludes ${profile.excludes} test.fork=no test.mem=512M test=*Test diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile index 2887501a9b..689b2b4357 100644 --- a/qpid/java/test-profiles/java-derby.testprofile +++ b/qpid/java/test-profiles/java-derby.testprofile @@ -5,4 +5,4 @@ broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml qpid.amqp.version=0-9 -profile.excludes=08StandaloneExcludes +profile.excludes=JavaStandaloneExcludes diff --git a/qpid/java/test-profiles/java.0.10.testprofile b/qpid/java/test-profiles/java.0.10.testprofile old mode 100755 new mode 100644 index 35e3530cab..64c184c0f6 --- a/qpid/java/test-profiles/java.0.10.testprofile +++ b/qpid/java/test-profiles/java.0.10.testprofile @@ -5,4 +5,4 @@ broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception -profile.excludes=08TransientExcludes 08StandaloneExcludes 010Excludes 010TransientExcludes +profile.excludes=JavaTransientExcludes JavaStandaloneExcludes CPPExcludes CPPTransientExcludes diff --git a/qpid/java/test-profiles/java.testprofile b/qpid/java/test-profiles/java.testprofile index 8dd835a335..a301fb1b65 100644 --- a/qpid/java/test-profiles/java.testprofile +++ b/qpid/java/test-profiles/java.testprofile @@ -4,4 +4,4 @@ broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception qpid.amqp.version=0-9 -profile.excludes=08TransientExcludes 08StandaloneExcludes +profile.excludes=JavaTransientExcludes JavaStandaloneExcludes 08StandaloneExcludes -- cgit v1.2.1 From f2b9b400af5cfa5b389aac91072ab24f7a3f4ed1 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Sat, 12 Dec 2009 00:05:38 +0000 Subject: Changed the profile to use the new files names and the new CPPExculeds file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@889865 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/cpp.testprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile index 0f7a718a8b..04407accc3 100644 --- a/qpid/java/test-profiles/cpp.testprofile +++ b/qpid/java/test-profiles/cpp.testprofile @@ -15,5 +15,5 @@ broker.args= broker=${broker.executable} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args} -profile.excludes=010PrefetchExcludes 010TransientExcludes -test.excludes=Excludes 010Excludes ${profile}.excludes ${profile.excludes} cpp.excludes +profile.excludes=CPPPrefetchExcludes CPPTransientExcludes +test.excludes=Excludes CPPExcludes ${profile}.excludes ${profile.excludes} cpp.excludes -- cgit v1.2.1 From 1404bc3d1da6da84e9de4c80fecf457c32fd937a Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 18 Dec 2009 03:40:46 +0000 Subject: The following tests exhibits randomly failures for the last 2 months or so. I am adding them to the Exclude list until they are fixed. FailoverBeforeConsumingRecoverTest QPID-2225 SimpleACLTest.testClientPublishInvalidQueueSuccess - QPID-2262 MINANetworkDriverTest - QPID-2224 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@892119 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index 47ae6d09ba..e816222d33 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -29,4 +29,10 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#* org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* - +// The following tests exibit random failures and are temporarily excluded. +// QPID-2224 Random Test failures - The test needs to be fixed. +MINANetworkDriverTest#* +// QPID-2225 Random Test failures against the in-vm broker. +FailoverBeforeConsumingRecover#* +// QPID-2262 Random test failures - The test needs to be fixed. +SimpleACLTest#testClientPublishInvalidQueueSuccess -- cgit v1.2.1 From 612123e9d6028a56e9bc224bf72c8ec0c7a8ff78 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 18 Dec 2009 16:25:43 +0000 Subject: I forgot to add the package names when adding the tests in r892119 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@892304 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index e816222d33..5c6308a2d2 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -31,8 +31,8 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* // The following tests exibit random failures and are temporarily excluded. // QPID-2224 Random Test failures - The test needs to be fixed. -MINANetworkDriverTest#* +org.apache.qpid.transport.network.mina.MINANetworkDriverTest#* // QPID-2225 Random Test failures against the in-vm broker. -FailoverBeforeConsumingRecover#* +org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecover#* // QPID-2262 Random test failures - The test needs to be fixed. -SimpleACLTest#testClientPublishInvalidQueueSuccess +org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueSuccess -- cgit v1.2.1 From 065137f8f47e5b0ad14b328c5f69cfd7bb33ac92 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Tue, 19 Jan 2010 20:25:00 +0000 Subject: QPID-2262 : Removed SALCT from from exclude list and added required null check. Updated references to QPID-1204 to QPID-2345 which talks more to the issue of setting exception cause when the connection is closed by the broker. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@900943 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 2 -- 1 file changed, 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index 5c6308a2d2..b2f438e487 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -34,5 +34,3 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* org.apache.qpid.transport.network.mina.MINANetworkDriverTest#* // QPID-2225 Random Test failures against the in-vm broker. org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecover#* -// QPID-2262 Random test failures - The test needs to be fixed. -org.apache.qpid.server.security.acl.SimpleACLTest#testClientPublishInvalidQueueSuccess -- cgit v1.2.1 From 4b6d7560ebce653e6a65ff2296acff3bad4846cf Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 20 Jan 2010 19:21:16 +0000 Subject: QPID-2349 : Fixed Protocol Version negotiation. The Negotiated protocol version was not given to the ProtocolSession. Once this is done the correct delegate is enabled on connection. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@901341 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 5 ----- qpid/java/test-profiles/java.testprofile | 5 ++++- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index b2f438e487..ccb907e597 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -29,8 +29,3 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#* org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* -// The following tests exibit random failures and are temporarily excluded. -// QPID-2224 Random Test failures - The test needs to be fixed. -org.apache.qpid.transport.network.mina.MINANetworkDriverTest#* -// QPID-2225 Random Test failures against the in-vm broker. -org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecover#* diff --git a/qpid/java/test-profiles/java.testprofile b/qpid/java/test-profiles/java.testprofile index a301fb1b65..ce73d5b5de 100644 --- a/qpid/java/test-profiles/java.testprofile +++ b/qpid/java/test-profiles/java.testprofile @@ -3,5 +3,8 @@ broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT --exclude-0-10 @ broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB broker.ready=BRK-1004 broker.stopped=Exception -qpid.amqp.version=0-9 +# +# Do not enable. Allow client to attempt 0-10 and negotiate downwards +# +#qpid.amqp.version=0-91 profile.excludes=JavaTransientExcludes JavaStandaloneExcludes 08StandaloneExcludes -- cgit v1.2.1 From 5efcd04d4557a6902a3ba85aa5114b0f282937f5 Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Sun, 31 Jan 2010 00:31:49 +0000 Subject: QPID-2379 : Initial work on adding QMF and federation to the Java Broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@904934 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index cb72da2a88..ac2d7bb823 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -34,6 +34,9 @@ org.apache.qpid.test.unit.xa.FaultTest#testForget // the 0-10 c++ broker does not implement priority / this test depends on a Java broker extension for queue creation org.apache.qpid.server.queue.PriorityTest +// the 0-10 c++ broker does not implement the extended LVQ semantics which the Java Broker does +org.apache.qpid.server.queue.ConflationQueueTest + //this test checks explicitly for 0-8 flow control semantics org.apache.qpid.test.client.FlowControlTest -- cgit v1.2.1 From cd277c323dd5339357d2841f28114ac8daff2fde Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Tue, 2 Feb 2010 01:22:26 +0000 Subject: The testing is failing on the c++ broker. Probably due to a slight difference in semantics. I am temporarily disabling this test for the C++ broker test profiles. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@905491 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index ac2d7bb823..f729111982 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -112,3 +112,5 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#* org.apache.qpid.test.client.RollbackOrderTest#testOrderingAfterRollbackOnMessage#* +org.apache.qpid.server.queue.ConflationQueueTest#* + -- cgit v1.2.1 From 8b7d3c0aaca53585c04c3e8d7b795045460ce58b Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Wed, 3 Feb 2010 15:59:26 +0000 Subject: Added the property broker.language git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@906099 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/cpp.testprofile | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile index 04407accc3..f6d8d6f353 100644 --- a/qpid/java/test-profiles/cpp.testprofile +++ b/qpid/java/test-profiles/cpp.testprofile @@ -1,4 +1,5 @@ broker.version=0-10 +broker.language=cpp broker.dir=${project.root}/../cpp/src module.dir=${broker.dir}/.libs -- cgit v1.2.1 From 5e6c17a1082ecbd524d57e802affc58a295cbe6a Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Thu, 4 Feb 2010 22:37:45 +0000 Subject: Disabled the org.apache.qpid.management.wsdm.WsDmAdapterTest git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@906698 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index ccb907e597..b9626a4726 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -29,3 +29,5 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#* org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* +// The WSDM adapter test is failing again. Sadly there is no maintaince in this area +org.apache.qpid.management.wsdm.WsDmAdapterTest#* -- cgit v1.2.1 From cdde6ac4e71242915b2ad14b51b80af842a587d5 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 5 Feb 2010 10:42:28 +0000 Subject: QPID-2346 : AcknowledgeAfterFailoverTest was putting more messages on the external broker than the testing AcknowledgeTest code was expecting. Additionally when run in the java-derby(persistent) case the unacknowledge messages were recovered when the broker was restarted. To address this the store of each broker is deleted when the it is stopped. To ensure that the persistent tests do not impact each other enabled the broker.clean.between.tests on the java-derby profile Merged change over from 0.5.x r901461 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@906895 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/java-derby.testprofile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile index 689b2b4357..1238a44c84 100644 --- a/qpid/java/test-profiles/java-derby.testprofile +++ b/qpid/java/test-profiles/java-derby.testprofile @@ -1,8 +1,9 @@ broker.language=java broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT --exclude-0-10 @PORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml -broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB +broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/* broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml qpid.amqp.version=0-9 profile.excludes=JavaStandaloneExcludes +broker.clean.between.tests=true -- cgit v1.2.1 From 285699c799ac56252f4da7e7da9ac07ee82eb31d Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Sat, 6 Feb 2010 01:04:07 +0000 Subject: I am disabling the WsDmAdapterTest by commenting out the code that adds the test cases to the test suite. This test is failing due to classpath issues related to Sun shipping a fairly old version of Apache Xalan jars. I also removed the entry from Excludes. I mistakenly added it there without realizing that this test doesn't extend from QpidTestCase git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@907146 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 2 -- 1 file changed, 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index b9626a4726..ccb907e597 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -29,5 +29,3 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#* org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* -// The WSDM adapter test is failing again. Sadly there is no maintaince in this area -org.apache.qpid.management.wsdm.WsDmAdapterTest#* -- cgit v1.2.1 From aaabede31fc48296076bc57abe07eddcb4fd55d0 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Tue, 16 Feb 2010 23:51:40 +0000 Subject: This is related to QPID-2404 The C++ broker removes stales messages using the following strategies a) If a consumer requests a messages, it checks the head and discards it if it's expired b) Runs the queue cleaner thread every x (defaults to 5 mins) secs and discards stale messages. I enabled the TimeToLiveTest (by commenting it out) and reduced the --queue-purge-interval to 1 sec. This may interfere with other tests. If that happens I will try to increase above interval and the test timeout and see if we could get by. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910777 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 2 +- qpid/java/test-profiles/cpp.testprofile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index f729111982..24b381ef1f 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -59,7 +59,7 @@ org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* // c++ broker doesn't support priorities, TTL or message bouncing org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#* org.apache.qpid.server.queue.PriorityTest#* -org.apache.qpid.server.queue.TimeToLiveTest#* +#org.apache.qpid.server.queue.TimeToLiveTest#* // QPID-1727 , QPID-1726 :c++ broker does not support flow to disk on transient queues. Also it requries a persistent store impl. for Apache org.apache.qpid.test.client.QueueBrowsingFlowToDiskTest#* diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile index f6d8d6f353..65d05d0bfd 100644 --- a/qpid/java/test-profiles/cpp.testprofile +++ b/qpid/java/test-profiles/cpp.testprofile @@ -12,7 +12,7 @@ broker.module.store=${store.module.dir}/msgstore.so broker.stopped=Exception constructed broker.modules= -broker.args= +broker.args=--queue-purge-interval 1 broker=${broker.executable} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args} -- cgit v1.2.1 From 7e57938eb813975c83e738b5c3f6543117b34a38 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Wed, 17 Feb 2010 14:20:27 +0000 Subject: This is related to QPID-1575 Lowering the queue cleaner interval in the broker does not seem to work properly. Therefore I am disabling the testActiveTTL test and removing the queue purge interval explictly set in the profile. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@910987 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 2 +- qpid/java/test-profiles/cpp.testprofile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 24b381ef1f..ec3649fe98 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -59,7 +59,7 @@ org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* // c++ broker doesn't support priorities, TTL or message bouncing org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#* org.apache.qpid.server.queue.PriorityTest#* -#org.apache.qpid.server.queue.TimeToLiveTest#* +org.apache.qpid.server.queue.TimeToLiveTest#testActiveTTL // QPID-1727 , QPID-1726 :c++ broker does not support flow to disk on transient queues. Also it requries a persistent store impl. for Apache org.apache.qpid.test.client.QueueBrowsingFlowToDiskTest#* diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile index 65d05d0bfd..f6d8d6f353 100644 --- a/qpid/java/test-profiles/cpp.testprofile +++ b/qpid/java/test-profiles/cpp.testprofile @@ -12,7 +12,7 @@ broker.module.store=${store.module.dir}/msgstore.so broker.stopped=Exception constructed broker.modules= -broker.args=--queue-purge-interval 1 +broker.args= broker=${broker.executable} -p @PORT --data-dir ${build.data}/@PORT -t --auth no --no-module-dir ${broker.modules} ${broker.args} -- cgit v1.2.1 From dec6fd80f87b4204e193fdda108939d43a348092 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Thu, 25 Feb 2010 17:18:57 +0000 Subject: QPID-2417: add ability to run DurableSubscriberTest on the java-derby profile once QPID-2422 is fixed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916358 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/java-derby.testprofile | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile index 1238a44c84..618dd5b45d 100644 --- a/qpid/java/test-profiles/java-derby.testprofile +++ b/qpid/java/test-profiles/java-derby.testprofile @@ -7,3 +7,4 @@ broker.config=${project.root}/build/etc/config-systests-derby.xml qpid.amqp.version=0-9 profile.excludes=JavaStandaloneExcludes broker.clean.between.tests=true +broker.persistent=true -- cgit v1.2.1 From beee7a997dd114bed1224fd403adae9153e9a4b2 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Fri, 26 Feb 2010 15:54:58 +0000 Subject: QPID-2417: update exclude files with correct test name and locations to allow running the DurableSubscriberTest on the derby profile once QPID-2422 is fixed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916730 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 3 ++- qpid/java/test-profiles/JavaStandaloneExcludes | 1 - qpid/java/test-profiles/JavaTransientExcludes | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 6f3898384d..184a6f9e78 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -1,4 +1,3 @@ -org.apache.qpid.test.unit.ct.DurableSubscriberTests#* // Those tests are not finished org.apache.qpid.test.testcases.TTLTest#* org.apache.qpid.test.testcases.FailoverTest#* @@ -18,3 +17,5 @@ org.apache.qpid.client.SessionCreateTest#* org.apache.qpid.management.jmx.ManagementActorLoggingTest#* org.apache.qpid.server.queue.ModelTest#* +//QPID-2422: Derby currently doesnt persist queue arguments and 0-91 support causes exclusivity mismatch after restart +org.apache.qpid.test.unit.ct.DurableSubscriberTest#* diff --git a/qpid/java/test-profiles/JavaStandaloneExcludes b/qpid/java/test-profiles/JavaStandaloneExcludes index ed12973498..a9e2a058f8 100644 --- a/qpid/java/test-profiles/JavaStandaloneExcludes +++ b/qpid/java/test-profiles/JavaStandaloneExcludes @@ -1,4 +1,3 @@ -org.apache.qpid.test.unit.ct.DurableSubscriberTests#* // Those tests are not finished org.apache.qpid.test.testcases.TTLTest#* org.apache.qpid.test.testcases.FailoverTest#* diff --git a/qpid/java/test-profiles/JavaTransientExcludes b/qpid/java/test-profiles/JavaTransientExcludes index f81e9c213c..b4e5282228 100644 --- a/qpid/java/test-profiles/JavaTransientExcludes +++ b/qpid/java/test-profiles/JavaTransientExcludes @@ -1 +1,3 @@ +//These tests require a persistent store org.apache.qpid.server.store.PersistentStoreTest#* +org.apache.qpid.test.unit.ct.DurableSubscriberTest#* -- cgit v1.2.1 From 00ce5cbdc621a8cb3bc8a3c4d1fa45f68ffbd648 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Mon, 8 Mar 2010 15:57:24 +0000 Subject: Added "testActiveTTLwithDurableSubscription" to the CPPExcludes list Look at QPID-1575 for more details. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@920365 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index ec3649fe98..d38e895ee9 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -56,10 +56,13 @@ org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* // QPID-1262, QPID-1119 : This test fails occasionally due to potential protocol issue. org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* -// c++ broker doesn't support priorities, TTL or message bouncing +// c++ broker doesn't support priorities, message bouncing org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#* org.apache.qpid.server.queue.PriorityTest#* + +// c++ broker expires messages on delivery or when the queue cleaner thread runs. org.apache.qpid.server.queue.TimeToLiveTest#testActiveTTL +org.apache.qpid.server.queue.TimeToLiveTest#testActiveTTLwithDurableSubscription // QPID-1727 , QPID-1726 :c++ broker does not support flow to disk on transient queues. Also it requries a persistent store impl. for Apache org.apache.qpid.test.client.QueueBrowsingFlowToDiskTest#* -- cgit v1.2.1 From 23143fee488a6a5d55c931f1e09a1ffe04e00be9 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Mon, 22 Mar 2010 22:39:58 +0000 Subject: Removed the old ssl certificates. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@926381 13f79535-47bb-0310-9956-ffa450edef68 --- .../test-profiles/test_resources/ssl/certstore.jks | Bin 498 -> 0 bytes .../test-profiles/test_resources/ssl/keystore.jks | Bin 2186 -> 0 bytes qpid/java/test-profiles/test_resources/ssl/pfile | 1 - .../test_resources/ssl/server_db/cert8.db | Bin 65536 -> 0 bytes .../test_resources/ssl/server_db/key3.db | Bin 16384 -> 0 bytes .../test_resources/ssl/server_db/secmod.db | Bin 16384 -> 0 bytes .../test_resources/ssl/server_db/server.crt | 12 ------------ .../test_resources/ssl/server_db/server.req | 20 -------------------- 8 files changed, 33 deletions(-) delete mode 100644 qpid/java/test-profiles/test_resources/ssl/certstore.jks delete mode 100644 qpid/java/test-profiles/test_resources/ssl/keystore.jks delete mode 100644 qpid/java/test-profiles/test_resources/ssl/pfile delete mode 100644 qpid/java/test-profiles/test_resources/ssl/server_db/cert8.db delete mode 100644 qpid/java/test-profiles/test_resources/ssl/server_db/key3.db delete mode 100644 qpid/java/test-profiles/test_resources/ssl/server_db/secmod.db delete mode 100644 qpid/java/test-profiles/test_resources/ssl/server_db/server.crt delete mode 100644 qpid/java/test-profiles/test_resources/ssl/server_db/server.req (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/test_resources/ssl/certstore.jks b/qpid/java/test-profiles/test_resources/ssl/certstore.jks deleted file mode 100644 index 57460491fe..0000000000 Binary files a/qpid/java/test-profiles/test_resources/ssl/certstore.jks and /dev/null differ diff --git a/qpid/java/test-profiles/test_resources/ssl/keystore.jks b/qpid/java/test-profiles/test_resources/ssl/keystore.jks deleted file mode 100644 index 8e033ec932..0000000000 Binary files a/qpid/java/test-profiles/test_resources/ssl/keystore.jks and /dev/null differ diff --git a/qpid/java/test-profiles/test_resources/ssl/pfile b/qpid/java/test-profiles/test_resources/ssl/pfile deleted file mode 100644 index f3097ab130..0000000000 --- a/qpid/java/test-profiles/test_resources/ssl/pfile +++ /dev/null @@ -1 +0,0 @@ -password diff --git a/qpid/java/test-profiles/test_resources/ssl/server_db/cert8.db b/qpid/java/test-profiles/test_resources/ssl/server_db/cert8.db deleted file mode 100644 index 3063a1fef3..0000000000 Binary files a/qpid/java/test-profiles/test_resources/ssl/server_db/cert8.db and /dev/null differ diff --git a/qpid/java/test-profiles/test_resources/ssl/server_db/key3.db b/qpid/java/test-profiles/test_resources/ssl/server_db/key3.db deleted file mode 100644 index be86b4af4b..0000000000 Binary files a/qpid/java/test-profiles/test_resources/ssl/server_db/key3.db and /dev/null differ diff --git a/qpid/java/test-profiles/test_resources/ssl/server_db/secmod.db b/qpid/java/test-profiles/test_resources/ssl/server_db/secmod.db deleted file mode 100644 index 9c71db0abe..0000000000 Binary files a/qpid/java/test-profiles/test_resources/ssl/server_db/secmod.db and /dev/null differ diff --git a/qpid/java/test-profiles/test_resources/ssl/server_db/server.crt b/qpid/java/test-profiles/test_resources/ssl/server_db/server.crt deleted file mode 100644 index eb9323ff34..0000000000 --- a/qpid/java/test-profiles/test_resources/ssl/server_db/server.crt +++ /dev/null @@ -1,12 +0,0 @@ ------BEGIN CERTIFICATE----- -MIIBuDCCASGgAwIBAgIFAIzxXHYwDQYJKoZIhvcNAQEEBQAwETEPMA0GA1UEAxMG -Um9vdENBMB4XDTA5MDQxNDIxNTUyOVoXDTEyMDQxNDIxNTUyOVowIDEeMBwGA1UE -AxMVbG9jYWxob3N0LmxvY2FsZG9tYWluMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCB -iQKBgQDNyXKaIcdDsBrcfsTRhIIsCGPCPKRuzN4w24PjfL72G7v0eyvKuposWDLf -Os9T5ijaimYkbCyR+evnxFII/lOBFXGtzorTUnfVPvdIr8CEqjdTjJlCjT/rxjd0 -08kiMC9V4ohefnglA3UMBxm1st3IP6JzlUXlZqZdrfq1LLnLqQIDAQABow0wCzAJ -BgNVHRMEAjAAMA0GCSqGSIb3DQEBBAUAA4GBAKkbAt9ockhmcfLGpyILfTUTqVqU -Ys2VrOSDaJIxuQEouWNx9bIngKyBV23AvDbQ2Nb9QI8cuzu7laydO//obPrLpvH1 -MbOyd3j+JNNml9mDZw2rR8QpOvC9YDzBVcZgmw8QnHbTHYYdjUIGbXtWvG93gWTj -QYVlvktPF1aM3RrM ------END CERTIFICATE----- diff --git a/qpid/java/test-profiles/test_resources/ssl/server_db/server.req b/qpid/java/test-profiles/test_resources/ssl/server_db/server.req deleted file mode 100644 index a5a3fb2e35..0000000000 --- a/qpid/java/test-profiles/test_resources/ssl/server_db/server.req +++ /dev/null @@ -1,20 +0,0 @@ - -Certificate request generated by Netscape certutil -Phone: (not specified) - -Common Name: localhost.localdomain -Email: (not specified) -Organization: (not specified) -State: (not specified) -Country: (not specified) - ------BEGIN NEW CERTIFICATE REQUEST----- -MIIBXzCByQIBADAgMR4wHAYDVQQDExVsb2NhbGhvc3QubG9jYWxkb21haW4wgZ8w -DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAM3Jcpohx0OwGtx+xNGEgiwIY8I8pG7M -3jDbg+N8vvYbu/R7K8q6mixYMt86z1PmKNqKZiRsLJH56+fEUgj+U4EVca3OitNS -d9U+90ivwISqN1OMmUKNP+vGN3TTySIwL1XiiF5+eCUDdQwHGbWy3cg/onOVReVm -pl2t+rUsucupAgMBAAGgADANBgkqhkiG9w0BAQQFAAOBgQCD9+h4+q7Snw4F5E4i -oCu9SvUgTpMs6ClZUoaCJzjVmkygZwyq38iZV0W6I94MXZ9PFbvyiZkKy0t2oMNk -J33NOmaHoKOylYBkVlhHjknyYbvcL0Uwoj0/fyRbSZdllhAHUJgrjMBwPKks8+UJ -0crBkyRYg2gSCLQaPwJPm4ddpw== ------END NEW CERTIFICATE REQUEST----- -- cgit v1.2.1 From 9edc0b854de1ebb934eddea7f0ca9d9e2a7d0cd7 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Mon, 22 Mar 2010 22:42:21 +0000 Subject: Added the new certificates. The keystore now contains multiple certificates to enable testing of QPID-2447 It also indirectly tests part of QPID-2445 (retrieving of the client identity). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@926383 13f79535-47bb-0310-9956-ffa450edef68 --- .../test_resources/ssl/CA_db/cert8.db | Bin 0 -> 65536 bytes .../test-profiles/test_resources/ssl/CA_db/key3.db | Bin 0 -> 16384 bytes .../test_resources/ssl/CA_db/rootca.crt | 13 +++++++++++++ .../test_resources/ssl/CA_db/secmod.db | Bin 0 -> 16384 bytes .../java/test-profiles/test_resources/ssl/app1.crt | 15 +++++++++++++++ .../java/test-profiles/test_resources/ssl/app1.req | 10 ++++++++++ .../java/test-profiles/test_resources/ssl/app2.crt | 15 +++++++++++++++ .../java/test-profiles/test_resources/ssl/app2.req | 10 ++++++++++ .../test-profiles/test_resources/ssl/certstore.jks | Bin 0 -> 591 bytes .../test-profiles/test_resources/ssl/keystore.jks | Bin 0 -> 4316 bytes qpid/java/test-profiles/test_resources/ssl/pfile | 1 + .../test_resources/ssl/server_db/cert8.db | Bin 0 -> 65536 bytes .../test_resources/ssl/server_db/key3.db | Bin 0 -> 16384 bytes .../test_resources/ssl/server_db/secmod.db | Bin 0 -> 16384 bytes .../test_resources/ssl/server_db/server.crt | 14 ++++++++++++++ .../test_resources/ssl/server_db/server.req | 21 +++++++++++++++++++++ 16 files changed, 99 insertions(+) create mode 100644 qpid/java/test-profiles/test_resources/ssl/CA_db/cert8.db create mode 100644 qpid/java/test-profiles/test_resources/ssl/CA_db/key3.db create mode 100644 qpid/java/test-profiles/test_resources/ssl/CA_db/rootca.crt create mode 100644 qpid/java/test-profiles/test_resources/ssl/CA_db/secmod.db create mode 100644 qpid/java/test-profiles/test_resources/ssl/app1.crt create mode 100644 qpid/java/test-profiles/test_resources/ssl/app1.req create mode 100644 qpid/java/test-profiles/test_resources/ssl/app2.crt create mode 100644 qpid/java/test-profiles/test_resources/ssl/app2.req create mode 100644 qpid/java/test-profiles/test_resources/ssl/certstore.jks create mode 100644 qpid/java/test-profiles/test_resources/ssl/keystore.jks create mode 100644 qpid/java/test-profiles/test_resources/ssl/pfile create mode 100644 qpid/java/test-profiles/test_resources/ssl/server_db/cert8.db create mode 100644 qpid/java/test-profiles/test_resources/ssl/server_db/key3.db create mode 100644 qpid/java/test-profiles/test_resources/ssl/server_db/secmod.db create mode 100644 qpid/java/test-profiles/test_resources/ssl/server_db/server.crt create mode 100644 qpid/java/test-profiles/test_resources/ssl/server_db/server.req (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/test_resources/ssl/CA_db/cert8.db b/qpid/java/test-profiles/test_resources/ssl/CA_db/cert8.db new file mode 100644 index 0000000000..846e59e82d Binary files /dev/null and b/qpid/java/test-profiles/test_resources/ssl/CA_db/cert8.db differ diff --git a/qpid/java/test-profiles/test_resources/ssl/CA_db/key3.db b/qpid/java/test-profiles/test_resources/ssl/CA_db/key3.db new file mode 100644 index 0000000000..dd60e1e05e Binary files /dev/null and b/qpid/java/test-profiles/test_resources/ssl/CA_db/key3.db differ diff --git a/qpid/java/test-profiles/test_resources/ssl/CA_db/rootca.crt b/qpid/java/test-profiles/test_resources/ssl/CA_db/rootca.crt new file mode 100644 index 0000000000..d9cdd9891c --- /dev/null +++ b/qpid/java/test-profiles/test_resources/ssl/CA_db/rootca.crt @@ -0,0 +1,13 @@ +-----BEGIN CERTIFICATE----- +MIICDDCCAXWgAwIBAgIFAJBNP3QwDQYJKoZIhvcNAQEFBQAwQTELMAkGA1UEBhMC +Q0ExEDAOBgNVBAgTB09udGFyaW8xDTALBgNVBAoTBEFDTUUxETAPBgNVBAMTCE15 +Um9vdENBMB4XDTEwMDMyMjIxMDAyMloXDTE1MDMyMjIxMDAyMlowQTELMAkGA1UE +BhMCQ0ExEDAOBgNVBAgTB09udGFyaW8xDTALBgNVBAoTBEFDTUUxETAPBgNVBAMT +CE15Um9vdENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDICe+SkXU9NRCk +s+Tmai/j+3uDfJ4mVEt4PRkRWTVVHvuMvbPfKhdBRYRM5wmQmSCOi25Xd9jnh3PF +BwE+pfaSgVqQiilUYqYak56ZR1Ll0nGwyXZQnW3lTf9VboEl0p67qckcd8SmaJf2 +0lAlTu2W7kJ8whYYyYRqaw+3yA6dGQIDAQABoxAwDjAMBgNVHRMEBTADAQH/MA0G +CSqGSIb3DQEBBQUAA4GBADUbCNoxvFbPv+vqfQJ59p8P0cArEPajHR51omE1BbLc +TfouOIidiBORf1n8DzE7k2Pf//nUHWhJLBP7J7CMs18UYsDD+0aa9A3BZi4wcsYX +AW9EiXAIhnCk2+yyZyI1gdOnRS/9aOBRFSa1ngCb9GLm4kFzakiDQ1iX7k9dk17p +-----END CERTIFICATE----- diff --git a/qpid/java/test-profiles/test_resources/ssl/CA_db/secmod.db b/qpid/java/test-profiles/test_resources/ssl/CA_db/secmod.db new file mode 100644 index 0000000000..a13e3e602c Binary files /dev/null and b/qpid/java/test-profiles/test_resources/ssl/CA_db/secmod.db differ diff --git a/qpid/java/test-profiles/test_resources/ssl/app1.crt b/qpid/java/test-profiles/test_resources/ssl/app1.crt new file mode 100644 index 0000000000..1f67a0d152 --- /dev/null +++ b/qpid/java/test-profiles/test_resources/ssl/app1.crt @@ -0,0 +1,15 @@ +-----BEGIN CERTIFICATE----- +MIICSjCCAbOgAwIBAgIFAJBNWvMwDQYJKoZIhvcNAQEFBQAwQTELMAkGA1UEBhMC +Q0ExEDAOBgNVBAgTB09udGFyaW8xDTALBgNVBAoTBEFDTUUxETAPBgNVBAMTCE15 +Um9vdENBMB4XDTEwMDMyMjIyMDE0MloXDTEwMDYyMjIyMDE0MlowbTEPMA0GA1UE +BhMGQ2FuYWRhMQswCQYDVQQIEwJPTjEQMA4GA1UEBxMHVG9yb250bzERMA8GA1UE +ChMIYWNtZS5vcmcxEDAOBgNVBAsTB1Vua25vd24xFjAUBgNVBAMMDWFwcDFAYWNt +ZS5vcmcwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKPmoysNdOgH/XMircR7 +aQxWKqe3tzwREdHdLUmWqanlyfL7zi9P6P3CyMQQsKpM6FkQQlZ+WpE9IIAqP+g1 +3zbFtqdqhfQwsEovcFOLAdDfm6W5YSPN7dPEgf6+DEtTb/9fxWqdtEiXc+PhRd+9 +Inzo2C33gqDjFcA2LcM37zgPAgMBAAGjIjAgMAkGA1UdEwQCMAAwEwYDVR0lBAww +CgYIKwYBBQUHAwIwDQYJKoZIhvcNAQEFBQADgYEAs4IQUMJOlAEG7OVLoazgn8ea +qOPFZ/Y8CYK0yoVZ+QF3aIFx5plj9Rol9Cf96eL6Ta/ff/fvFzUCGceY1TriHxqv +9/8IR9LdmOaCC3Er2hRjuPumuwimpNGQqsrONPfBrhHVuQXOJYOWRYwuLEG3bQR5 +tP8zTMkBo3/FrX6nZks= +-----END CERTIFICATE----- diff --git a/qpid/java/test-profiles/test_resources/ssl/app1.req b/qpid/java/test-profiles/test_resources/ssl/app1.req new file mode 100644 index 0000000000..b1889d15e1 --- /dev/null +++ b/qpid/java/test-profiles/test_resources/ssl/app1.req @@ -0,0 +1,10 @@ +-----BEGIN NEW CERTIFICATE REQUEST----- +MIIBrTCCARYCAQAwbTEPMA0GA1UEBhMGQ2FuYWRhMQswCQYDVQQIEwJPTjEQMA4GA1UEBxMHVG9y +b250bzERMA8GA1UEChMIYWNtZS5vcmcxEDAOBgNVBAsTB1Vua25vd24xFjAUBgNVBAMMDWFwcDFA +YWNtZS5vcmcwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKPmoysNdOgH/XMircR7aQxWKqe3 +tzwREdHdLUmWqanlyfL7zi9P6P3CyMQQsKpM6FkQQlZ+WpE9IIAqP+g13zbFtqdqhfQwsEovcFOL +AdDfm6W5YSPN7dPEgf6+DEtTb/9fxWqdtEiXc+PhRd+9Inzo2C33gqDjFcA2LcM37zgPAgMBAAGg +ADANBgkqhkiG9w0BAQQFAAOBgQBnPCA6n+5y1azadoDcmttFJP6P+jfqp069UIi8zhuIVccJXYkL +pmp9kWolbvj5niVyFTcMnlH7uKMCoUP8sTdCfoSFr3BgkfCV8Wb/P2vl5J/BVCwSt0Uhsue95aAn +8A0tCdyTRWRnLeCmFJ/OiG6vbsBtbjXTxQIJsLr6hLcMKg== +-----END NEW CERTIFICATE REQUEST----- diff --git a/qpid/java/test-profiles/test_resources/ssl/app2.crt b/qpid/java/test-profiles/test_resources/ssl/app2.crt new file mode 100644 index 0000000000..ec4d40f0ce --- /dev/null +++ b/qpid/java/test-profiles/test_resources/ssl/app2.crt @@ -0,0 +1,15 @@ +-----BEGIN CERTIFICATE----- +MIICRzCCAbCgAwIBAgIFAJBNWx4wDQYJKoZIhvcNAQEFBQAwQTELMAkGA1UEBhMC +Q0ExEDAOBgNVBAgTB09udGFyaW8xDTALBgNVBAoTBEFDTUUxETAPBgNVBAMTCE15 +Um9vdENBMB4XDTEwMDMyMjIyMDIwNFoXDTEwMDYyMjIyMDIwNFowajELMAkGA1UE +BhMCVVMxCzAJBgNVBAgTAk1BMREwDwYDVQQHEwhXZXN0Zm9yZDERMA8GA1UEChMI +YWNtZS5vcmcxEDAOBgNVBAsTB1Vua25vd24xFjAUBgNVBAMMDWFwcDJAYWNtZS5v +cmcwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAJ9hkHkiTpwQ0cViMyfs9PgU +5wZRTo2OGHxmw+EBlOvLBPamZ0zF2Rnqc/BRTCkoGQIF0nTFFyALsCxnmyZyje00 +ht0zOtc91aQl5W/c1ShEt7YlcSkDNDVxzouG1Nf7VZSbVbRtUkhhRRqAw84IV0GA +1kRmZ8oEkvdeBULOYncrAgMBAAGjIjAgMAkGA1UdEwQCMAAwEwYDVR0lBAwwCgYI +KwYBBQUHAwIwDQYJKoZIhvcNAQEFBQADgYEAWFNqhydLqg6SXo9IrOwSxAw3zNoz +sX4ARdMP1LdqLmpiZ1Qr5C54o19bR7UJfyzsYMuXDg6wy/l0JTcs62qDwD6IdEg1 +ZPkAfoVw4eiCorjM02fFTAvPX6jyYJ/3oQI1POoxhdqhll70WSSaKoSooJFcOG74 +xpacadqA8A0ICAc= +-----END CERTIFICATE----- diff --git a/qpid/java/test-profiles/test_resources/ssl/app2.req b/qpid/java/test-profiles/test_resources/ssl/app2.req new file mode 100644 index 0000000000..7e5282d8b5 --- /dev/null +++ b/qpid/java/test-profiles/test_resources/ssl/app2.req @@ -0,0 +1,10 @@ +-----BEGIN NEW CERTIFICATE REQUEST----- +MIIBqjCCARMCAQAwajELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAk1BMREwDwYDVQQHEwhXZXN0Zm9y +ZDERMA8GA1UEChMIYWNtZS5vcmcxEDAOBgNVBAsTB1Vua25vd24xFjAUBgNVBAMMDWFwcDJAYWNt +ZS5vcmcwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAJ9hkHkiTpwQ0cViMyfs9PgU5wZRTo2O +GHxmw+EBlOvLBPamZ0zF2Rnqc/BRTCkoGQIF0nTFFyALsCxnmyZyje00ht0zOtc91aQl5W/c1ShE +t7YlcSkDNDVxzouG1Nf7VZSbVbRtUkhhRRqAw84IV0GA1kRmZ8oEkvdeBULOYncrAgMBAAGgADAN +BgkqhkiG9w0BAQQFAAOBgQBmlkaYAYn7h3oN54DljF6OJYqBN3RSd4KBa+oEs+2sEyh7kF6PqQpl +cVpBOQx+sfUOUzGWML3Jzi4ub6uMmj3ghWGhyiV1hV2/HtYpkLVRedwbidHUUhROQO01ZODZsteZ +LSMV4KRIENVswp3IsbhghvHTB+BlQV/JufR/m9ORjA== +-----END NEW CERTIFICATE REQUEST----- diff --git a/qpid/java/test-profiles/test_resources/ssl/certstore.jks b/qpid/java/test-profiles/test_resources/ssl/certstore.jks new file mode 100644 index 0000000000..d427808eb1 Binary files /dev/null and b/qpid/java/test-profiles/test_resources/ssl/certstore.jks differ diff --git a/qpid/java/test-profiles/test_resources/ssl/keystore.jks b/qpid/java/test-profiles/test_resources/ssl/keystore.jks new file mode 100644 index 0000000000..fd44841028 Binary files /dev/null and b/qpid/java/test-profiles/test_resources/ssl/keystore.jks differ diff --git a/qpid/java/test-profiles/test_resources/ssl/pfile b/qpid/java/test-profiles/test_resources/ssl/pfile new file mode 100644 index 0000000000..f3097ab130 --- /dev/null +++ b/qpid/java/test-profiles/test_resources/ssl/pfile @@ -0,0 +1 @@ +password diff --git a/qpid/java/test-profiles/test_resources/ssl/server_db/cert8.db b/qpid/java/test-profiles/test_resources/ssl/server_db/cert8.db new file mode 100644 index 0000000000..d55f529c52 Binary files /dev/null and b/qpid/java/test-profiles/test_resources/ssl/server_db/cert8.db differ diff --git a/qpid/java/test-profiles/test_resources/ssl/server_db/key3.db b/qpid/java/test-profiles/test_resources/ssl/server_db/key3.db new file mode 100644 index 0000000000..12f3c394c5 Binary files /dev/null and b/qpid/java/test-profiles/test_resources/ssl/server_db/key3.db differ diff --git a/qpid/java/test-profiles/test_resources/ssl/server_db/secmod.db b/qpid/java/test-profiles/test_resources/ssl/server_db/secmod.db new file mode 100644 index 0000000000..97a5b9b2fe Binary files /dev/null and b/qpid/java/test-profiles/test_resources/ssl/server_db/secmod.db differ diff --git a/qpid/java/test-profiles/test_resources/ssl/server_db/server.crt b/qpid/java/test-profiles/test_resources/ssl/server_db/server.crt new file mode 100644 index 0000000000..4f1c007d16 --- /dev/null +++ b/qpid/java/test-profiles/test_resources/ssl/server_db/server.crt @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICKzCCAZSgAwIBAgIFAJBNUhEwDQYJKoZIhvcNAQEFBQAwQTELMAkGA1UEBhMC +Q0ExEDAOBgNVBAgTB09udGFyaW8xDTALBgNVBAoTBEFDTUUxETAPBgNVBAMTCE15 +Um9vdENBMB4XDTEwMDMyMjIxNDE0OVoXDTE1MDMyMjIxNDE0OVowTjELMAkGA1UE +BhMCQ0ExEDAOBgNVBAgTB09udGFyaW8xDTALBgNVBAoTBEFDTUUxHjAcBgNVBAMT +FWxvY2FsaG9zdC5sb2NhbGRvbWFpbjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkC +gYEAtmFy+0IIn6otWu2TCJ3fN2UDA//EVDWpiozzvd/My31XpPQ8jhuvsZ2//xvG +OKqDfgQ80OE6BiGmR2zxPKFfsgxhU+0g8132focOzd0MhmGpyhdQdogXQ2cCcvjB +CvgaugIjTmk3MX9njD7np8TQQ7wW1Wuk/c99tuvlexjEoWkCAwEAAaMiMCAwCQYD +VR0TBAIwADATBgNVHSUEDDAKBggrBgEFBQcDATANBgkqhkiG9w0BAQUFAAOBgQDH +iOxUWKllSUgCcAij0Gb4qDo/YDoatWyzE8pNZR7OgSOJ8zEVJcB/7YW//frd2dMS +lz6c38vqbGwyblw+b64SvBKI3WK0jyO4Ft9FGpNIEfc9Q5G0MFiGilv+GDIZ/asE +KnsZNy4z4gs3KFSf96k1AV1YQ1tVpFcUrI+3QqdWfQ== +-----END CERTIFICATE----- diff --git a/qpid/java/test-profiles/test_resources/ssl/server_db/server.req b/qpid/java/test-profiles/test_resources/ssl/server_db/server.req new file mode 100644 index 0000000000..5551516586 --- /dev/null +++ b/qpid/java/test-profiles/test_resources/ssl/server_db/server.req @@ -0,0 +1,21 @@ + +Certificate request generated by Netscape certutil +Phone: (not specified) + +Common Name: localhost.localdomain +Email: (not specified) +Organization: ACME +State: Ontario +Country: CA + +-----BEGIN NEW CERTIFICATE REQUEST----- +MIIBjTCB9wIBADBOMQswCQYDVQQGEwJDQTEQMA4GA1UECBMHT250YXJpbzENMAsG +A1UEChMEQUNNRTEeMBwGA1UEAxMVbG9jYWxob3N0LmxvY2FsZG9tYWluMIGfMA0G +CSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2YXL7Qgifqi1a7ZMInd83ZQMD/8RUNamK +jPO938zLfVek9DyOG6+xnb//G8Y4qoN+BDzQ4ToGIaZHbPE8oV+yDGFT7SDzXfZ+ +hw7N3QyGYanKF1B2iBdDZwJy+MEK+Bq6AiNOaTcxf2eMPuenxNBDvBbVa6T9z322 +6+V7GMShaQIDAQABoAAwDQYJKoZIhvcNAQEFBQADgYEAJGqdJVTScR4rzusrf6dE +Snz/PtKcl8ZqXfHMPhj5uqUACcj3AxvlerIrpIGG9YT5cX4cOa92plpearMAC1TW +fksbpsJR174WnAbBETrNbOX55igS/KDkW+RJCn7GGOvcSza+nJ880/lZ0iC63bgY +SmvSnp3ub1CBX0grWl4bzTw= +-----END NEW CERTIFICATE REQUEST----- -- cgit v1.2.1 From a0beaf1c0598991c240cbd01f939d44ecd39de19 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Tue, 30 Mar 2010 11:50:18 +0000 Subject: QPID-2417 , QPID-2418 , QPID-2449 : expand topic testing, specifically around the change and unsubscription of durable subscriptions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929095 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 2 ++ qpid/java/test-profiles/JavaExcludes | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index ccb907e597..05f68cbe9d 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -29,3 +29,5 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#* org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* +// QPID-2418 : The queue backing the dur sub is not currently deleted at subscription change, so the test will fail. +org.apache.qpid.test.unit.ct.DurableSubscriberTest#testResubscribeWithChangedSelectorAndRestart diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 184a6f9e78..6b9f22fd93 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -16,6 +16,3 @@ org.apache.qpid.client.SessionCreateTest#* // QPID-2097 exclude it from the InVM test runs until InVM JMX Interface is reliable org.apache.qpid.management.jmx.ManagementActorLoggingTest#* org.apache.qpid.server.queue.ModelTest#* - -//QPID-2422: Derby currently doesnt persist queue arguments and 0-91 support causes exclusivity mismatch after restart -org.apache.qpid.test.unit.ct.DurableSubscriberTest#* -- cgit v1.2.1 From 1a477d5ba3b4e594b96f178855f237e5c579327e Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Tue, 30 Mar 2010 13:45:18 +0000 Subject: QPID-2630, QPID-2631: Restore the virtualhosts.xml file. When a virtualhosts.xml file is specified load it as its own Configuration object to ensure the property heirarchy is not lost. Enforce that virtualhost config can only be specified in either the main config.xml file or the virtualhosts.xml file, but not both. Allow the virtualhosts.xml file to be a combined configuration and use to provide override abilities for testing. Applied patch from Andrew Kennedy git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929136 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/log4j-test.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/log4j-test.xml b/qpid/java/test-profiles/log4j-test.xml index 2d77942a81..39d30d104a 100644 --- a/qpid/java/test-profiles/log4j-test.xml +++ b/qpid/java/test-profiles/log4j-test.xml @@ -51,6 +51,10 @@ + + + + -- cgit v1.2.1 From 06690fcc2f309fe8cdb9e3f4de591bf76c9746ea Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Thu, 1 Apr 2010 14:03:57 +0000 Subject: QPID-2478: exclude testGetDestinationWithCustomExchange() from 0-8/9 runs against the java broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929980 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/08StandaloneExcludes | 3 +++ qpid/java/test-profiles/JavaInVMExcludes | 4 ++++ qpid/java/test-profiles/java-derby.testprofile | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/08StandaloneExcludes b/qpid/java/test-profiles/08StandaloneExcludes index f06bfca1ac..8fdaa25e3d 100644 --- a/qpid/java/test-profiles/08StandaloneExcludes +++ b/qpid/java/test-profiles/08StandaloneExcludes @@ -4,3 +4,6 @@ // This test requires a broker capable of 0-8/9 and 0-10 org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend + +// QPID-2478 test fails when run against broker using 0-8/9 +org.apache.qpid.test.client.message.JMSDestinationTest#testGetDestinationWithCustomExchange diff --git a/qpid/java/test-profiles/JavaInVMExcludes b/qpid/java/test-profiles/JavaInVMExcludes index 915c1ff0c2..dae6ea9697 100644 --- a/qpid/java/test-profiles/JavaInVMExcludes +++ b/qpid/java/test-profiles/JavaInVMExcludes @@ -7,3 +7,7 @@ org.apache.qpid.server.queue.ProducerFlowControlTest#testFlowControlAttributeMod // This test requires a broker capable of 0-8/9 and 0-10 org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend + +// QPID-2478 test fails when run against broker using 0-8/9 +org.apache.qpid.test.client.message.JMSDestinationTest#testGetDestinationWithCustomExchange + diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile index 618dd5b45d..b484bfe787 100644 --- a/qpid/java/test-profiles/java-derby.testprofile +++ b/qpid/java/test-profiles/java-derby.testprofile @@ -5,6 +5,6 @@ broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml qpid.amqp.version=0-9 -profile.excludes=JavaStandaloneExcludes +profile.excludes=JavaStandaloneExcludes 08StandaloneExcludes broker.clean.between.tests=true broker.persistent=true -- cgit v1.2.1 From bcc1bc9b123e16f2ea467c2f9d7fcf5a2023248a Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Thu, 1 Apr 2010 14:04:06 +0000 Subject: Add a java-derby.0.10 test profile git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929981 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/java-derby.0.10.testprofile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 qpid/java/test-profiles/java-derby.0.10.testprofile (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/java-derby.0.10.testprofile b/qpid/java/test-profiles/java-derby.0.10.testprofile new file mode 100644 index 0000000000..73f5beff98 --- /dev/null +++ b/qpid/java/test-profiles/java-derby.0.10.testprofile @@ -0,0 +1,10 @@ +broker.language=java +broker.version=0-10 +broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml +broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB +broker.ready=BRK-1004 +broker.stopped=Exception +broker.config=${project.root}/build/etc/config-systests-derby.xml +profile.excludes=JavaStandaloneExcludes CPPExcludes CPPTransientExcludes +broker.clean.between.tests=true +broker.persistent=true -- cgit v1.2.1 From e5dccf09a7c5f05ddc5b00385c7c9f073edac155 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Thu, 15 Apr 2010 04:35:11 +0000 Subject: Temporarily disabled the RecoverTests until properly investigated. The same tests are working well against the c++ broker. These tests are failling due to the commit made in rev934236 See QPID-2471 for more details. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934287 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 6b9f22fd93..b30c038c92 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -16,3 +16,8 @@ org.apache.qpid.client.SessionCreateTest#* // QPID-2097 exclude it from the InVM test runs until InVM JMX Interface is reliable org.apache.qpid.management.jmx.ManagementActorLoggingTest#* org.apache.qpid.server.queue.ModelTest#* + +// related to QPID-2471. Temporarily disabling these tests until I figure out why they are failing with the Java broker. +org.apache.qpid.test.unit.ack.RecoverTest#testRecoverResendsMsgs +org.apache.qpid.test.unit.ack.RecoverTest#testRecoverResendsMsgsAckOnEarlier +org.apache.qpid.test.unit.ack.RecoverTest#testAcknowledgePerConsumer -- cgit v1.2.1 From 533c19d1081702d35368c7d443e423aa0f9d5b2d Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Thu, 15 Apr 2010 19:29:03 +0000 Subject: Temporarily disabled the RecoverTests until properly investigated. The same tests are working well against the c++ broker. These tests are failling due to the commit made in rev934236 See QPID-2471 for more details. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934556 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaInVMExcludes | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/JavaInVMExcludes b/qpid/java/test-profiles/JavaInVMExcludes index dae6ea9697..ff1da93230 100644 --- a/qpid/java/test-profiles/JavaInVMExcludes +++ b/qpid/java/test-profiles/JavaInVMExcludes @@ -11,3 +11,7 @@ org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend // QPID-2478 test fails when run against broker using 0-8/9 org.apache.qpid.test.client.message.JMSDestinationTest#testGetDestinationWithCustomExchange +// related to QPID-2471. Temporarily disabling these tests until I figure out why they are failing with the Java broker. +org.apache.qpid.test.unit.ack.RecoverTest#testRecoverResendsMsgs +org.apache.qpid.test.unit.ack.RecoverTest#testRecoverResendsMsgsAckOnEarlier +org.apache.qpid.test.unit.ack.RecoverTest#testAcknowledgePerConsumer -- cgit v1.2.1 From ec7be7afc251aaf898845fde746a53bf13bb2ca8 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 16 Apr 2010 16:52:28 +0000 Subject: Added the following tests exclude list temporarily. The same tests are working well against the c++ broker. These tests are failling due to the commit made in rev934236 See QPID-2471 for more details. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934995 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index b30c038c92..380963233f 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -21,3 +21,6 @@ org.apache.qpid.server.queue.ModelTest#* org.apache.qpid.test.unit.ack.RecoverTest#testRecoverResendsMsgs org.apache.qpid.test.unit.ack.RecoverTest#testRecoverResendsMsgsAckOnEarlier org.apache.qpid.test.unit.ack.RecoverTest#testAcknowledgePerConsumer +org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testRecoverResendsMsgs +org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testRecoverResendsMsgsAckOnEarlier +org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testAcknowledgePerConsumer -- cgit v1.2.1 From b6687574b06f09e4b0e4534c2d3d6fb76ad00808 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 16 Apr 2010 17:01:50 +0000 Subject: QPID-2512 Changed the default destination syntax to addressing. Added qpid.dest_syntax=BURL to the test profiles to ensure all existing tests work. At some point next week the existing binding URL based entries will be prefixed with "BURL:" and the above system property will be removed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934997 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/default.testprofile | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index 91727304ae..dfc92f1e19 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -8,6 +8,7 @@ broker.ready=Listening on TCP port broker.config=${project.root}/build/etc/config-systests.xml max_prefetch=1000 +qpid.dest_syntax=BURL log=debug amqj.logging.level=${log} -- cgit v1.2.1 From e7b0eefa91ebb4c4ff4f8dcff6b369cceeee4318 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Tue, 20 Apr 2010 14:03:56 +0000 Subject: QPID-2097: Use the standard RMIServerSocketFactory for InVM testing to workaround the alternating pass-fail issue encountered when running back to back tests using JMX with the InVM broker. Enable the ModelTest. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935928 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 1 - 1 file changed, 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 380963233f..99d354e316 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -15,7 +15,6 @@ org.apache.qpid.client.SessionCreateTest#* // QPID-2097 exclude it from the InVM test runs until InVM JMX Interface is reliable org.apache.qpid.management.jmx.ManagementActorLoggingTest#* -org.apache.qpid.server.queue.ModelTest#* // related to QPID-2471. Temporarily disabling these tests until I figure out why they are failing with the Java broker. org.apache.qpid.test.unit.ack.RecoverTest#testRecoverResendsMsgs -- cgit v1.2.1 From fd4d0e9bd1c1b1b95e0dd8879d80132442dcd686 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Tue, 20 Apr 2010 14:04:13 +0000 Subject: QPID-2097: Enable MALT and update it to fix breakages while it was disabled. Enable the excluded PFC JMX test in the InVM profile now that InVM JMX is available. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935929 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 3 --- qpid/java/test-profiles/JavaInVMExcludes | 3 --- 2 files changed, 6 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 99d354e316..1ab9c51926 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -13,9 +13,6 @@ org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* // QPID-1823: this takes ages to run org.apache.qpid.client.SessionCreateTest#* -// QPID-2097 exclude it from the InVM test runs until InVM JMX Interface is reliable -org.apache.qpid.management.jmx.ManagementActorLoggingTest#* - // related to QPID-2471. Temporarily disabling these tests until I figure out why they are failing with the Java broker. org.apache.qpid.test.unit.ack.RecoverTest#testRecoverResendsMsgs org.apache.qpid.test.unit.ack.RecoverTest#testRecoverResendsMsgsAckOnEarlier diff --git a/qpid/java/test-profiles/JavaInVMExcludes b/qpid/java/test-profiles/JavaInVMExcludes index ff1da93230..d66abad843 100644 --- a/qpid/java/test-profiles/JavaInVMExcludes +++ b/qpid/java/test-profiles/JavaInVMExcludes @@ -2,9 +2,6 @@ //Exclude the following tests when running the InVM default test profile //====================================================================== -// QPID-2097 exclude until InVM JMX test runs are reliable -org.apache.qpid.server.queue.ProducerFlowControlTest#testFlowControlAttributeModificationViaJMX - // This test requires a broker capable of 0-8/9 and 0-10 org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend -- cgit v1.2.1 From e44d00ead33055e4a37d26ebc20e704240bea660 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Wed, 21 Apr 2010 12:10:23 +0000 Subject: QPID-2479: set the log level to WARN for the tests as they use high frequency housekeeping and this leads to a huge amount of additional logging merged from 0.5.x-dev r931179 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@936276 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/log4j-test.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/log4j-test.xml b/qpid/java/test-profiles/log4j-test.xml index 39d30d104a..5ad277ea74 100644 --- a/qpid/java/test-profiles/log4j-test.xml +++ b/qpid/java/test-profiles/log4j-test.xml @@ -55,6 +55,10 @@ + + + + -- cgit v1.2.1 From 97fcae0f7f5eafa4a371cf4307458949ac602479 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Thu, 29 Apr 2010 18:08:54 +0000 Subject: QPID-2471 Exclusing the test cases added in rev 939410 as they fail with the java broker. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939411 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 1ab9c51926..607d89dd45 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -20,3 +20,7 @@ org.apache.qpid.test.unit.ack.RecoverTest#testAcknowledgePerConsumer org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testRecoverResendsMsgs org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testRecoverResendsMsgsAckOnEarlier org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testAcknowledgePerConsumer + +// related to QPID-2471. These are new test cases and fail with the Java broker. +org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithAsyncConsumer +org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithSyncConsumer -- cgit v1.2.1 From 367a21bf2d7bb1578734285041457902ff1fa677 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Tue, 4 May 2010 15:45:15 +0000 Subject: Added the following tests to the exclude list RecoverTest#testOderingWithAsyncConsumer RecoverTest#testOderingWithSyncConsumer git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@940914 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaInVMExcludes | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/JavaInVMExcludes b/qpid/java/test-profiles/JavaInVMExcludes index d66abad843..8d36ed6773 100644 --- a/qpid/java/test-profiles/JavaInVMExcludes +++ b/qpid/java/test-profiles/JavaInVMExcludes @@ -12,3 +12,7 @@ org.apache.qpid.test.client.message.JMSDestinationTest#testGetDestinationWithCus org.apache.qpid.test.unit.ack.RecoverTest#testRecoverResendsMsgs org.apache.qpid.test.unit.ack.RecoverTest#testRecoverResendsMsgsAckOnEarlier org.apache.qpid.test.unit.ack.RecoverTest#testAcknowledgePerConsumer + +// related to QPID-2471. These are new test cases and fail with the Java broker. +org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithAsyncConsumer +org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithSyncConsumer -- cgit v1.2.1 From ce37ea331edac07423334e7052af33b7713e29ae Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Thu, 6 May 2010 00:10:07 +0000 Subject: The heartbeat wasn't being set properly and these mistakes went uncaught due to lack of proper test. I have added a test case to AMQConnectionTest called testHeartBeat. This test fails once in a while even when I have an external script to clean the broker instance. It seems once it's wedged with kill -STOP, it somestimes doesn't get cleaned up properly with kill -9. Despite the occasional failure, I think it's worth to have this test as a lot of our users rely on heartbeat functionality. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@941553 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/kill-broker | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 qpid/java/test-profiles/kill-broker (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/kill-broker b/qpid/java/test-profiles/kill-broker new file mode 100755 index 0000000000..e31d3811b3 --- /dev/null +++ b/qpid/java/test-profiles/kill-broker @@ -0,0 +1,25 @@ + +#!/bin/bash +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# + + +kill -9 $1 -- cgit v1.2.1 From 39d62d77b95da761f4cc07090eae508a7d8115c5 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Thu, 6 May 2010 01:45:29 +0000 Subject: Added the following tests in FailoverBeforeConsumingRecoverTest to the exclude list RecoverTest#testOderingWithAsyncConsumer RecoverTest#testOderingWithSyncConsumer The FailoverBeforeConsumingRecoverTest extends RecoverTest. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@941562 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 607d89dd45..39408fa101 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -24,3 +24,5 @@ org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testAcknowledge // related to QPID-2471. These are new test cases and fail with the Java broker. org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithAsyncConsumer org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithSyncConsumer +org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWithAsyncConsumer +org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWithSyncConsumer -- cgit v1.2.1 From 0836956c41a0d535f37c6d17674e89b23532ba65 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Thu, 6 May 2010 21:17:21 +0000 Subject: Modified the testHeartbeat method to use an external script to start & stop the broker. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@941934 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/default.testprofile | 2 ++ qpid/java/test-profiles/kill-broker | 3 ++- qpid/java/test-profiles/start-broker | 30 +++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100755 qpid/java/test-profiles/start-broker (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index dfc92f1e19..43b9c68d43 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -6,6 +6,8 @@ broker=vm broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB broker.ready=Listening on TCP port broker.config=${project.root}/build/etc/config-systests.xml +broker.start=${test.profiles}/start-broker +broker.kill=${test.profiles}/kill-broker max_prefetch=1000 qpid.dest_syntax=BURL diff --git a/qpid/java/test-profiles/kill-broker b/qpid/java/test-profiles/kill-broker index e31d3811b3..8078fa755e 100755 --- a/qpid/java/test-profiles/kill-broker +++ b/qpid/java/test-profiles/kill-broker @@ -21,5 +21,6 @@ # # - +kill -CONT $1 kill -9 $1 +rm /tmp/broker.log diff --git a/qpid/java/test-profiles/start-broker b/qpid/java/test-profiles/start-broker new file mode 100755 index 0000000000..1dc9cd4336 --- /dev/null +++ b/qpid/java/test-profiles/start-broker @@ -0,0 +1,30 @@ + +#!/bin/bash +# +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# + +# The entire broker command is passed as an argument. + +waitfor() { until grep -a -l "$2" $1 >/dev/null 2>&1 ; do sleep 1 ; done ; } + +sh $BROKER_CMD --log-to-file /tmp/broker.log & +waitfor /tmp/broker.log $BROKER_READY + -- cgit v1.2.1 From 3e9f8b604ab05c2a1c34300b8363a439589e4aa9 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 7 May 2010 15:11:56 +0000 Subject: QPID-1447 : Exclude SCD testing until complete git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@942108 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Excludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index 05f68cbe9d..6a2e33c1fe 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -31,3 +31,6 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* // QPID-2418 : The queue backing the dur sub is not currently deleted at subscription change, so the test will fail. org.apache.qpid.test.unit.ct.DurableSubscriberTest#testResubscribeWithChangedSelectorAndRestart + +// QPID-1447 : Work In Progress +org.apache.qpid.systest.SlowConsumerTest#* -- cgit v1.2.1 From 947ffd5459cb51b8dea9473051767e1ff867e427 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 7 May 2010 19:29:01 +0000 Subject: Added a timeout when checking for broker start. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@942187 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/start-broker | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/start-broker b/qpid/java/test-profiles/start-broker index 1dc9cd4336..e0bbb89d87 100755 --- a/qpid/java/test-profiles/start-broker +++ b/qpid/java/test-profiles/start-broker @@ -23,7 +23,14 @@ # The entire broker command is passed as an argument. -waitfor() { until grep -a -l "$2" $1 >/dev/null 2>&1 ; do sleep 1 ; done ; } +waitfor() { + until grep -a -l "$2" $1 >/dev/null 2>&1 + do + if [ $count == 10 ]; then return; fi; + sleep 1 ; + count=`expr $count + 1`; + done + } sh $BROKER_CMD --log-to-file /tmp/broker.log & waitfor /tmp/broker.log $BROKER_READY -- cgit v1.2.1 From 0d34d736fc1550572b663d38cb83f5969b3cb393 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 14 May 2010 00:03:22 +0000 Subject: There are a number of test failures under the various cpp test profiles. I am temporarily excluding them to keep the tests green, to ensure we don't miss any new failures. Meanwhile I work on the test failures to figure out cause. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@944064 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index d38e895ee9..ed21cfd9f9 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -117,3 +117,18 @@ org.apache.qpid.test.client.RollbackOrderTest#testOrderingAfterRollbackOnMessage org.apache.qpid.server.queue.ConflationQueueTest#* +# Temporarily adding the following until the issues are sorted out. +org.apache.qpid.test.unit.client.AMQConnectionTest +org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverAsQueueBrowserCreated + -- cgit v1.2.1 From 18c85ed3c09962d644eb293f5f24998384b4226f Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 14 May 2010 20:45:25 +0000 Subject: Removing the tests excluded due to the failures associated with 942098 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@944458 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index ed21cfd9f9..8e24938373 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -118,17 +118,4 @@ org.apache.qpid.test.client.RollbackOrderTest#testOrderingAfterRollbackOnMessage org.apache.qpid.server.queue.ConflationQueueTest#* # Temporarily adding the following until the issues are sorted out. -org.apache.qpid.test.unit.client.AMQConnectionTest -org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverAsQueueBrowserCreated - +org.apache.qpid.test.unit.client.AMQConnectionTest#testHeartBeat -- cgit v1.2.1 From 72c2c6669ffd4f2177a09480c6ee253b7ceec1f9 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 17 May 2010 08:29:31 +0000 Subject: disable setting on the java-derby test profile which restricts client protocol version, allow the client to perform normal negotiation to broker suppported version git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@945017 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/java-derby.testprofile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile index b484bfe787..a94a7dac82 100644 --- a/qpid/java/test-profiles/java-derby.testprofile +++ b/qpid/java/test-profiles/java-derby.testprofile @@ -4,7 +4,11 @@ broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml -qpid.amqp.version=0-9 profile.excludes=JavaStandaloneExcludes 08StandaloneExcludes broker.clean.between.tests=true broker.persistent=true +# +# Do not enable. Allow client to attempt 0-10 and negotiate downwards +# +#qpid.amqp.version=0-91 + -- cgit v1.2.1 From 2ce324393259f41e45e24e4f584c81592520ed81 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 17 May 2010 10:54:39 +0000 Subject: QPID-2422: exclude DurableSubscriberTest until queue exclusivity is persisted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@945078 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaPersistentExcludes | 5 +++++ qpid/java/test-profiles/java-derby.0.10.testprofile | 2 +- qpid/java/test-profiles/java-derby.testprofile | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 qpid/java/test-profiles/JavaPersistentExcludes (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/JavaPersistentExcludes b/qpid/java/test-profiles/JavaPersistentExcludes new file mode 100644 index 0000000000..7a3516f9c8 --- /dev/null +++ b/qpid/java/test-profiles/JavaPersistentExcludes @@ -0,0 +1,5 @@ +//These tests require the MemoryMessageStore +org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#* + +//QPID-2422 disable until queue exclusivity is persisted +org.apache.qpid.test.unit.ct.DurableSubscriberTest#* diff --git a/qpid/java/test-profiles/java-derby.0.10.testprofile b/qpid/java/test-profiles/java-derby.0.10.testprofile index 73f5beff98..c680c1eddd 100644 --- a/qpid/java/test-profiles/java-derby.0.10.testprofile +++ b/qpid/java/test-profiles/java-derby.0.10.testprofile @@ -5,6 +5,6 @@ broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml -profile.excludes=JavaStandaloneExcludes CPPExcludes CPPTransientExcludes +profile.excludes=JavaStandaloneExcludes JavaPersistentExcludes CPPExcludes CPPTransientExcludes broker.clean.between.tests=true broker.persistent=true diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile index a94a7dac82..c93a0a8260 100644 --- a/qpid/java/test-profiles/java-derby.testprofile +++ b/qpid/java/test-profiles/java-derby.testprofile @@ -4,7 +4,7 @@ broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml -profile.excludes=JavaStandaloneExcludes 08StandaloneExcludes +profile.excludes=JavaStandaloneExcludes JavaPersistentExcludes 08StandaloneExcludes broker.clean.between.tests=true broker.persistent=true # -- cgit v1.2.1 From e4d2edff2baba92da1fa146aca2ed129721efa0a Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Tue, 18 May 2010 02:34:18 +0000 Subject: Added an exclude file for no-prefetch test profile. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@945469 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPNoPrefetchExcludes | 12 ++++++++++++ qpid/java/test-profiles/cpp.noprefetch.testprofile | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 qpid/java/test-profiles/CPPNoPrefetchExcludes (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPNoPrefetchExcludes b/qpid/java/test-profiles/CPPNoPrefetchExcludes new file mode 100644 index 0000000000..df188ef628 --- /dev/null +++ b/qpid/java/test-profiles/CPPNoPrefetchExcludes @@ -0,0 +1,12 @@ +org.apache.qpid.test.unit.transacted.TransactedTest#testRollback + +org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverWithQueueBrowser + +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityNOACK +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityNOACKSessionPerConnection +org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber diff --git a/qpid/java/test-profiles/cpp.noprefetch.testprofile b/qpid/java/test-profiles/cpp.noprefetch.testprofile index 304671a4a4..b43bdd5722 100644 --- a/qpid/java/test-profiles/cpp.noprefetch.testprofile +++ b/qpid/java/test-profiles/cpp.noprefetch.testprofile @@ -1,3 +1,3 @@ include=cpp -profile.excludes=CPPTransientExcludes +profile.excludes=CPPTransientExcludes CPPNoPrefetchExcludes max_prefetch=0 -- cgit v1.2.1 From dd44df797360c1cf1dee2f507f142223d689d8e1 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Tue, 18 May 2010 14:44:43 +0000 Subject: QPID-1447 : Update Plugins to use changes to ConfigurationPlugin, Update Test to correctly run and prevent failover. Update excludes to include test in Java Broker runs but not CPP or 010. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@945683 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 4 ++++ qpid/java/test-profiles/Excludes | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 8e24938373..c2983d8675 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -119,3 +119,7 @@ org.apache.qpid.server.queue.ConflationQueueTest#* # Temporarily adding the following until the issues are sorted out. org.apache.qpid.test.unit.client.AMQConnectionTest#testHeartBeat + +//Excluded due to QPID-1447 : CPP broker does not have SlowConsumer Disconnection +org.apache.qpid.systest.SlowConsumerTest#* + diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index 6a2e33c1fe..6606a7e5ce 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -32,5 +32,3 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* // QPID-2418 : The queue backing the dur sub is not currently deleted at subscription change, so the test will fail. org.apache.qpid.test.unit.ct.DurableSubscriberTest#testResubscribeWithChangedSelectorAndRestart -// QPID-1447 : Work In Progress -org.apache.qpid.systest.SlowConsumerTest#* -- cgit v1.2.1 From 4583e63decd1623ce9b31cc1e64693cf4da1d2f9 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Wed, 19 May 2010 14:23:28 +0000 Subject: QPID-2422: reenable the DurableSubscriberTest git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@946200 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaPersistentExcludes | 3 --- 1 file changed, 3 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/JavaPersistentExcludes b/qpid/java/test-profiles/JavaPersistentExcludes index 7a3516f9c8..24adfe05f4 100644 --- a/qpid/java/test-profiles/JavaPersistentExcludes +++ b/qpid/java/test-profiles/JavaPersistentExcludes @@ -1,5 +1,2 @@ //These tests require the MemoryMessageStore org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#* - -//QPID-2422 disable until queue exclusivity is persisted -org.apache.qpid.test.unit.ct.DurableSubscriberTest#* -- cgit v1.2.1 From 1e32d9447036c3b011ae8bb92962ad8e92fce114 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 31 May 2010 16:03:41 +0000 Subject: QPID-2606: Access Control Modifications Applied patch from Andrew Kennedy git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949781 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 7 ++++++- qpid/java/test-profiles/JavaInVMExcludes | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index c2983d8675..255c52c94d 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -1,9 +1,14 @@ org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#* org.apache.qpid.client.ResetMessageListenerTest#* +//These tests will not work until 0-10 exception halding is fixed +org.apache.qpid.server.security.acl.* + //These tests are for the java broker -org.apache.qpid.server.security.acl.SimpleACLTest#* +org.apache.qpid.server.security.access.plugins.* +org.apache.qpid.server.security.access.* org.apache.qpid.server.security.firewall.FirewallConfigTest#* +org.apache.qpid.server.security.firewall.FirewallConfigurationTest#* org.apache.qpid.server.plugins.PluginTest#* org.apache.qpid.server.BrokerStartupTest#* diff --git a/qpid/java/test-profiles/JavaInVMExcludes b/qpid/java/test-profiles/JavaInVMExcludes index 8d36ed6773..b81df15f1a 100644 --- a/qpid/java/test-profiles/JavaInVMExcludes +++ b/qpid/java/test-profiles/JavaInVMExcludes @@ -16,3 +16,6 @@ org.apache.qpid.test.unit.ack.RecoverTest#testAcknowledgePerConsumer // related to QPID-2471. These are new test cases and fail with the Java broker. org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithAsyncConsumer org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithSyncConsumer + +//The VM broker does not export the logging management JMX MBean +org.apache.qpid.server.security.acl.ExternalAdminACLTest#* -- cgit v1.2.1 From e85262bf8f7076d81b0952fc80e52a21ec12dc51 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Wed, 2 Jun 2010 16:18:20 +0000 Subject: Excluded the following tests using the new mechanism introduced in QPID-2639 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950621 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 255c52c94d..321cb507e8 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -128,3 +128,7 @@ org.apache.qpid.test.unit.client.AMQConnectionTest#testHeartBeat //Excluded due to QPID-1447 : CPP broker does not have SlowConsumer Disconnection org.apache.qpid.systest.SlowConsumerTest#* +org.apache.qpid.server.virtualhost.plugin.* +org.apache.qpid.server.virtualhost.plugin.policies.* + + -- cgit v1.2.1 From edf2a3459b0977ee42936ebb452f4a984674dd9c Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 2 Jul 2010 16:26:44 +0000 Subject: Excluded the test from the Java test profiles and remove the unnessecery profile check from the code. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@960048 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 39408fa101..9d70b9581f 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -26,3 +26,5 @@ org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithAsyncConsumer org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithSyncConsumer org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWithAsyncConsumer org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWithSyncConsumer + +org.apache.qpid.test.client.destination.AddressBasedDestinationTest#* -- cgit v1.2.1 From 0fbd1ad3e033332af64041ef5426f8b9522dfdbe Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 5 Jul 2010 11:18:00 +0000 Subject: QPID-1447 : Correct excludes for SCD Tests. Added to CPPExcludes as CPP broker doesn't have SCD also Java 0.10 profile will not pass due to issues with client exception handling see QPID-2657 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@960556 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 321cb507e8..34764c912a 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -126,7 +126,13 @@ org.apache.qpid.server.queue.ConflationQueueTest#* org.apache.qpid.test.unit.client.AMQConnectionTest#testHeartBeat //Excluded due to QPID-1447 : CPP broker does not have SlowConsumer Disconnection -org.apache.qpid.systest.SlowConsumerTest#* +// NOTE also excludes from the java.0.10 profile due to QPID-2657 +org.apache.qpid.systest.GlobalQueuesTest#* +org.apache.qpid.systest.GlobalTopicsTest#* +org.apache.qpid.systest.MergeConfigurationTest#* +org.apache.qpid.systest.SubscriptionTest#* +org.apache.qpid.systest.TopicTest#* + org.apache.qpid.server.virtualhost.plugin.* org.apache.qpid.server.virtualhost.plugin.policies.* -- cgit v1.2.1 From ec55e504bbe6b003677b60592a496ffa8fd95d39 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Tue, 6 Jul 2010 02:54:53 +0000 Subject: Recreated client certificates as the previous once were expired. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@960767 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/test-profiles/test_resources/ssl/app1.crt | 23 ++++++++++----------- .../java/test-profiles/test_resources/ssl/app1.req | 16 +++++++------- .../java/test-profiles/test_resources/ssl/app2.crt | 23 ++++++++++----------- .../java/test-profiles/test_resources/ssl/app2.req | 16 +++++++------- .../test-profiles/test_resources/ssl/certstore.jks | Bin 591 -> 591 bytes .../test-profiles/test_resources/ssl/keystore.jks | Bin 4316 -> 4226 bytes 6 files changed, 38 insertions(+), 40 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/test_resources/ssl/app1.crt b/qpid/java/test-profiles/test_resources/ssl/app1.crt index 1f67a0d152..52004f4dd1 100644 --- a/qpid/java/test-profiles/test_resources/ssl/app1.crt +++ b/qpid/java/test-profiles/test_resources/ssl/app1.crt @@ -1,15 +1,14 @@ -----BEGIN CERTIFICATE----- -MIICSjCCAbOgAwIBAgIFAJBNWvMwDQYJKoZIhvcNAQEFBQAwQTELMAkGA1UEBhMC +MIICGjCCAYOgAwIBAgIFAJFV5bcwDQYJKoZIhvcNAQEFBQAwQTELMAkGA1UEBhMC Q0ExEDAOBgNVBAgTB09udGFyaW8xDTALBgNVBAoTBEFDTUUxETAPBgNVBAMTCE15 -Um9vdENBMB4XDTEwMDMyMjIyMDE0MloXDTEwMDYyMjIyMDE0MlowbTEPMA0GA1UE -BhMGQ2FuYWRhMQswCQYDVQQIEwJPTjEQMA4GA1UEBxMHVG9yb250bzERMA8GA1UE -ChMIYWNtZS5vcmcxEDAOBgNVBAsTB1Vua25vd24xFjAUBgNVBAMMDWFwcDFAYWNt -ZS5vcmcwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKPmoysNdOgH/XMircR7 -aQxWKqe3tzwREdHdLUmWqanlyfL7zi9P6P3CyMQQsKpM6FkQQlZ+WpE9IIAqP+g1 -3zbFtqdqhfQwsEovcFOLAdDfm6W5YSPN7dPEgf6+DEtTb/9fxWqdtEiXc+PhRd+9 -Inzo2C33gqDjFcA2LcM37zgPAgMBAAGjIjAgMAkGA1UdEwQCMAAwEwYDVR0lBAww -CgYIKwYBBQUHAwIwDQYJKoZIhvcNAQEFBQADgYEAs4IQUMJOlAEG7OVLoazgn8ea -qOPFZ/Y8CYK0yoVZ+QF3aIFx5plj9Rol9Cf96eL6Ta/ff/fvFzUCGceY1TriHxqv -9/8IR9LdmOaCC3Er2hRjuPumuwimpNGQqsrONPfBrhHVuQXOJYOWRYwuLEG3bQR5 -tP8zTMkBo3/FrX6nZks= +Um9vdENBMB4XDTEwMDcwNjAyNTQ1OFoXDTEwMTAwNjAyNTQ1OFowYTELMAkGA1UE +BhMCY2ExCzAJBgNVBAgTAm9uMRAwDgYDVQQHEwd0b3JvbnRvMQ0wCwYDVQQKEwRh +Y21lMQwwCgYDVQQLEwNhcnQxFjAUBgNVBAMMDWFwcDFAYWNtZS5vcmcwgZ8wDQYJ +KoZIhvcNAQEBBQADgY0AMIGJAoGBAKHJI2XPwISkvic93ICjk9JdYkGeYR4hNK1N +JYCgzfNAJDq5xxYPkJWd9kc8+nlT0f//nPUVVPtYzGgw/WV0J01Wp8pOJZRdOzYk +LjOdaJE8vCoL+EMeYVSEgx2XebEV2l7d7z3gGVFKAmQfEhveNxBWNyJ/o9ELapEF +y1bsPqhjAgMBAAEwDQYJKoZIhvcNAQEFBQADgYEAfhj5E7KYqBLOfbOP1DjM1RQ1 +unG/yEbpN+hk0QNN7FHObSHvRfzSfVrZRxFKvZR8o4yN2RL39jkWsq92GGFSlQzF +pqGA7YjR1j4UGkY3xib3Vr1PsDZWqmH3CjxXTdo0Y28LtQ/QMt58c0wcwFwMCONJ +ynb4emD3n6Pw7GjyTYg= -----END CERTIFICATE----- diff --git a/qpid/java/test-profiles/test_resources/ssl/app1.req b/qpid/java/test-profiles/test_resources/ssl/app1.req index b1889d15e1..f647ffb6e9 100644 --- a/qpid/java/test-profiles/test_resources/ssl/app1.req +++ b/qpid/java/test-profiles/test_resources/ssl/app1.req @@ -1,10 +1,10 @@ -----BEGIN NEW CERTIFICATE REQUEST----- -MIIBrTCCARYCAQAwbTEPMA0GA1UEBhMGQ2FuYWRhMQswCQYDVQQIEwJPTjEQMA4GA1UEBxMHVG9y -b250bzERMA8GA1UEChMIYWNtZS5vcmcxEDAOBgNVBAsTB1Vua25vd24xFjAUBgNVBAMMDWFwcDFA -YWNtZS5vcmcwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKPmoysNdOgH/XMircR7aQxWKqe3 -tzwREdHdLUmWqanlyfL7zi9P6P3CyMQQsKpM6FkQQlZ+WpE9IIAqP+g13zbFtqdqhfQwsEovcFOL -AdDfm6W5YSPN7dPEgf6+DEtTb/9fxWqdtEiXc+PhRd+9Inzo2C33gqDjFcA2LcM37zgPAgMBAAGg -ADANBgkqhkiG9w0BAQQFAAOBgQBnPCA6n+5y1azadoDcmttFJP6P+jfqp069UIi8zhuIVccJXYkL -pmp9kWolbvj5niVyFTcMnlH7uKMCoUP8sTdCfoSFr3BgkfCV8Wb/P2vl5J/BVCwSt0Uhsue95aAn -8A0tCdyTRWRnLeCmFJ/OiG6vbsBtbjXTxQIJsLr6hLcMKg== +MIIBoTCCAQoCAQAwYTELMAkGA1UEBhMCY2ExCzAJBgNVBAgTAm9uMRAwDgYDVQQHEwd0b3JvbnRv +MQ0wCwYDVQQKEwRhY21lMQwwCgYDVQQLEwNhcnQxFjAUBgNVBAMMDWFwcDFAYWNtZS5vcmcwgZ8w +DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKHJI2XPwISkvic93ICjk9JdYkGeYR4hNK1NJYCgzfNA +JDq5xxYPkJWd9kc8+nlT0f//nPUVVPtYzGgw/WV0J01Wp8pOJZRdOzYkLjOdaJE8vCoL+EMeYVSE +gx2XebEV2l7d7z3gGVFKAmQfEhveNxBWNyJ/o9ELapEFy1bsPqhjAgMBAAGgADANBgkqhkiG9w0B +AQQFAAOBgQAgmtr+de8dmT1zYKOOlMZNh9w9FJ/qsrk0Fj6yC8f1QKv2ZE8de5p62U7PKzbLzDML +kmiU9qSHzuucH3Za9zprQ/5t9zIffO2kr+OgPIzgwdNPjVfH5SQrZlZHyVI9lC/0Ou9uJPScj3Qm +B+lQOmY/tP854g+gqX7drBsP4pQHug== -----END NEW CERTIFICATE REQUEST----- diff --git a/qpid/java/test-profiles/test_resources/ssl/app2.crt b/qpid/java/test-profiles/test_resources/ssl/app2.crt index ec4d40f0ce..641e2c89e1 100644 --- a/qpid/java/test-profiles/test_resources/ssl/app2.crt +++ b/qpid/java/test-profiles/test_resources/ssl/app2.crt @@ -1,15 +1,14 @@ -----BEGIN CERTIFICATE----- -MIICRzCCAbCgAwIBAgIFAJBNWx4wDQYJKoZIhvcNAQEFBQAwQTELMAkGA1UEBhMC +MIICGjCCAYOgAwIBAgIFAJFV5aIwDQYJKoZIhvcNAQEFBQAwQTELMAkGA1UEBhMC Q0ExEDAOBgNVBAgTB09udGFyaW8xDTALBgNVBAoTBEFDTUUxETAPBgNVBAMTCE15 -Um9vdENBMB4XDTEwMDMyMjIyMDIwNFoXDTEwMDYyMjIyMDIwNFowajELMAkGA1UE -BhMCVVMxCzAJBgNVBAgTAk1BMREwDwYDVQQHEwhXZXN0Zm9yZDERMA8GA1UEChMI -YWNtZS5vcmcxEDAOBgNVBAsTB1Vua25vd24xFjAUBgNVBAMMDWFwcDJAYWNtZS5v -cmcwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAJ9hkHkiTpwQ0cViMyfs9PgU -5wZRTo2OGHxmw+EBlOvLBPamZ0zF2Rnqc/BRTCkoGQIF0nTFFyALsCxnmyZyje00 -ht0zOtc91aQl5W/c1ShEt7YlcSkDNDVxzouG1Nf7VZSbVbRtUkhhRRqAw84IV0GA -1kRmZ8oEkvdeBULOYncrAgMBAAGjIjAgMAkGA1UdEwQCMAAwEwYDVR0lBAwwCgYI -KwYBBQUHAwIwDQYJKoZIhvcNAQEFBQADgYEAWFNqhydLqg6SXo9IrOwSxAw3zNoz -sX4ARdMP1LdqLmpiZ1Qr5C54o19bR7UJfyzsYMuXDg6wy/l0JTcs62qDwD6IdEg1 -ZPkAfoVw4eiCorjM02fFTAvPX6jyYJ/3oQI1POoxhdqhll70WSSaKoSooJFcOG74 -xpacadqA8A0ICAc= +Um9vdENBMB4XDTEwMDcwNjAyNTQ0N1oXDTEwMTAwNjAyNTQ0N1owYTELMAkGA1UE +BhMCY2ExCzAJBgNVBAgTAm9uMRAwDgYDVQQHEwd0b3JvbnRvMQ0wCwYDVQQKEwRh +Y21lMQwwCgYDVQQLEwNhcnQxFjAUBgNVBAMMDWFwcDJAYWNtZS5vcmcwgZ8wDQYJ +KoZIhvcNAQEBBQADgY0AMIGJAoGBAMqo9Z/4mDtK9/NpIMNa7h91aUIYNClV36V7 +iHFzxGnw6ubWb6FB6uEO2KFnjk+Jd0sUEbZI3OCjltbfqGBv8UDZ+3+vMF4HrGJ9 ++5YilFbhvZ8FGWCFjjh9gV0W0ptfsskcw0KCxmeHGHP8RbHoKS4Y79D2bkW1ovO6 +FzFx3uRfAgMBAAEwDQYJKoZIhvcNAQEFBQADgYEAXn3f8znVyItIDcC/4zjLczP8 +EbKEpRW656HccDTGygsfK+epyA8CO8RAtddW7epd1z0FCWakd2078pBe225w8/gA +PQDLlfi1vgAxwhh7xZz1UvtkT9scU/GTdmgg5lZYDBeCDVJ3kuY3t5yg47L3Xuwe +WutGKNQMrJlUfFUNG70= -----END CERTIFICATE----- diff --git a/qpid/java/test-profiles/test_resources/ssl/app2.req b/qpid/java/test-profiles/test_resources/ssl/app2.req index 7e5282d8b5..52d1a7b8e0 100644 --- a/qpid/java/test-profiles/test_resources/ssl/app2.req +++ b/qpid/java/test-profiles/test_resources/ssl/app2.req @@ -1,10 +1,10 @@ -----BEGIN NEW CERTIFICATE REQUEST----- -MIIBqjCCARMCAQAwajELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAk1BMREwDwYDVQQHEwhXZXN0Zm9y -ZDERMA8GA1UEChMIYWNtZS5vcmcxEDAOBgNVBAsTB1Vua25vd24xFjAUBgNVBAMMDWFwcDJAYWNt -ZS5vcmcwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAJ9hkHkiTpwQ0cViMyfs9PgU5wZRTo2O -GHxmw+EBlOvLBPamZ0zF2Rnqc/BRTCkoGQIF0nTFFyALsCxnmyZyje00ht0zOtc91aQl5W/c1ShE -t7YlcSkDNDVxzouG1Nf7VZSbVbRtUkhhRRqAw84IV0GA1kRmZ8oEkvdeBULOYncrAgMBAAGgADAN -BgkqhkiG9w0BAQQFAAOBgQBmlkaYAYn7h3oN54DljF6OJYqBN3RSd4KBa+oEs+2sEyh7kF6PqQpl -cVpBOQx+sfUOUzGWML3Jzi4ub6uMmj3ghWGhyiV1hV2/HtYpkLVRedwbidHUUhROQO01ZODZsteZ -LSMV4KRIENVswp3IsbhghvHTB+BlQV/JufR/m9ORjA== +MIIBoTCCAQoCAQAwYTELMAkGA1UEBhMCY2ExCzAJBgNVBAgTAm9uMRAwDgYDVQQHEwd0b3JvbnRv +MQ0wCwYDVQQKEwRhY21lMQwwCgYDVQQLEwNhcnQxFjAUBgNVBAMMDWFwcDJAYWNtZS5vcmcwgZ8w +DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMqo9Z/4mDtK9/NpIMNa7h91aUIYNClV36V7iHFzxGnw +6ubWb6FB6uEO2KFnjk+Jd0sUEbZI3OCjltbfqGBv8UDZ+3+vMF4HrGJ9+5YilFbhvZ8FGWCFjjh9 +gV0W0ptfsskcw0KCxmeHGHP8RbHoKS4Y79D2bkW1ovO6FzFx3uRfAgMBAAGgADANBgkqhkiG9w0B +AQQFAAOBgQC3rWDpHak7fbBf+FvdaqxEoIw+g43RsaDqdGX9ZJJ9ybDi50Xy/YzLiP5vRl3XU8mI +EoqN8ioZl83UXh95Lb6eW/S+ELgiwQh8npblRGpd/IobdKjEAKV1+i3reYqpsYI5L/8JNbcyIT4A +QOTc9itCc7O+klJzkmLqqpmlHhYX5A== -----END NEW CERTIFICATE REQUEST----- diff --git a/qpid/java/test-profiles/test_resources/ssl/certstore.jks b/qpid/java/test-profiles/test_resources/ssl/certstore.jks index d427808eb1..2af95f21f8 100644 Binary files a/qpid/java/test-profiles/test_resources/ssl/certstore.jks and b/qpid/java/test-profiles/test_resources/ssl/certstore.jks differ diff --git a/qpid/java/test-profiles/test_resources/ssl/keystore.jks b/qpid/java/test-profiles/test_resources/ssl/keystore.jks index fd44841028..5e0c2451e8 100644 Binary files a/qpid/java/test-profiles/test_resources/ssl/keystore.jks and b/qpid/java/test-profiles/test_resources/ssl/keystore.jks differ -- cgit v1.2.1 From dc064352b920a9ca85d86063b094a50ab02dc213 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 12 Jul 2010 09:52:37 +0000 Subject: Exclude the Java broker InfoPlugin tests from the CPP profiles git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@963232 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 34764c912a..564a781b0f 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -133,6 +133,8 @@ org.apache.qpid.systest.MergeConfigurationTest#* org.apache.qpid.systest.SubscriptionTest#* org.apache.qpid.systest.TopicTest#* +// This plugin is not available in the CPP broker +org.apache.qpid.info.systest.InfoPluginTest#* org.apache.qpid.server.virtualhost.plugin.* org.apache.qpid.server.virtualhost.plugin.policies.* -- cgit v1.2.1 From 77ce8ac58d6e86d958f84de51cbc2f5d6636a5e7 Mon Sep 17 00:00:00 2001 From: Andrew Donald Kennedy Date: Thu, 22 Jul 2010 16:14:20 +0000 Subject: QPID-2658: Adding 0-10 profile excludes for java git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@966724 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/08StandaloneExcludes | 7 +++ qpid/java/test-profiles/CPPExcludes | 66 +++++++++++---------- qpid/java/test-profiles/Java010Excludes | 68 ++++++++++++++++++++++ qpid/java/test-profiles/JavaExcludes | 6 +- qpid/java/test-profiles/JavaStandaloneExcludes | 12 +--- qpid/java/test-profiles/default.testprofile | 4 +- .../java/test-profiles/java-derby.0.10.testprofile | 4 +- qpid/java/test-profiles/java-derby.testprofile | 2 +- qpid/java/test-profiles/java.0.10.testprofile | 4 +- qpid/java/test-profiles/java.testprofile | 2 +- 10 files changed, 123 insertions(+), 52 deletions(-) create mode 100755 qpid/java/test-profiles/Java010Excludes (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/08StandaloneExcludes b/qpid/java/test-profiles/08StandaloneExcludes index 8fdaa25e3d..7c66c7f2ec 100644 --- a/qpid/java/test-profiles/08StandaloneExcludes +++ b/qpid/java/test-profiles/08StandaloneExcludes @@ -7,3 +7,10 @@ org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend // QPID-2478 test fails when run against broker using 0-8/9 org.apache.qpid.test.client.message.JMSDestinationTest#testGetDestinationWithCustomExchange + +// The new addressing based sytanx is not supported for AMQP 0-8/0-9 versions +org.apache.qpid.test.client.destination.AddressBasedDestinationTest#* + +// Those tests are written against the 0.10 path +org.apache.qpid.test.unit.message.UTF8Test#* +org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 564a781b0f..8300f672ce 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -1,17 +1,6 @@ org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#* org.apache.qpid.client.ResetMessageListenerTest#* -//These tests will not work until 0-10 exception halding is fixed -org.apache.qpid.server.security.acl.* - -//These tests are for the java broker -org.apache.qpid.server.security.access.plugins.* -org.apache.qpid.server.security.access.* -org.apache.qpid.server.security.firewall.FirewallConfigTest#* -org.apache.qpid.server.security.firewall.FirewallConfigurationTest#* -org.apache.qpid.server.plugins.PluginTest#* -org.apache.qpid.server.BrokerStartupTest#* - // This test is not finished org.apache.qpid.test.testcases.TTLTest#* org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover @@ -29,21 +18,19 @@ org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFails org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxP2P org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxPubSub org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxPubSub -org.apache.qpid.test.client.FlowControlTest#* -org.apache.qpid.test.unit.client.connection.ConnectionTest#testDefaultExchanges -org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure // the 0.10 c++ broker does not implement forget org.apache.qpid.test.unit.xa.FaultTest#testForget // the 0-10 c++ broker does not implement priority / this test depends on a Java broker extension for queue creation -org.apache.qpid.server.queue.PriorityTest +org.apache.qpid.server.queue.PriorityTest#* +org.apache.qpid.server.queue.AMQPriorityQueueTest#* // the 0-10 c++ broker does not implement the extended LVQ semantics which the Java Broker does -org.apache.qpid.server.queue.ConflationQueueTest +org.apache.qpid.server.queue.ConflationQueueTest#* //this test checks explicitly for 0-8 flow control semantics -org.apache.qpid.test.client.FlowControlTest +org.apache.qpid.test.client.FlowControlTest#* // 0-10 c++ broker doesn't implement virtual hosts, or those wackhy exchanges org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnresolvedVirtualHostFailure @@ -61,9 +48,8 @@ org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* // QPID-1262, QPID-1119 : This test fails occasionally due to potential protocol issue. org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* -// c++ broker doesn't support priorities, message bouncing +// c++ broker doesn't support message bouncing org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#* -org.apache.qpid.server.queue.PriorityTest#* // c++ broker expires messages on delivery or when the queue cleaner thread runs. org.apache.qpid.server.queue.TimeToLiveTest#testActiveTTL @@ -88,14 +74,22 @@ org.apache.qpid.server.AlertingTest#* org.apache.qpid.server.store.PersistentStoreTest#* // CPP Broker does not follow the same Logging convention as the Java broker +org.apache.qpid.server.BrokerStartupTest#* org.apache.qpid.server.logging.* +org.apache.qpid.server.logging.messages.* +org.apache.qpid.server.logging.subjects.* +org.apache.qpid.server.logging.actors.* // CPP Broker does not have a JMX interface to test org.apache.qpid.management.jmx.* +org.apache.qpid.server.queue.AMQQueueMBeanTest#* +org.apache.qpid.server.exchange.ExchangeMBeanTest#* +org.apache.qpid.server.AMQBrokerManagerMBeanTest#* +org.apache.qpid.server.protocol.AMQProtocolSessionMBeanTest#* + // JMX is used in this test for validation org.apache.qpid.server.queue.ModelTest#* - // 0-10 is not supported by the MethodRegistry org.apache.qpid.test.unit.close.JavaServerCloseRaceConditionTest#* @@ -115,28 +109,40 @@ org.apache.qpid.server.failover.MessageDisappearWithIOExceptionTest#* // Temporarily disabling until properly investigated. org.apache.qpid.test.unit.publish.DirtyTrasactedPubilshTest#* org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#* -org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* -org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#* org.apache.qpid.test.client.RollbackOrderTest#testOrderingAfterRollbackOnMessage#* -org.apache.qpid.server.queue.ConflationQueueTest#* - -# Temporarily adding the following until the issues are sorted out. +// Temporarily adding the following until the issues are sorted out. org.apache.qpid.test.unit.client.AMQConnectionTest#testHeartBeat +//QPID-2418 : Not yet implemented on 0-10 +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testResubscribeWithChangedSelector +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubSameMessageSelector +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testResubscribeWithChangedSelectorNoClose +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubAddMessageSelectorNoClose +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubNoSelectorResubscribeNoClose + //Excluded due to QPID-1447 : CPP broker does not have SlowConsumer Disconnection -// NOTE also excludes from the java.0.10 profile due to QPID-2657 org.apache.qpid.systest.GlobalQueuesTest#* org.apache.qpid.systest.GlobalTopicsTest#* org.apache.qpid.systest.MergeConfigurationTest#* org.apache.qpid.systest.SubscriptionTest#* org.apache.qpid.systest.TopicTest#* -// This plugin is not available in the CPP broker -org.apache.qpid.info.systest.InfoPluginTest#* - +// Excluded because Java plugins not used in CPP broker org.apache.qpid.server.virtualhost.plugin.* org.apache.qpid.server.virtualhost.plugin.policies.* +org.apache.qpid.info.systest.InfoPluginTest#* +org.apache.qpid.info.test.* +org.apache.qpid.server.security.access.* +org.apache.qpid.server.security.access.plugins.* +org.apache.qpid.server.security.acl.* +org.apache.qpid.server.configuration.* +org.apache.qpid.server.configuration.plugins.* +org.apache.qpid.server.security.firewall.FirewallConfigTest#* +org.apache.qpid.server.security.firewall.FirewallConfigurationTest#* +org.apache.qpid.server.plugins.PluginTest#* - +// Java broker only +org.apache.qpid.server.logging.management.LoggingManagementMBeanTest#* +org.apache.qpid.server.management.AMQUserManagementMBeanTest#* diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes new file mode 100755 index 0000000000..46be11bfea --- /dev/null +++ b/qpid/java/test-profiles/Java010Excludes @@ -0,0 +1,68 @@ +// Those tests are testing 0.8 specific semantics +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxP2P +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteNoTxPubSub +org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsNoRouteTxPubSub +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxP2P +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxP2P +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxPubSub +org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxPubSub + +//this test checks explicitly for 0-8 flow control semantics +org.apache.qpid.test.client.FlowControlTest#* + +// 0-10 protocol doesn't support message bouncing +org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#* + +// QPID-1727 , QPID-1726 :c++ broker does not support flow to disk on transient queues. Also it requries a persistent store impl. for Apache +org.apache.qpid.test.client.QueueBrowsingFlowToDiskTest#* + +// 0-10 Broker does not follow the same Logging convention as the Java broker +org.apache.qpid.server.logging.* +org.apache.qpid.server.logging.messages.* +org.apache.qpid.server.logging.subjects.* +org.apache.qpid.server.logging.actors.* + +// 0-10 Broker does not have a JMX connection MBean +org.apache.qpid.management.jmx.ManagementActorLoggingTest#testConnectionCloseViaManagement + +// 0-10 has different ideas about clientid and ownership of queues +org.apache.qpid.server.queue.ModelTest#* + +// 0-10 is not supported by the MethodRegistry +org.apache.qpid.test.unit.close.JavaServerCloseRaceConditionTest#* + +// QPID-2084 : this test needs more work for 0-10 +org.apache.qpid.test.unit.client.DynamicQueueExchangeCreateTest#* + +//QPID-942 : Implemented Channel.Flow based Producer Side flow control to the Java Broker (not in CPP Broker) +org.apache.qpid.server.queue.ProducerFlowControlTest#* + +//QPID-1950 : Commit to test this failure. This is a MINA only failure so it cannot be tested when using 010. +org.apache.qpid.server.failover.MessageDisappearWithIOExceptionTest#* + +// Temporarily disabling until properly investigated. +org.apache.qpid.test.unit.publish.DirtyTrasactedPubilshTest#* + +//rollback with subscriptions does not work in 0-10 yet +org.apache.qpid.test.client.RollbackOrderTest#testOrderingAfterRollbackOnMessage +org.apache.qpid.test.unit.ack.RecoverTest#testRecoverInAutoAckListener + +//Temporarily adding the following until the issues are sorted out. +//Should probably raise JIRAs for them. +org.apache.qpid.transport.network.mina.MINANetworkDriverTest#* +org.apache.qpid.test.unit.basic.LargeMessageTest#* +org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testCreateExchange +org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testBrowseMode +org.apache.qpid.systest.GlobalQueuesTest#testTopicDurableConsumerMessageAge + +//QPID-2418 : Not yet implemented on 0-10 +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testResubscribeWithChangedSelector +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubSameMessageSelector +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testResubscribeWithChangedSelectorNoClose +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubAddMessageSelectorNoClose +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubNoSelectorResubscribeNoClose diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 9d70b9581f..fc77ed78cf 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -1,11 +1,9 @@ // Those tests are not finished org.apache.qpid.test.testcases.TTLTest#* org.apache.qpid.test.testcases.FailoverTest#* + // This is a long running test so should exclude from normal runs org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover -// Those tests are written against the 0.10 path -org.apache.qpid.test.unit.message.UTF8Test#* -org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait //QPID-1818 : Client code path does not correctly restore a transacted session after failover. org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* @@ -26,5 +24,3 @@ org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithAsyncConsumer org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithSyncConsumer org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWithAsyncConsumer org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWithSyncConsumer - -org.apache.qpid.test.client.destination.AddressBasedDestinationTest#* diff --git a/qpid/java/test-profiles/JavaStandaloneExcludes b/qpid/java/test-profiles/JavaStandaloneExcludes index a9e2a058f8..e2d91a8586 100644 --- a/qpid/java/test-profiles/JavaStandaloneExcludes +++ b/qpid/java/test-profiles/JavaStandaloneExcludes @@ -1,8 +1,7 @@ -// Those tests are not finished -org.apache.qpid.test.testcases.TTLTest#* -org.apache.qpid.test.testcases.FailoverTest#* + // This is a long running test so should exclude from normal runs org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover + // Those tests require failover support org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverAsQueueBrowserCreated org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser @@ -23,19 +22,14 @@ org.apache.qpid.test.client.failover.FailoverTest#* org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* -// Those tests are written against the 0.10 path -org.apache.qpid.test.unit.message.UTF8Test#* -org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait - // This test currently does not pick up the runtime location of the nonVm queueBacking store. org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#* // This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* + //QPID-1818 : Client code path does not correctly restore a transacted session after failover. org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* -// QPID-1823: this takes ages to run -org.apache.qpid.client.SessionCreateTest#* // This test requires the standard configuration file for validation. // Excluding here does not reduce test coverage. diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index 43b9c68d43..4ab1f484d9 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -3,7 +3,7 @@ java.naming.provider.url=${test.profiles}/test-provider.properties broker.version=0-8 broker=vm -broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB +broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=Listening on TCP port broker.config=${project.root}/build/etc/config-systests.xml broker.start=${test.profiles}/start-broker @@ -30,7 +30,7 @@ test.port.alt=25672 test.port.alt.ssl=25671 test.exclude=true -profile.excludes=JavaTransientExcludes JavaInVMExcludes +profile.excludes=JavaTransientExcludes JavaInVMExcludes 08StandaloneExcludes test.excludes=Excludes XAExcludes JavaExcludes ${profile}.excludes ${profile.excludes} test.fork=no test.mem=512M diff --git a/qpid/java/test-profiles/java-derby.0.10.testprofile b/qpid/java/test-profiles/java-derby.0.10.testprofile index c680c1eddd..511e51ec1d 100644 --- a/qpid/java/test-profiles/java-derby.0.10.testprofile +++ b/qpid/java/test-profiles/java-derby.0.10.testprofile @@ -1,10 +1,10 @@ broker.language=java broker.version=0-10 broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml -broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB +broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml -profile.excludes=JavaStandaloneExcludes JavaPersistentExcludes CPPExcludes CPPTransientExcludes +profile.excludes=JavaStandaloneExcludes JavaPersistentExcludes Java010Excludes broker.clean.between.tests=true broker.persistent=true diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile index c93a0a8260..742af29ffa 100644 --- a/qpid/java/test-profiles/java-derby.testprofile +++ b/qpid/java/test-profiles/java-derby.testprofile @@ -1,6 +1,6 @@ broker.language=java broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT --exclude-0-10 @PORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml -broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/* +broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml diff --git a/qpid/java/test-profiles/java.0.10.testprofile b/qpid/java/test-profiles/java.0.10.testprofile index 64c184c0f6..f03edec321 100644 --- a/qpid/java/test-profiles/java.0.10.testprofile +++ b/qpid/java/test-profiles/java.0.10.testprofile @@ -1,8 +1,8 @@ broker.language=java broker.version=0-10 broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml -broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB +broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception -profile.excludes=JavaTransientExcludes JavaStandaloneExcludes CPPExcludes CPPTransientExcludes +profile.excludes=JavaTransientExcludes JavaStandaloneExcludes Java010Excludes diff --git a/qpid/java/test-profiles/java.testprofile b/qpid/java/test-profiles/java.testprofile index ce73d5b5de..c7d6725d68 100644 --- a/qpid/java/test-profiles/java.testprofile +++ b/qpid/java/test-profiles/java.testprofile @@ -1,6 +1,6 @@ broker.language=java broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT --exclude-0-10 @PORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml -broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB +broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception # -- cgit v1.2.1 From cb9aa6427cf96a7a21b831b7c6634b3b8ed2394c Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Thu, 22 Jul 2010 17:30:23 +0000 Subject: QPID-2752 Added the LVQTest to the java excludes list. Eventually we should have a single test from the JMS client side that will work with both the Java and C++ brokers. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@966764 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index fc77ed78cf..11d2eff0d5 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -24,3 +24,5 @@ org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithAsyncConsumer org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithSyncConsumer org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWithAsyncConsumer org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWithSyncConsumer + +org.apache.qpid.test.client.queue.LVQTest#* -- cgit v1.2.1 From edf2f72240e24f23ee9c528190584cfa9b21022d Mon Sep 17 00:00:00 2001 From: Andrew Donald Kennedy Date: Mon, 26 Jul 2010 14:08:45 +0000 Subject: QPID-2760: Only client 0-10 session sync should throw any exceptions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@979290 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Java010Excludes | 1 - 1 file changed, 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes index 46be11bfea..51781a85fd 100755 --- a/qpid/java/test-profiles/Java010Excludes +++ b/qpid/java/test-profiles/Java010Excludes @@ -58,7 +58,6 @@ org.apache.qpid.transport.network.mina.MINANetworkDriverTest#* org.apache.qpid.test.unit.basic.LargeMessageTest#* org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testCreateExchange org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testBrowseMode -org.apache.qpid.systest.GlobalQueuesTest#testTopicDurableConsumerMessageAge //QPID-2418 : Not yet implemented on 0-10 org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testResubscribeWithChangedSelector -- cgit v1.2.1 From a0931c1851659f80de2a94719af8ad573dcf0b73 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Fri, 6 Aug 2010 14:26:48 +0000 Subject: QPID-2787: Move QpidTestCase to Common test module so that any test can inherit from it, allowing exclusions to be applied. Add ability to gather the class name of the message store associated with the test profile in use. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982986 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/default.testprofile | 3 ++- qpid/java/test-profiles/java-derby.0.10.testprofile | 1 + qpid/java/test-profiles/java-derby.testprofile | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index 4ab1f484d9..ebab069af9 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -5,9 +5,10 @@ broker.version=0-8 broker=vm broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=Listening on TCP port -broker.config=${project.root}/build/etc/config-systests.xml broker.start=${test.profiles}/start-broker broker.kill=${test.profiles}/kill-broker +broker.config=${project.root}/build/etc/config-systests.xml +messagestore.class.name=org.apache.qpid.server.store.MemoryMessageStore max_prefetch=1000 qpid.dest_syntax=BURL diff --git a/qpid/java/test-profiles/java-derby.0.10.testprofile b/qpid/java/test-profiles/java-derby.0.10.testprofile index 511e51ec1d..8c53a9423a 100644 --- a/qpid/java/test-profiles/java-derby.0.10.testprofile +++ b/qpid/java/test-profiles/java-derby.0.10.testprofile @@ -5,6 +5,7 @@ broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml +messagestore.class.name=org.apache.qpid.server.store.DerbyMessageStore profile.excludes=JavaStandaloneExcludes JavaPersistentExcludes Java010Excludes broker.clean.between.tests=true broker.persistent=true diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile index 742af29ffa..a88f2d852d 100644 --- a/qpid/java/test-profiles/java-derby.testprofile +++ b/qpid/java/test-profiles/java-derby.testprofile @@ -4,6 +4,7 @@ broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml +messagestore.class.name=org.apache.qpid.server.store.DerbyMessageStore profile.excludes=JavaStandaloneExcludes JavaPersistentExcludes 08StandaloneExcludes broker.clean.between.tests=true broker.persistent=true -- cgit v1.2.1 From c41701a0e329e9782772c5e704d19de9afaaaa7c Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Fri, 6 Aug 2010 14:27:04 +0000 Subject: QPID-2787: split existing test into component test methods regarding persistence/recovery of queues, exchanges, messages,bindings. Add additional tests around removal of persisted items. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982988 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 10 ++++++++++ qpid/java/test-profiles/JavaTransientExcludes | 10 ++++++++++ 2 files changed, 20 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 8300f672ce..79e8e88c90 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -73,6 +73,16 @@ org.apache.qpid.server.AlertingTest#* // The C++ server has a totally different persistence mechanism org.apache.qpid.server.store.PersistentStoreTest#* +// These tests are for the Java broker persistent store modules +org.apache.qpid.server.store.MessageStoreTest#testMessagePersistence +org.apache.qpid.server.store.MessageStoreTest#testMessageRemoval +org.apache.qpid.server.store.MessageStoreTest#testBindingPersistence +org.apache.qpid.server.store.MessageStoreTest#testDurableBindingRemoval +org.apache.qpid.server.store.MessageStoreTest#testQueuePersistence +org.apache.qpid.server.store.MessageStoreTest#testDurableQueueRemoval +org.apache.qpid.server.store.MessageStoreTest#testExchangePersistence +org.apache.qpid.server.store.MessageStoreTest#testDurableExchangeRemoval + // CPP Broker does not follow the same Logging convention as the Java broker org.apache.qpid.server.BrokerStartupTest#* org.apache.qpid.server.logging.* diff --git a/qpid/java/test-profiles/JavaTransientExcludes b/qpid/java/test-profiles/JavaTransientExcludes index b4e5282228..2fc3005a0f 100644 --- a/qpid/java/test-profiles/JavaTransientExcludes +++ b/qpid/java/test-profiles/JavaTransientExcludes @@ -1,3 +1,13 @@ //These tests require a persistent store org.apache.qpid.server.store.PersistentStoreTest#* + org.apache.qpid.test.unit.ct.DurableSubscriberTest#* + +org.apache.qpid.server.store.MessageStoreTest#testMessagePersistence +org.apache.qpid.server.store.MessageStoreTest#testMessageRemoval +org.apache.qpid.server.store.MessageStoreTest#testBindingPersistence +org.apache.qpid.server.store.MessageStoreTest#testDurableBindingRemoval +org.apache.qpid.server.store.MessageStoreTest#testQueuePersistence +org.apache.qpid.server.store.MessageStoreTest#testDurableQueueRemoval +org.apache.qpid.server.store.MessageStoreTest#testExchangePersistence +org.apache.qpid.server.store.MessageStoreTest#testDurableExchangeRemoval -- cgit v1.2.1 From abe3cdd9b1c10a7ace5c10ff660f1a8ad4664b86 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 9 Aug 2010 20:29:17 +0000 Subject: QPID-2775: Exclude the FirewallConfigTest from InVM test runs, the tests no-op because the Firewall plugin only operates on TCP connections git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@983806 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaInVMExcludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/JavaInVMExcludes b/qpid/java/test-profiles/JavaInVMExcludes index b81df15f1a..a51ef1e4e2 100644 --- a/qpid/java/test-profiles/JavaInVMExcludes +++ b/qpid/java/test-profiles/JavaInVMExcludes @@ -2,6 +2,9 @@ //Exclude the following tests when running the InVM default test profile //====================================================================== +// The FirewallPlugin only operates for TCP connections, the tests NO-OP when run InVM +org.apache.qpid.server.security.firewall.FirewallConfigTest#* + // This test requires a broker capable of 0-8/9 and 0-10 org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend -- cgit v1.2.1 From c0f28d6fda84a87a16375d927882bec78121c100 Mon Sep 17 00:00:00 2001 From: Andrew Donald Kennedy Date: Wed, 11 Aug 2010 08:27:40 +0000 Subject: Exclude testResumeNonemptyReplay from ConnectionTest for all Java profiles git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@984334 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 11d2eff0d5..9c90e7c8a9 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -26,3 +26,7 @@ org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWith org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testOderingWithSyncConsumer org.apache.qpid.test.client.queue.LVQTest#* + +// Session resume is not supported in the Java client +org.apache.qpid.transport.ConnectionTest#testResumeNonemptyReplayBuffer + -- cgit v1.2.1 From 55d8df04c76b21a503e6a663e0979fbde9eedfb2 Mon Sep 17 00:00:00 2001 From: Andrew Donald Kennedy Date: Fri, 13 Aug 2010 16:16:16 +0000 Subject: Tidy up various badly named tests git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@985259 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 2 +- qpid/java/test-profiles/Java010Excludes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 79e8e88c90..fe1ce82b7e 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -117,7 +117,7 @@ org.apache.qpid.server.failover.MessageDisappearWithIOExceptionTest#* // These are recent test additions that are failing with the c++ broker // Temporarily disabling until properly investigated. -org.apache.qpid.test.unit.publish.DirtyTrasactedPubilshTest#* +org.apache.qpid.test.unit.publish.DirtyTransactedPublishTest#* org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#* org.apache.qpid.test.client.RollbackOrderTest#testOrderingAfterRollbackOnMessage#* diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes index 51781a85fd..9624464d71 100755 --- a/qpid/java/test-profiles/Java010Excludes +++ b/qpid/java/test-profiles/Java010Excludes @@ -46,7 +46,7 @@ org.apache.qpid.server.queue.ProducerFlowControlTest#* org.apache.qpid.server.failover.MessageDisappearWithIOExceptionTest#* // Temporarily disabling until properly investigated. -org.apache.qpid.test.unit.publish.DirtyTrasactedPubilshTest#* +org.apache.qpid.test.unit.publish.DirtyTransactedPublishTest#* //rollback with subscriptions does not work in 0-10 yet org.apache.qpid.test.client.RollbackOrderTest#testOrderingAfterRollbackOnMessage -- cgit v1.2.1 From 4bc9cddeded4deba99e516dde50a50c9b7552cf1 Mon Sep 17 00:00:00 2001 From: Andrew Donald Kennedy Date: Fri, 13 Aug 2010 16:19:39 +0000 Subject: Adding failing test to java profile git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@985263 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Java010Excludes | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes index 9624464d71..47fca90500 100755 --- a/qpid/java/test-profiles/Java010Excludes +++ b/qpid/java/test-profiles/Java010Excludes @@ -45,6 +45,10 @@ org.apache.qpid.server.queue.ProducerFlowControlTest#* //QPID-1950 : Commit to test this failure. This is a MINA only failure so it cannot be tested when using 010. org.apache.qpid.server.failover.MessageDisappearWithIOExceptionTest#* +//QPID-2471 : Issues with 0-10 recovery +org.apache.qpid.test.unit.ack.RecoverTest#testRecoverInAutoAckListener +org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest#testRecoverInAutoAckListener + // Temporarily disabling until properly investigated. org.apache.qpid.test.unit.publish.DirtyTransactedPublishTest#* -- cgit v1.2.1 From f375ba740f96b77627cb70215617d6ec43f342fa Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Thu, 26 Aug 2010 15:03:33 +0000 Subject: QPID-2802: Add support for a status-logging hierarchy, such that the Log4jMessageLogger may use this to allow individual on/off toggling of each status message. Combine the RootLogger and RawLogger interfaces. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@989734 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/log4j-test.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/log4j-test.xml b/qpid/java/test-profiles/log4j-test.xml index 5ad277ea74..9adfd68202 100644 --- a/qpid/java/test-profiles/log4j-test.xml +++ b/qpid/java/test-profiles/log4j-test.xml @@ -39,6 +39,10 @@ + + + + -- cgit v1.2.1 From 8b2e499dc048359c2bc37d1e9e36b2f8cd3cb3bc Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 5 Sep 2010 18:51:15 +0000 Subject: QPID-2418: updates to fix test failures when using the 0-10 client test profiles. Use a transacted session when querying for queue counts following consumption, as the 0-10 client batches auto-acks asynchronously. Always send the selector filter argument even if empty, to allow querying the brokers via 0-10 to detect whether the selector is being added/removed/modified at subscribe time. Enable the Java broker to perform argument matching during the 0-10 isBound check. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@992856 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 7 ------- qpid/java/test-profiles/Java010Excludes | 7 ------- qpid/java/test-profiles/cpp.async.excludes | 3 --- 3 files changed, 17 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index fe1ce82b7e..711a3954e4 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -125,13 +125,6 @@ org.apache.qpid.test.client.RollbackOrderTest#testOrderingAfterRollbackOnMessage // Temporarily adding the following until the issues are sorted out. org.apache.qpid.test.unit.client.AMQConnectionTest#testHeartBeat -//QPID-2418 : Not yet implemented on 0-10 -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testResubscribeWithChangedSelector -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubSameMessageSelector -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testResubscribeWithChangedSelectorNoClose -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubAddMessageSelectorNoClose -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubNoSelectorResubscribeNoClose - //Excluded due to QPID-1447 : CPP broker does not have SlowConsumer Disconnection org.apache.qpid.systest.GlobalQueuesTest#* org.apache.qpid.systest.GlobalTopicsTest#* diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes index 47fca90500..6da362f33a 100755 --- a/qpid/java/test-profiles/Java010Excludes +++ b/qpid/java/test-profiles/Java010Excludes @@ -62,10 +62,3 @@ org.apache.qpid.transport.network.mina.MINANetworkDriverTest#* org.apache.qpid.test.unit.basic.LargeMessageTest#* org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testCreateExchange org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testBrowseMode - -//QPID-2418 : Not yet implemented on 0-10 -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testResubscribeWithChangedSelector -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubSameMessageSelector -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testResubscribeWithChangedSelectorNoClose -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubAddMessageSelectorNoClose -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubNoSelectorResubscribeNoClose diff --git a/qpid/java/test-profiles/cpp.async.excludes b/qpid/java/test-profiles/cpp.async.excludes index 72d79fb754..b6479a00ba 100644 --- a/qpid/java/test-profiles/cpp.async.excludes +++ b/qpid/java/test-profiles/cpp.async.excludes @@ -1,5 +1,2 @@ -// the C++ broker doesn't implement selectors, so they are not persisted with the subscription -org.apache.qpid.test.unit.ct.DurableSubscriberTest#testDurSubRestoresMessageSelector - // the C++ broker doesn't guarantee the order of messages on recovery org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash -- cgit v1.2.1 From 17d601a4704959bfc87b00233870e011a82026fd Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 6 Sep 2010 11:04:33 +0000 Subject: QPID-2845: exclude tests from the Java test profiles git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@992995 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/08StandaloneExcludes | 2 ++ qpid/java/test-profiles/JavaExcludes | 3 +++ 2 files changed, 5 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/08StandaloneExcludes b/qpid/java/test-profiles/08StandaloneExcludes index 7c66c7f2ec..3e98a8a10f 100644 --- a/qpid/java/test-profiles/08StandaloneExcludes +++ b/qpid/java/test-profiles/08StandaloneExcludes @@ -10,6 +10,8 @@ org.apache.qpid.test.client.message.JMSDestinationTest#testGetDestinationWithCus // The new addressing based sytanx is not supported for AMQP 0-8/0-9 versions org.apache.qpid.test.client.destination.AddressBasedDestinationTest#* +org.apache.qpid.test.client.queue.QueuePolicyTest#testRingPolicy +org.apache.qpid.test.client.queue.QueuePolicyTest#testRejectPolicy // Those tests are written against the 0.10 path org.apache.qpid.test.unit.message.UTF8Test#* diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 9c90e7c8a9..836d0ae6d7 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -30,3 +30,6 @@ org.apache.qpid.test.client.queue.LVQTest#* // Session resume is not supported in the Java client org.apache.qpid.transport.ConnectionTest#testResumeNonemptyReplayBuffer +//QPID-2845: The queue policy types used by the C++ broker are not currently supported by the Java broker +org.apache.qpid.test.client.queue.QueuePolicyTest#testRingPolicy +org.apache.qpid.test.client.queue.QueuePolicyTest#testRejectPolicy -- cgit v1.2.1 From a5b1a1073e2596da8b5fbcd24769aec87107d212 Mon Sep 17 00:00:00 2001 From: Andrew Donald Kennedy Date: Sun, 3 Oct 2010 16:00:24 +0000 Subject: QPID-2835 Implement CON Operational Logging on 0-10 Committed patch from SorinS git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1003984 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Java010Excludes | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes index 6da362f33a..44b9cff9d8 100755 --- a/qpid/java/test-profiles/Java010Excludes +++ b/qpid/java/test-profiles/Java010Excludes @@ -22,7 +22,20 @@ org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#* org.apache.qpid.test.client.QueueBrowsingFlowToDiskTest#* // 0-10 Broker does not follow the same Logging convention as the Java broker -org.apache.qpid.server.logging.* +org.apache.qpid.server.logging.AccessControlLoggingTest#* +org.apache.qpid.server.logging.AlertingTest#* +org.apache.qpid.server.logging.BindingLoggingTest#* +org.apache.qpid.server.logging.BrokerLoggingTest#* +org.apache.qpid.server.logging.ChannelLoggingTest#* +org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#* +org.apache.qpid.server.logging.DurableQueueLoggingTest#* +org.apache.qpid.server.logging.ExchangeLoggingTest#* +org.apache.qpid.server.logging.ManagementLoggingTest#* +org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#* +org.apache.qpid.server.logging.QueueLoggingTest#* +org.apache.qpid.server.logging.SubscriptionLoggingTest#* +org.apache.qpid.server.logging.TransientQueueLoggingTest#* +org.apache.qpid.server.logging.VirtualHostLoggingTest#* org.apache.qpid.server.logging.messages.* org.apache.qpid.server.logging.subjects.* org.apache.qpid.server.logging.actors.* -- cgit v1.2.1 From a3625d8ed5d7edfbd41acf38130d3f574f1c0aa5 Mon Sep 17 00:00:00 2001 From: Andrew Donald Kennedy Date: Sun, 3 Oct 2010 16:02:42 +0000 Subject: QPID-2839 Add channel (CHN) Operational Loggin on 0-10 Committed patch from SorinS git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1003985 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Java010Excludes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes index 44b9cff9d8..6c3064f650 100755 --- a/qpid/java/test-profiles/Java010Excludes +++ b/qpid/java/test-profiles/Java010Excludes @@ -26,7 +26,9 @@ org.apache.qpid.server.logging.AccessControlLoggingTest#* org.apache.qpid.server.logging.AlertingTest#* org.apache.qpid.server.logging.BindingLoggingTest#* org.apache.qpid.server.logging.BrokerLoggingTest#* -org.apache.qpid.server.logging.ChannelLoggingTest#* +org.apache.qpid.server.logging.ChannelLoggingTest#testChannelStartsFlowStopped +org.apache.qpid.server.logging.ChannelLoggingTest#testChannelStartConsumerFlowStarted +org.apache.qpid.server.logging.ChannelLoggingTest#testChannelStartConsumerFlowStarted org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#* org.apache.qpid.server.logging.DurableQueueLoggingTest#* org.apache.qpid.server.logging.ExchangeLoggingTest#* -- cgit v1.2.1 From 0a7bde3957d3d89ce89a118b686df0b39c9cbfd9 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Thu, 14 Oct 2010 02:38:45 +0000 Subject: Created new certificates with validity period set to 5 yrs git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1022364 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/test-profiles/test_resources/ssl/app1.crt | 21 +++++++++++---------- .../java/test-profiles/test_resources/ssl/app1.req | 14 +++++++------- .../java/test-profiles/test_resources/ssl/app2.crt | 21 +++++++++++---------- .../java/test-profiles/test_resources/ssl/app2.req | 14 +++++++------- .../test-profiles/test_resources/ssl/keystore.jks | Bin 4226 -> 4296 bytes 5 files changed, 36 insertions(+), 34 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/test_resources/ssl/app1.crt b/qpid/java/test-profiles/test_resources/ssl/app1.crt index 52004f4dd1..c04b07fce8 100644 --- a/qpid/java/test-profiles/test_resources/ssl/app1.crt +++ b/qpid/java/test-profiles/test_resources/ssl/app1.crt @@ -1,14 +1,15 @@ -----BEGIN CERTIFICATE----- -MIICGjCCAYOgAwIBAgIFAJFV5bcwDQYJKoZIhvcNAQEFBQAwQTELMAkGA1UEBhMC +MIICPjCCAaegAwIBAgIFAJJRUVUwDQYJKoZIhvcNAQEFBQAwQTELMAkGA1UEBhMC Q0ExEDAOBgNVBAgTB09udGFyaW8xDTALBgNVBAoTBEFDTUUxETAPBgNVBAMTCE15 -Um9vdENBMB4XDTEwMDcwNjAyNTQ1OFoXDTEwMTAwNjAyNTQ1OFowYTELMAkGA1UE -BhMCY2ExCzAJBgNVBAgTAm9uMRAwDgYDVQQHEwd0b3JvbnRvMQ0wCwYDVQQKEwRh +Um9vdENBMB4XDTEwMTAxNDAyMzM1NloXDTE1MTAxNDAyMzM1NlowYTELMAkGA1UE +BhMCQ0ExCzAJBgNVBAgTAk9OMRAwDgYDVQQHEwdUb3JvbnRvMQ0wCwYDVQQKEwRh Y21lMQwwCgYDVQQLEwNhcnQxFjAUBgNVBAMMDWFwcDFAYWNtZS5vcmcwgZ8wDQYJ -KoZIhvcNAQEBBQADgY0AMIGJAoGBAKHJI2XPwISkvic93ICjk9JdYkGeYR4hNK1N -JYCgzfNAJDq5xxYPkJWd9kc8+nlT0f//nPUVVPtYzGgw/WV0J01Wp8pOJZRdOzYk -LjOdaJE8vCoL+EMeYVSEgx2XebEV2l7d7z3gGVFKAmQfEhveNxBWNyJ/o9ELapEF -y1bsPqhjAgMBAAEwDQYJKoZIhvcNAQEFBQADgYEAfhj5E7KYqBLOfbOP1DjM1RQ1 -unG/yEbpN+hk0QNN7FHObSHvRfzSfVrZRxFKvZR8o4yN2RL39jkWsq92GGFSlQzF -pqGA7YjR1j4UGkY3xib3Vr1PsDZWqmH3CjxXTdo0Y28LtQ/QMt58c0wcwFwMCONJ -ynb4emD3n6Pw7GjyTYg= +KoZIhvcNAQEBBQADgY0AMIGJAoGBAIlYzFnmAsv/Ci4rgp3sWwkFGFYEBwiXx0Xz +auZ10nrOUz6Ce2FGVQBYFA09zi79iUyn86oLuTY0Kc/1emCZEPkmOW+hw1uk/TxG +5MqpEOZdsDv4xIqBHgtWv/d3kGubwSS5lia1l6EPvnzHvsQSM//xhkrJaF0fAHx5 +FMkilnvfAgMBAAGjIjAgMAkGA1UdEwQCMAAwEwYDVR0lBAwwCgYIKwYBBQUHAwIw +DQYJKoZIhvcNAQEFBQADgYEAJ47Q/4/hJMwTTpfcojv9KbZUTrve/wkabUrytNf3 +ogqhaIzgUr+vA9EMBc91Jg1WJC/0VMmTrTEggqrgd/prg4xcyATQOwNR1TiaWC4E +r3pWEpZZnEJSd4vtcciNFNsbuAt2m4Nc90gPNXKgNoe0+3nuxPLs/TIauwOSDF+I +oiw= -----END CERTIFICATE----- diff --git a/qpid/java/test-profiles/test_resources/ssl/app1.req b/qpid/java/test-profiles/test_resources/ssl/app1.req index f647ffb6e9..b4f1ff9a2c 100644 --- a/qpid/java/test-profiles/test_resources/ssl/app1.req +++ b/qpid/java/test-profiles/test_resources/ssl/app1.req @@ -1,10 +1,10 @@ -----BEGIN NEW CERTIFICATE REQUEST----- -MIIBoTCCAQoCAQAwYTELMAkGA1UEBhMCY2ExCzAJBgNVBAgTAm9uMRAwDgYDVQQHEwd0b3JvbnRv +MIIBoTCCAQoCAQAwYTELMAkGA1UEBhMCQ0ExCzAJBgNVBAgTAk9OMRAwDgYDVQQHEwdUb3JvbnRv MQ0wCwYDVQQKEwRhY21lMQwwCgYDVQQLEwNhcnQxFjAUBgNVBAMMDWFwcDFAYWNtZS5vcmcwgZ8w -DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKHJI2XPwISkvic93ICjk9JdYkGeYR4hNK1NJYCgzfNA -JDq5xxYPkJWd9kc8+nlT0f//nPUVVPtYzGgw/WV0J01Wp8pOJZRdOzYkLjOdaJE8vCoL+EMeYVSE -gx2XebEV2l7d7z3gGVFKAmQfEhveNxBWNyJ/o9ELapEFy1bsPqhjAgMBAAGgADANBgkqhkiG9w0B -AQQFAAOBgQAgmtr+de8dmT1zYKOOlMZNh9w9FJ/qsrk0Fj6yC8f1QKv2ZE8de5p62U7PKzbLzDML -kmiU9qSHzuucH3Za9zprQ/5t9zIffO2kr+OgPIzgwdNPjVfH5SQrZlZHyVI9lC/0Ou9uJPScj3Qm -B+lQOmY/tP854g+gqX7drBsP4pQHug== +DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAIlYzFnmAsv/Ci4rgp3sWwkFGFYEBwiXx0XzauZ10nrO +Uz6Ce2FGVQBYFA09zi79iUyn86oLuTY0Kc/1emCZEPkmOW+hw1uk/TxG5MqpEOZdsDv4xIqBHgtW +v/d3kGubwSS5lia1l6EPvnzHvsQSM//xhkrJaF0fAHx5FMkilnvfAgMBAAGgADANBgkqhkiG9w0B +AQQFAAOBgQADKx89mTCGIbrCE6lICLYDexGxexeaZaUDq7YgtyXVIs2wcVGcZJGolUARopMWgE+y +ryHTC4nvNCaBULyXGrzwPfzTJaVBiY4V5BoTrmz6Ofd73ZO6ZYNhy9bVLrb5VtDyldCj0EWz2lBe ++OzVUeII5KPopRtzXpMH3sB2OredUg== -----END NEW CERTIFICATE REQUEST----- diff --git a/qpid/java/test-profiles/test_resources/ssl/app2.crt b/qpid/java/test-profiles/test_resources/ssl/app2.crt index 641e2c89e1..5c889a4c31 100644 --- a/qpid/java/test-profiles/test_resources/ssl/app2.crt +++ b/qpid/java/test-profiles/test_resources/ssl/app2.crt @@ -1,14 +1,15 @@ -----BEGIN CERTIFICATE----- -MIICGjCCAYOgAwIBAgIFAJFV5aIwDQYJKoZIhvcNAQEFBQAwQTELMAkGA1UEBhMC +MIICPjCCAaegAwIBAgIFAJJRUXgwDQYJKoZIhvcNAQEFBQAwQTELMAkGA1UEBhMC Q0ExEDAOBgNVBAgTB09udGFyaW8xDTALBgNVBAoTBEFDTUUxETAPBgNVBAMTCE15 -Um9vdENBMB4XDTEwMDcwNjAyNTQ0N1oXDTEwMTAwNjAyNTQ0N1owYTELMAkGA1UE -BhMCY2ExCzAJBgNVBAgTAm9uMRAwDgYDVQQHEwd0b3JvbnRvMQ0wCwYDVQQKEwRh +Um9vdENBMB4XDTEwMTAxNDAyMzQxNVoXDTE1MTAxNDAyMzQxNVowYTELMAkGA1UE +BhMCQ0ExCzAJBgNVBAgTAk9OMRAwDgYDVQQHEwdUb3JvbnRvMQ0wCwYDVQQKEwRh Y21lMQwwCgYDVQQLEwNhcnQxFjAUBgNVBAMMDWFwcDJAYWNtZS5vcmcwgZ8wDQYJ -KoZIhvcNAQEBBQADgY0AMIGJAoGBAMqo9Z/4mDtK9/NpIMNa7h91aUIYNClV36V7 -iHFzxGnw6ubWb6FB6uEO2KFnjk+Jd0sUEbZI3OCjltbfqGBv8UDZ+3+vMF4HrGJ9 -+5YilFbhvZ8FGWCFjjh9gV0W0ptfsskcw0KCxmeHGHP8RbHoKS4Y79D2bkW1ovO6 -FzFx3uRfAgMBAAEwDQYJKoZIhvcNAQEFBQADgYEAXn3f8znVyItIDcC/4zjLczP8 -EbKEpRW656HccDTGygsfK+epyA8CO8RAtddW7epd1z0FCWakd2078pBe225w8/gA -PQDLlfi1vgAxwhh7xZz1UvtkT9scU/GTdmgg5lZYDBeCDVJ3kuY3t5yg47L3Xuwe -WutGKNQMrJlUfFUNG70= +KoZIhvcNAQEBBQADgY0AMIGJAoGBAJcIo3TSYxDa1OfmnDEP4qzLxmgyXC3n0Evu +2nJz0s5zljjItnwJ9UpOkYh/PQcpUWoM+qKeZYadXbGhp8M8nMrJtUPOAKgDmF6A +DKS9WL7u8kVCcEvBzLRD7bftEm2IPaRu72wOQai76hj11rYWHHkdAPem+C4ODqVn +y2NN3zDnAgMBAAGjIjAgMAkGA1UdEwQCMAAwEwYDVR0lBAwwCgYIKwYBBQUHAwIw +DQYJKoZIhvcNAQEFBQADgYEAc5FG8sDbK+i1703rJEwjJ9dCVXljN2jYL1sGXO2o +9O5Da0zKcQ+OMhLJUoJf38pJw+maYhtT0fKFLItXP/rlyWlaGRBjkcZjOZ2D/Hg5 +/8pEVwiyTYRoEnGKRawnedIbEyBAcgtnlbkTFWXtQmnmgVApSzTpALRn5/jUC1PU +Y3g= -----END CERTIFICATE----- diff --git a/qpid/java/test-profiles/test_resources/ssl/app2.req b/qpid/java/test-profiles/test_resources/ssl/app2.req index 52d1a7b8e0..53f3494168 100644 --- a/qpid/java/test-profiles/test_resources/ssl/app2.req +++ b/qpid/java/test-profiles/test_resources/ssl/app2.req @@ -1,10 +1,10 @@ -----BEGIN NEW CERTIFICATE REQUEST----- -MIIBoTCCAQoCAQAwYTELMAkGA1UEBhMCY2ExCzAJBgNVBAgTAm9uMRAwDgYDVQQHEwd0b3JvbnRv +MIIBoTCCAQoCAQAwYTELMAkGA1UEBhMCQ0ExCzAJBgNVBAgTAk9OMRAwDgYDVQQHEwdUb3JvbnRv MQ0wCwYDVQQKEwRhY21lMQwwCgYDVQQLEwNhcnQxFjAUBgNVBAMMDWFwcDJAYWNtZS5vcmcwgZ8w -DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMqo9Z/4mDtK9/NpIMNa7h91aUIYNClV36V7iHFzxGnw -6ubWb6FB6uEO2KFnjk+Jd0sUEbZI3OCjltbfqGBv8UDZ+3+vMF4HrGJ9+5YilFbhvZ8FGWCFjjh9 -gV0W0ptfsskcw0KCxmeHGHP8RbHoKS4Y79D2bkW1ovO6FzFx3uRfAgMBAAGgADANBgkqhkiG9w0B -AQQFAAOBgQC3rWDpHak7fbBf+FvdaqxEoIw+g43RsaDqdGX9ZJJ9ybDi50Xy/YzLiP5vRl3XU8mI -EoqN8ioZl83UXh95Lb6eW/S+ELgiwQh8npblRGpd/IobdKjEAKV1+i3reYqpsYI5L/8JNbcyIT4A -QOTc9itCc7O+klJzkmLqqpmlHhYX5A== +DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAJcIo3TSYxDa1OfmnDEP4qzLxmgyXC3n0Evu2nJz0s5z +ljjItnwJ9UpOkYh/PQcpUWoM+qKeZYadXbGhp8M8nMrJtUPOAKgDmF6ADKS9WL7u8kVCcEvBzLRD +7bftEm2IPaRu72wOQai76hj11rYWHHkdAPem+C4ODqVny2NN3zDnAgMBAAGgADANBgkqhkiG9w0B +AQQFAAOBgQAGNtSvXwdyujmMTaVQj2M2jZkgnVFtMBjDDmdz+wgzu8fKaej7e+fJi5owf31wJUUP +0Zi/6mBNj+blmqHjNQ9U3w9Rns0z3+1DbO3Yj48d75IuxQJJd+lXXjCFi2qSBhaNUwyOpzaI1AQo +JJTC1/WMaPENU9bgYYsOrmIhnbt5rQ== -----END NEW CERTIFICATE REQUEST----- diff --git a/qpid/java/test-profiles/test_resources/ssl/keystore.jks b/qpid/java/test-profiles/test_resources/ssl/keystore.jks index 5e0c2451e8..e3a850a248 100644 Binary files a/qpid/java/test-profiles/test_resources/ssl/keystore.jks and b/qpid/java/test-profiles/test_resources/ssl/keystore.jks differ -- cgit v1.2.1 From 4c4caa9a8e41235e5c1957020dbb525e2a507dfa Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Mon, 18 Oct 2010 16:06:19 +0000 Subject: QPID-2339 Added a test case for the above JIRA. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1023879 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/08StandaloneExcludes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/08StandaloneExcludes b/qpid/java/test-profiles/08StandaloneExcludes index 3e98a8a10f..0650707f00 100644 --- a/qpid/java/test-profiles/08StandaloneExcludes +++ b/qpid/java/test-profiles/08StandaloneExcludes @@ -16,3 +16,5 @@ org.apache.qpid.test.client.queue.QueuePolicyTest#testRejectPolicy // Those tests are written against the 0.10 path org.apache.qpid.test.unit.message.UTF8Test#* org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait + +org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnsupportedSASLMechanism -- cgit v1.2.1 From e0e0eda8308719a3da0a6f886395641b542eac54 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 31 Oct 2010 23:40:12 +0000 Subject: add ASF licence to Java .testprofile and exclude files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1029522 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/08StandaloneExcludes | 19 +++++++++++++++++++ qpid/java/test-profiles/CPPExcludes | 19 +++++++++++++++++++ qpid/java/test-profiles/CPPNoPrefetchExcludes | 19 +++++++++++++++++++ qpid/java/test-profiles/CPPPrefetchExcludes | 19 +++++++++++++++++++ qpid/java/test-profiles/CPPTransientExcludes | 19 +++++++++++++++++++ qpid/java/test-profiles/Excludes | 19 +++++++++++++++++++ qpid/java/test-profiles/Java010Excludes | 19 +++++++++++++++++++ qpid/java/test-profiles/JavaExcludes | 19 +++++++++++++++++++ qpid/java/test-profiles/JavaInVMExcludes | 19 +++++++++++++++++++ qpid/java/test-profiles/JavaPersistentExcludes | 19 +++++++++++++++++++ qpid/java/test-profiles/JavaStandaloneExcludes | 18 ++++++++++++++++++ qpid/java/test-profiles/JavaTransientExcludes | 19 +++++++++++++++++++ qpid/java/test-profiles/XAExcludes | 19 +++++++++++++++++++ qpid/java/test-profiles/cpp.async.excludes | 19 +++++++++++++++++++ qpid/java/test-profiles/cpp.async.testprofile | 18 ++++++++++++++++++ qpid/java/test-profiles/cpp.cluster.testprofile | 18 ++++++++++++++++++ qpid/java/test-profiles/cpp.excludes | 19 +++++++++++++++++++ qpid/java/test-profiles/cpp.noprefetch.testprofile | 18 ++++++++++++++++++ qpid/java/test-profiles/cpp.ssl.excludes | 19 +++++++++++++++++++ qpid/java/test-profiles/cpp.ssl.testprofile | 18 ++++++++++++++++++ qpid/java/test-profiles/cpp.testprofile | 18 ++++++++++++++++++ qpid/java/test-profiles/default.testprofile | 18 ++++++++++++++++++ qpid/java/test-profiles/java-derby.0.10.testprofile | 18 ++++++++++++++++++ qpid/java/test-profiles/java-derby.testprofile | 18 ++++++++++++++++++ qpid/java/test-profiles/java.0.10.testprofile | 18 ++++++++++++++++++ qpid/java/test-profiles/java.testprofile | 18 ++++++++++++++++++ 26 files changed, 483 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/08StandaloneExcludes b/qpid/java/test-profiles/08StandaloneExcludes index 0650707f00..214ee83bb2 100644 --- a/qpid/java/test-profiles/08StandaloneExcludes +++ b/qpid/java/test-profiles/08StandaloneExcludes @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + //====================================================================== //Exclude the following from brokers defaulting to the 0-8 protocol //====================================================================== diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 711a3954e4..e89b09cca2 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#* org.apache.qpid.client.ResetMessageListenerTest#* diff --git a/qpid/java/test-profiles/CPPNoPrefetchExcludes b/qpid/java/test-profiles/CPPNoPrefetchExcludes index df188ef628..ebcd430161 100644 --- a/qpid/java/test-profiles/CPPNoPrefetchExcludes +++ b/qpid/java/test-profiles/CPPNoPrefetchExcludes @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + org.apache.qpid.test.unit.transacted.TransactedTest#testRollback org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser diff --git a/qpid/java/test-profiles/CPPPrefetchExcludes b/qpid/java/test-profiles/CPPPrefetchExcludes index 6b0014b917..7ef52f89c7 100644 --- a/qpid/java/test-profiles/CPPPrefetchExcludes +++ b/qpid/java/test-profiles/CPPPrefetchExcludes @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + // those tests should be run with prefetch off org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth diff --git a/qpid/java/test-profiles/CPPTransientExcludes b/qpid/java/test-profiles/CPPTransientExcludes index 90b4251807..47f24db19c 100644 --- a/qpid/java/test-profiles/CPPTransientExcludes +++ b/qpid/java/test-profiles/CPPTransientExcludes @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + // those tests need durable subscribe states to be persisted org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index 6606a7e5ce..ff6993fa0b 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + org.apache.qpid.client.MultipleJCAProviderRegistrationTest#test // QPID-1715, QPID-1715 : Client Error Handling on close is still broken org.apache.qpid.server.queue.QueueCreateTest#testCreatePriorityString diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes index 6c3064f650..224d6abd10 100755 --- a/qpid/java/test-profiles/Java010Excludes +++ b/qpid/java/test-profiles/Java010Excludes @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + // Those tests are testing 0.8 specific semantics org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedNoTxP2P org.apache.qpid.test.testcases.ImmediateMessageTest#test_QPID_517_ImmediateFailsConsumerDisconnectedTxP2P diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 836d0ae6d7..c38a250abc 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + // Those tests are not finished org.apache.qpid.test.testcases.TTLTest#* org.apache.qpid.test.testcases.FailoverTest#* diff --git a/qpid/java/test-profiles/JavaInVMExcludes b/qpid/java/test-profiles/JavaInVMExcludes index a51ef1e4e2..7e7da4302e 100644 --- a/qpid/java/test-profiles/JavaInVMExcludes +++ b/qpid/java/test-profiles/JavaInVMExcludes @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + //====================================================================== //Exclude the following tests when running the InVM default test profile //====================================================================== diff --git a/qpid/java/test-profiles/JavaPersistentExcludes b/qpid/java/test-profiles/JavaPersistentExcludes index 24adfe05f4..240f6dc330 100644 --- a/qpid/java/test-profiles/JavaPersistentExcludes +++ b/qpid/java/test-profiles/JavaPersistentExcludes @@ -1,2 +1,21 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + //These tests require the MemoryMessageStore org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#* diff --git a/qpid/java/test-profiles/JavaStandaloneExcludes b/qpid/java/test-profiles/JavaStandaloneExcludes index e2d91a8586..d208a20d15 100644 --- a/qpid/java/test-profiles/JavaStandaloneExcludes +++ b/qpid/java/test-profiles/JavaStandaloneExcludes @@ -1,3 +1,21 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// // This is a long running test so should exclude from normal runs org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover diff --git a/qpid/java/test-profiles/JavaTransientExcludes b/qpid/java/test-profiles/JavaTransientExcludes index 2fc3005a0f..2ea46795d9 100644 --- a/qpid/java/test-profiles/JavaTransientExcludes +++ b/qpid/java/test-profiles/JavaTransientExcludes @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + //These tests require a persistent store org.apache.qpid.server.store.PersistentStoreTest#* diff --git a/qpid/java/test-profiles/XAExcludes b/qpid/java/test-profiles/XAExcludes index 1bb26c5f27..907864a730 100644 --- a/qpid/java/test-profiles/XAExcludes +++ b/qpid/java/test-profiles/XAExcludes @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + org.apache.qpid.test.unit.xa.QueueTest#* org.apache.qpid.test.unit.xa.TopicTest#* org.apache.qpid.test.unit.xa.FaultTest#* diff --git a/qpid/java/test-profiles/cpp.async.excludes b/qpid/java/test-profiles/cpp.async.excludes index b6479a00ba..d700538345 100644 --- a/qpid/java/test-profiles/cpp.async.excludes +++ b/qpid/java/test-profiles/cpp.async.excludes @@ -1,2 +1,21 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + // the C++ broker doesn't guarantee the order of messages on recovery org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash diff --git a/qpid/java/test-profiles/cpp.async.testprofile b/qpid/java/test-profiles/cpp.async.testprofile index ac8b98471e..c3d47f0ce6 100644 --- a/qpid/java/test-profiles/cpp.async.testprofile +++ b/qpid/java/test-profiles/cpp.async.testprofile @@ -1,3 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# include=cpp profile.excludes=CPPPrefetchExcludes broker.modules=--load-module ${broker.module.store} diff --git a/qpid/java/test-profiles/cpp.cluster.testprofile b/qpid/java/test-profiles/cpp.cluster.testprofile index 4bfd4f69a2..22a082e85b 100644 --- a/qpid/java/test-profiles/cpp.cluster.testprofile +++ b/qpid/java/test-profiles/cpp.cluster.testprofile @@ -1,3 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# include=cpp broker.modules=--load-module ${broker.module.cluster} --cluster-name cpp-java-test-cluster diff --git a/qpid/java/test-profiles/cpp.excludes b/qpid/java/test-profiles/cpp.excludes index 64417a0edc..c8fae1797e 100644 --- a/qpid/java/test-profiles/cpp.excludes +++ b/qpid/java/test-profiles/cpp.excludes @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + //====================================================================== //Exclude the following tests when running all cpp test profilies //====================================================================== diff --git a/qpid/java/test-profiles/cpp.noprefetch.testprofile b/qpid/java/test-profiles/cpp.noprefetch.testprofile index b43bdd5722..4764cb576b 100644 --- a/qpid/java/test-profiles/cpp.noprefetch.testprofile +++ b/qpid/java/test-profiles/cpp.noprefetch.testprofile @@ -1,3 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# include=cpp profile.excludes=CPPTransientExcludes CPPNoPrefetchExcludes max_prefetch=0 diff --git a/qpid/java/test-profiles/cpp.ssl.excludes b/qpid/java/test-profiles/cpp.ssl.excludes index 1828581d55..4d499c57b9 100644 --- a/qpid/java/test-profiles/cpp.ssl.excludes +++ b/qpid/java/test-profiles/cpp.ssl.excludes @@ -1 +1,20 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + #org.apache.qpid.test.client.failover.FailoverTest#* diff --git a/qpid/java/test-profiles/cpp.ssl.testprofile b/qpid/java/test-profiles/cpp.ssl.testprofile index 9f2581a83a..bf71384835 100644 --- a/qpid/java/test-profiles/cpp.ssl.testprofile +++ b/qpid/java/test-profiles/cpp.ssl.testprofile @@ -1,3 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# include=cpp broker.modules=--load-module ${broker.module.ssl} --ssl-cert-name localhost.localdomain --ssl-cert-password-file ${test.profiles}/test_resources/ssl/pfile --ssl-cert-db ${test.profiles}/test_resources/ssl/server_db/ --ssl-require-client-authentication --ssl-port @SSL_PORT diff --git a/qpid/java/test-profiles/cpp.testprofile b/qpid/java/test-profiles/cpp.testprofile index f6d8d6f353..694e22f48c 100644 --- a/qpid/java/test-profiles/cpp.testprofile +++ b/qpid/java/test-profiles/cpp.testprofile @@ -1,3 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# broker.version=0-10 broker.language=cpp diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index ebab069af9..df8148f787 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -1,3 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# java.naming.factory.initial=org.apache.qpid.jndi.PropertiesFileInitialContextFactory java.naming.provider.url=${test.profiles}/test-provider.properties diff --git a/qpid/java/test-profiles/java-derby.0.10.testprofile b/qpid/java/test-profiles/java-derby.0.10.testprofile index 8c53a9423a..ca9115d30d 100644 --- a/qpid/java/test-profiles/java-derby.0.10.testprofile +++ b/qpid/java/test-profiles/java-derby.0.10.testprofile @@ -1,3 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# broker.language=java broker.version=0-10 broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile index a88f2d852d..d22e35f07e 100644 --- a/qpid/java/test-profiles/java-derby.testprofile +++ b/qpid/java/test-profiles/java-derby.testprofile @@ -1,3 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# broker.language=java broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT --exclude-0-10 @PORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work diff --git a/qpid/java/test-profiles/java.0.10.testprofile b/qpid/java/test-profiles/java.0.10.testprofile index f03edec321..fa87b22e92 100644 --- a/qpid/java/test-profiles/java.0.10.testprofile +++ b/qpid/java/test-profiles/java.0.10.testprofile @@ -1,3 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# broker.language=java broker.version=0-10 broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml diff --git a/qpid/java/test-profiles/java.testprofile b/qpid/java/test-profiles/java.testprofile index c7d6725d68..c8c776d3e1 100644 --- a/qpid/java/test-profiles/java.testprofile +++ b/qpid/java/test-profiles/java.testprofile @@ -1,3 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# broker.language=java broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT --exclude-0-10 @PORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work -- cgit v1.2.1 From 994c1439cce8f9bf9e9f858e5729652ede9a39f2 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Fri, 21 Jan 2011 15:55:53 +0000 Subject: QPID-2902: remove exclusion for LargeMessageTest, I believe QPID-3010 also resolves this issue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1061866 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Java010Excludes | 1 - 1 file changed, 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes index 224d6abd10..8500e6b3aa 100755 --- a/qpid/java/test-profiles/Java010Excludes +++ b/qpid/java/test-profiles/Java010Excludes @@ -93,6 +93,5 @@ org.apache.qpid.test.unit.ack.RecoverTest#testRecoverInAutoAckListener //Temporarily adding the following until the issues are sorted out. //Should probably raise JIRAs for them. org.apache.qpid.transport.network.mina.MINANetworkDriverTest#* -org.apache.qpid.test.unit.basic.LargeMessageTest#* org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testCreateExchange org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testBrowseMode -- cgit v1.2.1 From 13f37429f7870d2a85306a0a34aae4cd9ccb1f55 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Thu, 27 Jan 2011 11:19:19 +0000 Subject: QPID-3022: enable the logging tests and fix issues causing failures due to minor differences between 0-10 and 0-9 behaviour git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1064086 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Java010Excludes | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes index 8500e6b3aa..3486d5c70c 100755 --- a/qpid/java/test-profiles/Java010Excludes +++ b/qpid/java/test-profiles/Java010Excludes @@ -40,26 +40,10 @@ org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#* // QPID-1727 , QPID-1726 :c++ broker does not support flow to disk on transient queues. Also it requries a persistent store impl. for Apache org.apache.qpid.test.client.QueueBrowsingFlowToDiskTest#* -// 0-10 Broker does not follow the same Logging convention as the Java broker -org.apache.qpid.server.logging.AccessControlLoggingTest#* -org.apache.qpid.server.logging.AlertingTest#* -org.apache.qpid.server.logging.BindingLoggingTest#* -org.apache.qpid.server.logging.BrokerLoggingTest#* +// 0-10 and 0-9 connections dont generate the exact same logging due to protocol differences org.apache.qpid.server.logging.ChannelLoggingTest#testChannelStartsFlowStopped org.apache.qpid.server.logging.ChannelLoggingTest#testChannelStartConsumerFlowStarted -org.apache.qpid.server.logging.ChannelLoggingTest#testChannelStartConsumerFlowStarted -org.apache.qpid.server.logging.DerbyMessageStoreLoggingTest#* -org.apache.qpid.server.logging.DurableQueueLoggingTest#* -org.apache.qpid.server.logging.ExchangeLoggingTest#* -org.apache.qpid.server.logging.ManagementLoggingTest#* -org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#* -org.apache.qpid.server.logging.QueueLoggingTest#* -org.apache.qpid.server.logging.SubscriptionLoggingTest#* -org.apache.qpid.server.logging.TransientQueueLoggingTest#* -org.apache.qpid.server.logging.VirtualHostLoggingTest#* -org.apache.qpid.server.logging.messages.* -org.apache.qpid.server.logging.subjects.* -org.apache.qpid.server.logging.actors.* +org.apache.qpid.server.logging.SubscriptionLoggingTest#testSubscriptionSuspend // 0-10 Broker does not have a JMX connection MBean org.apache.qpid.management.jmx.ManagementActorLoggingTest#testConnectionCloseViaManagement -- cgit v1.2.1 From ab57937c2f608245bae1671e52620cd4daf96414 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Fri, 4 Feb 2011 08:14:00 +0000 Subject: QPID-1670: Implement an UncaughtExceptionHandler to log exceptions causing the permature termination of Qpid client threads. Applied patch from Keith Wall git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1067108 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/08StandaloneExcludes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/08StandaloneExcludes b/qpid/java/test-profiles/08StandaloneExcludes index 214ee83bb2..b482a14c6d 100644 --- a/qpid/java/test-profiles/08StandaloneExcludes +++ b/qpid/java/test-profiles/08StandaloneExcludes @@ -34,6 +34,6 @@ org.apache.qpid.test.client.queue.QueuePolicyTest#testRejectPolicy // Those tests are written against the 0.10 path org.apache.qpid.test.unit.message.UTF8Test#* -org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait +org.apache.qpid.client.MessageListenerTest#testSynchronousReceiveNoWait org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnsupportedSASLMechanism -- cgit v1.2.1 From 50bc243ed39f0b4befec2c3c98a6a62d6df8e064 Mon Sep 17 00:00:00 2001 From: Andrew Donald Kennedy Date: Fri, 4 Mar 2011 15:07:04 +0000 Subject: QPID-3113: Exclude ChannelCloseTest from 0-10 profiles only git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1077988 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Java010Excludes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes index 3486d5c70c..ed316efd42 100755 --- a/qpid/java/test-profiles/Java010Excludes +++ b/qpid/java/test-profiles/Java010Excludes @@ -74,6 +74,9 @@ org.apache.qpid.test.unit.publish.DirtyTransactedPublishTest#* org.apache.qpid.test.client.RollbackOrderTest#testOrderingAfterRollbackOnMessage org.apache.qpid.test.unit.ack.RecoverTest#testRecoverInAutoAckListener +// This test uses 0-8 channel frames +org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#* + //Temporarily adding the following until the issues are sorted out. //Should probably raise JIRAs for them. org.apache.qpid.transport.network.mina.MINANetworkDriverTest#* -- cgit v1.2.1 From 1ada43bfe1b1c717fd52b8a75e6bbf852b19e543 Mon Sep 17 00:00:00 2001 From: Andrew Donald Kennedy Date: Fri, 4 Mar 2011 15:07:42 +0000 Subject: QPID-2084, QPID-3111: Enable DynamicQueueExchangeCreateTest for 0-10 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1077990 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Java010Excludes | 3 --- 1 file changed, 3 deletions(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes index ed316efd42..927b220696 100755 --- a/qpid/java/test-profiles/Java010Excludes +++ b/qpid/java/test-profiles/Java010Excludes @@ -54,9 +54,6 @@ org.apache.qpid.server.queue.ModelTest#* // 0-10 is not supported by the MethodRegistry org.apache.qpid.test.unit.close.JavaServerCloseRaceConditionTest#* -// QPID-2084 : this test needs more work for 0-10 -org.apache.qpid.test.unit.client.DynamicQueueExchangeCreateTest#* - //QPID-942 : Implemented Channel.Flow based Producer Side flow control to the Java Broker (not in CPP Broker) org.apache.qpid.server.queue.ProducerFlowControlTest#* -- cgit v1.2.1 From 5c797b1f2ebce8b79f118dc64cd0c1b3b9efd23c Mon Sep 17 00:00:00 2001 From: Andrew Donald Kennedy Date: Tue, 8 Mar 2011 00:11:30 +0000 Subject: QPID-2985: Add producer configurable transaction timeouts Port of QPID-2864 changes from 0.5.x-dev branch to trunk. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1079042 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/CPPExcludes | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index e89b09cca2..4127682208 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -165,6 +165,11 @@ org.apache.qpid.server.security.firewall.FirewallConfigTest#* org.apache.qpid.server.security.firewall.FirewallConfigurationTest#* org.apache.qpid.server.plugins.PluginTest#* +// Transacion timeouts not implemented in CPP broker +org.apache.qpid.test.unit.transacted.TransactionTimeoutDisabledTest#* +org.apache.qpid.test.unit.transacted.TransactionTimeoutConfigurationTest#* +org.apache.qpid.test.unit.transacted.TransactionTimeoutTest#* + // Java broker only org.apache.qpid.server.logging.management.LoggingManagementMBeanTest#* org.apache.qpid.server.management.AMQUserManagementMBeanTest#* -- cgit v1.2.1 From b387fc19a0dc062e95659ad34360ea942790e49e Mon Sep 17 00:00:00 2001 From: Andrew Donald Kennedy Date: Tue, 8 Mar 2011 00:14:59 +0000 Subject: QPID-2984: Add statistics generation for broker message delivery Port of QPID-2932 changes from 0.5.x-dev branch to trunk. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1079043 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Java010Excludes | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes index 927b220696..c05aad0cb1 100755 --- a/qpid/java/test-profiles/Java010Excludes +++ b/qpid/java/test-profiles/Java010Excludes @@ -47,6 +47,7 @@ org.apache.qpid.server.logging.SubscriptionLoggingTest#testSubscriptionSuspend // 0-10 Broker does not have a JMX connection MBean org.apache.qpid.management.jmx.ManagementActorLoggingTest#testConnectionCloseViaManagement +org.apache.qpid.management.jmx.MessageConnectionStatisticsTest#* // 0-10 has different ideas about clientid and ownership of queues org.apache.qpid.server.queue.ModelTest#* -- cgit v1.2.1 From 17baa5e47a3053b660efdc1dbe65d3ae710096c7 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Wed, 23 Mar 2011 00:11:34 +0000 Subject: QPID-2930 Excluding the testGetPropertyNames test case until we make a decision on whether to apply the same fix for 0-8 codepath. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1084420 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/08StandaloneExcludes | 2 ++ qpid/java/test-profiles/JavaInVMExcludes | 2 ++ 2 files changed, 4 insertions(+) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/08StandaloneExcludes b/qpid/java/test-profiles/08StandaloneExcludes index b482a14c6d..43eb1f8ee5 100644 --- a/qpid/java/test-profiles/08StandaloneExcludes +++ b/qpid/java/test-profiles/08StandaloneExcludes @@ -37,3 +37,5 @@ org.apache.qpid.test.unit.message.UTF8Test#* org.apache.qpid.client.MessageListenerTest#testSynchronousReceiveNoWait org.apache.qpid.test.unit.client.connection.ConnectionTest#testUnsupportedSASLMechanism + +org.apache.qpid.test.unit.message.JMSPropertiesTest#testGetPropertyNames diff --git a/qpid/java/test-profiles/JavaInVMExcludes b/qpid/java/test-profiles/JavaInVMExcludes index 7e7da4302e..7960b28d81 100644 --- a/qpid/java/test-profiles/JavaInVMExcludes +++ b/qpid/java/test-profiles/JavaInVMExcludes @@ -41,3 +41,5 @@ org.apache.qpid.test.unit.ack.RecoverTest#testOderingWithSyncConsumer //The VM broker does not export the logging management JMX MBean org.apache.qpid.server.security.acl.ExternalAdminACLTest#* + +org.apache.qpid.test.unit.message.JMSPropertiesTest#testGetPropertyNames -- cgit v1.2.1