From ea698e61570219c56ada87aad248e53719c7585f Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Fri, 27 Jun 2008 14:24:51 +0000 Subject: QPID-1157: Added CC scripts and config files git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@672280 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cc/config/java/cpp.noprefetch.testprofile | 18 ++++++++++++++++++ qpid/cc/config/java/cpp.testprofile | 19 +++++++++++++++++++ qpid/cc/config/java/cppExcludeList | 15 +++++++++++++++ qpid/cc/config/java/cppNoPrefetchExcludeList | 18 ++++++++++++++++++ qpid/cc/config/java/java.testprofile | 18 ++++++++++++++++++ qpid/cc/config/java/javaExcludeList | 13 +++++++++++++ 6 files changed, 101 insertions(+) create mode 100644 qpid/cc/config/java/cpp.noprefetch.testprofile create mode 100644 qpid/cc/config/java/cpp.testprofile create mode 100644 qpid/cc/config/java/cppExcludeList create mode 100644 qpid/cc/config/java/cppNoPrefetchExcludeList create mode 100644 qpid/cc/config/java/java.testprofile create mode 100644 qpid/cc/config/java/javaExcludeList (limited to 'qpid/cc/config/java') diff --git a/qpid/cc/config/java/cpp.noprefetch.testprofile b/qpid/cc/config/java/cpp.noprefetch.testprofile new file mode 100644 index 0000000000..a69a5295f5 --- /dev/null +++ b/qpid/cc/config/java/cpp.noprefetch.testprofile @@ -0,0 +1,18 @@ +broker.version=0-10 +broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir +broker.clean=${project.root}/clean-dir ${build.data} +java.naming.provider.url=${project.root}/test-provider.properties +test.excludes=true +broker.ready=Listening on TCP port +test.excludesfile=${project.root}/cppNoPrefetchExcludeList +log=info +amqj.logging.level=$log +root.logging.level=$log +log4j.configuration=file://${project.root}/log4j-test.xml +test.fork=no +test.mem=512M +test=*Test +haltonfailure=no +haltonerror=no +max_prefetch=0 +exclude.modules=systests \ No newline at end of file diff --git a/qpid/cc/config/java/cpp.testprofile b/qpid/cc/config/java/cpp.testprofile new file mode 100644 index 0000000000..63b36638ad --- /dev/null +++ b/qpid/cc/config/java/cpp.testprofile @@ -0,0 +1,19 @@ +broker.version=0-10 +broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir +broker.clean=${project.root}/clean-dir ${build.data} +java.naming.provider.url=${project.root}/test-provider.properties +test.excludes=true +test.excludesfile=${project.root}/010AsyncExcludeList +broker.ready=Listening on TCP port +log=info +amqj.logging.level=$log +root.logging.level=$log +log4j.configuration=file://${project.root}/log4j-test.xml +test.fork=no +test.mem=512M +test=*Test +test1=*Tests +haltonfailure=no +haltonerror=no +max_prefetch=1000 +exclude.modules=systests \ No newline at end of file diff --git a/qpid/cc/config/java/cppExcludeList b/qpid/cc/config/java/cppExcludeList new file mode 100644 index 0000000000..ff93dd00b8 --- /dev/null +++ b/qpid/cc/config/java/cppExcludeList @@ -0,0 +1,15 @@ +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 +// 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 +// the 0.10 c++ broker does not implement forget +org.apache.qpid.test.unit.xa.FaultTest#testForget +// removed because of bug 445500 +// org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityAUTOACK +// org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityNOACKSessionPerConnection \ No newline at end of file diff --git a/qpid/cc/config/java/cppNoPrefetchExcludeList b/qpid/cc/config/java/cppNoPrefetchExcludeList new file mode 100644 index 0000000000..173d837ab1 --- /dev/null +++ b/qpid/cc/config/java/cppNoPrefetchExcludeList @@ -0,0 +1,18 @@ +// those tests use 0.8 semantics +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 is not finished +org.apache.qpid.test.testcases.TTLTest#* +// the 0.10 c++ broker does not implement forget +org.apache.qpid.test.unit.xa.FaultTest#testForget +// See Bug 443031 +org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash +// removed because of bug 445500 +// org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityAUTOACK +// org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityNOACKSessionPerConnection +// trace sent to Gordon +// org.apache.qpid.test.unit.basic.SelectorTest#* \ No newline at end of file diff --git a/qpid/cc/config/java/java.testprofile b/qpid/cc/config/java/java.testprofile new file mode 100644 index 0000000000..a0eacd0516 --- /dev/null +++ b/qpid/cc/config/java/java.testprofile @@ -0,0 +1,18 @@ +broker.version=0-8 +broker=vm +broker.clean=${project.root}/clean-dir ${build.data} +java.naming.provider.url=${project.root}/test-provider.properties +test.excludes=true +test.excludesfile=${project.root}/08ExcludeList +log=info +amqj.logging.level=$log +root.logging.level=$log +log4j.configuration=file://${project.root}/log4j-test.xml +test.fork=no +test.mem=512M +test=*Test +test1=*Tests +haltonfailure=no +haltonerror=no +max_prefetch=1000 +exclude.modules=systests \ No newline at end of file diff --git a/qpid/cc/config/java/javaExcludeList b/qpid/cc/config/java/javaExcludeList new file mode 100644 index 0000000000..5e5bf715ad --- /dev/null +++ b/qpid/cc/config/java/javaExcludeList @@ -0,0 +1,13 @@ +org.apache.qpid.test.unit.xa.QueueTest#* +org.apache.qpid.test.unit.xa.TopicTest#* +org.apache.qpid.test.unit.xa.FaultTest#* +org.apache.qpid.test.unit.ct.DurableSubscriberTests#* +// those tests are failing see: QPID- +org.apache.qpid.test.unit.topic.TopicSessionTest#testNoLocal +// known issue +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurableWithInvalidSelector +// Those tests are not finished +org.apache.qpid.test.testcases.TTLTest#* +org.apache.qpid.test.testcases.FailoverTest#* +// See qpid-1144 +org.apache.qpid.test.testcases.ImmediateMessageTest#* -- cgit v1.2.1 From 4bec5de15d2d41861e67d7cc0c336e2e78dd321b Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Tue, 1 Jul 2008 12:45:33 +0000 Subject: QPID-1157: Updated scripts git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@673071 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cc/config/java/cpp.noprefetch.testprofile | 4 ++-- qpid/cc/config/java/cpp.testprofile | 9 ++++----- qpid/cc/config/java/java.testprofile | 7 +++---- 3 files changed, 9 insertions(+), 11 deletions(-) (limited to 'qpid/cc/config/java') diff --git a/qpid/cc/config/java/cpp.noprefetch.testprofile b/qpid/cc/config/java/cpp.noprefetch.testprofile index a69a5295f5..3654e271dc 100644 --- a/qpid/cc/config/java/cpp.noprefetch.testprofile +++ b/qpid/cc/config/java/cpp.noprefetch.testprofile @@ -1,9 +1,10 @@ broker.version=0-10 broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir broker.clean=${project.root}/clean-dir ${build.data} +broker.ready=Listening on TCP port java.naming.provider.url=${project.root}/test-provider.properties +max_prefetch=0 test.excludes=true -broker.ready=Listening on TCP port test.excludesfile=${project.root}/cppNoPrefetchExcludeList log=info amqj.logging.level=$log @@ -14,5 +15,4 @@ test.mem=512M test=*Test haltonfailure=no haltonerror=no -max_prefetch=0 exclude.modules=systests \ No newline at end of file diff --git a/qpid/cc/config/java/cpp.testprofile b/qpid/cc/config/java/cpp.testprofile index 63b36638ad..15db7f93bc 100644 --- a/qpid/cc/config/java/cpp.testprofile +++ b/qpid/cc/config/java/cpp.testprofile @@ -1,10 +1,11 @@ broker.version=0-10 broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir broker.clean=${project.root}/clean-dir ${build.data} +broker.ready=Listening on TCP port java.naming.provider.url=${project.root}/test-provider.properties +max_prefetch=1000 test.excludes=true -test.excludesfile=${project.root}/010AsyncExcludeList -broker.ready=Listening on TCP port +test.excludesfile=${project.root}/cppExcludeList log=info amqj.logging.level=$log root.logging.level=$log @@ -12,8 +13,6 @@ log4j.configuration=file://${project.root}/log4j-test.xml test.fork=no test.mem=512M test=*Test -test1=*Tests haltonfailure=no haltonerror=no -max_prefetch=1000 -exclude.modules=systests \ No newline at end of file +exclude.modules=systests diff --git a/qpid/cc/config/java/java.testprofile b/qpid/cc/config/java/java.testprofile index a0eacd0516..6f988dc261 100644 --- a/qpid/cc/config/java/java.testprofile +++ b/qpid/cc/config/java/java.testprofile @@ -3,16 +3,15 @@ broker=vm broker.clean=${project.root}/clean-dir ${build.data} java.naming.provider.url=${project.root}/test-provider.properties test.excludes=true -test.excludesfile=${project.root}/08ExcludeList +test.excludesfile=${project.root}/javaExcludeList log=info +max_prefetch=1000 amqj.logging.level=$log root.logging.level=$log -log4j.configuration=file://${project.root}/log4j-test.xml +log4j.configuration=file:///${project.root}/log4j-test.xml test.fork=no test.mem=512M test=*Test -test1=*Tests haltonfailure=no haltonerror=no -max_prefetch=1000 exclude.modules=systests \ No newline at end of file -- cgit v1.2.1 From 62de9b7b453654cd78d65904aa15c207ed7f384a Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Wed, 23 Jul 2008 15:02:22 +0000 Subject: qpid-1157: added jms tck scripts + README file + config file for setting email related properties git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@679105 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cc/config/java/cpp.noprefetch.testprofile | 16 +-------- qpid/cc/config/java/cpp.testprofile | 17 +-------- qpid/cc/config/java/cppExcludeList | 15 -------- qpid/cc/config/java/cppNoPrefetchExcludeList | 49 +++++++++++++++++++++----- qpid/cc/config/java/java.testprofile | 17 --------- qpid/cc/config/java/javaExcludeList | 13 ------- qpid/cc/config/java/jndi.properties | 21 +++++++++++ 7 files changed, 64 insertions(+), 84 deletions(-) delete mode 100644 qpid/cc/config/java/cppExcludeList delete mode 100644 qpid/cc/config/java/java.testprofile delete mode 100644 qpid/cc/config/java/javaExcludeList create mode 100644 qpid/cc/config/java/jndi.properties (limited to 'qpid/cc/config/java') diff --git a/qpid/cc/config/java/cpp.noprefetch.testprofile b/qpid/cc/config/java/cpp.noprefetch.testprofile index 3654e271dc..d4176e9efd 100644 --- a/qpid/cc/config/java/cpp.noprefetch.testprofile +++ b/qpid/cc/config/java/cpp.noprefetch.testprofile @@ -1,18 +1,4 @@ broker.version=0-10 broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir -broker.clean=${project.root}/clean-dir ${build.data} -broker.ready=Listening on TCP port -java.naming.provider.url=${project.root}/test-provider.properties max_prefetch=0 -test.excludes=true -test.excludesfile=${project.root}/cppNoPrefetchExcludeList -log=info -amqj.logging.level=$log -root.logging.level=$log -log4j.configuration=file://${project.root}/log4j-test.xml -test.fork=no -test.mem=512M -test=*Test -haltonfailure=no -haltonerror=no -exclude.modules=systests \ No newline at end of file +test.excludesfile=${project.root}/cppNoPrefetchExcludeList \ No newline at end of file diff --git a/qpid/cc/config/java/cpp.testprofile b/qpid/cc/config/java/cpp.testprofile index 15db7f93bc..7dcf75bac9 100644 --- a/qpid/cc/config/java/cpp.testprofile +++ b/qpid/cc/config/java/cpp.testprofile @@ -1,18 +1,3 @@ broker.version=0-10 broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir -broker.clean=${project.root}/clean-dir ${build.data} -broker.ready=Listening on TCP port -java.naming.provider.url=${project.root}/test-provider.properties -max_prefetch=1000 -test.excludes=true -test.excludesfile=${project.root}/cppExcludeList -log=info -amqj.logging.level=$log -root.logging.level=$log -log4j.configuration=file://${project.root}/log4j-test.xml -test.fork=no -test.mem=512M -test=*Test -haltonfailure=no -haltonerror=no -exclude.modules=systests +test.excludesfile=${project.root}/010ExcludeList-store diff --git a/qpid/cc/config/java/cppExcludeList b/qpid/cc/config/java/cppExcludeList deleted file mode 100644 index ff93dd00b8..0000000000 --- a/qpid/cc/config/java/cppExcludeList +++ /dev/null @@ -1,15 +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 -// 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 -// the 0.10 c++ broker does not implement forget -org.apache.qpid.test.unit.xa.FaultTest#testForget -// removed because of bug 445500 -// org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityAUTOACK -// org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityNOACKSessionPerConnection \ No newline at end of file diff --git a/qpid/cc/config/java/cppNoPrefetchExcludeList b/qpid/cc/config/java/cppNoPrefetchExcludeList index 173d837ab1..311c94d5ec 100644 --- a/qpid/cc/config/java/cppNoPrefetchExcludeList +++ b/qpid/cc/config/java/cppNoPrefetchExcludeList @@ -1,18 +1,51 @@ -// those tests use 0.8 semantics 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 +//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 -// See Bug 443031 -org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash -// removed because of bug 445500 -// org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityAUTOACK -// org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityNOACKSessionPerConnection -// trace sent to Gordon -// org.apache.qpid.test.unit.basic.SelectorTest#* \ No newline at end of file +// 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 + diff --git a/qpid/cc/config/java/java.testprofile b/qpid/cc/config/java/java.testprofile deleted file mode 100644 index 6f988dc261..0000000000 --- a/qpid/cc/config/java/java.testprofile +++ /dev/null @@ -1,17 +0,0 @@ -broker.version=0-8 -broker=vm -broker.clean=${project.root}/clean-dir ${build.data} -java.naming.provider.url=${project.root}/test-provider.properties -test.excludes=true -test.excludesfile=${project.root}/javaExcludeList -log=info -max_prefetch=1000 -amqj.logging.level=$log -root.logging.level=$log -log4j.configuration=file:///${project.root}/log4j-test.xml -test.fork=no -test.mem=512M -test=*Test -haltonfailure=no -haltonerror=no -exclude.modules=systests \ No newline at end of file diff --git a/qpid/cc/config/java/javaExcludeList b/qpid/cc/config/java/javaExcludeList deleted file mode 100644 index 5e5bf715ad..0000000000 --- a/qpid/cc/config/java/javaExcludeList +++ /dev/null @@ -1,13 +0,0 @@ -org.apache.qpid.test.unit.xa.QueueTest#* -org.apache.qpid.test.unit.xa.TopicTest#* -org.apache.qpid.test.unit.xa.FaultTest#* -org.apache.qpid.test.unit.ct.DurableSubscriberTests#* -// those tests are failing see: QPID- -org.apache.qpid.test.unit.topic.TopicSessionTest#testNoLocal -// known issue -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurableWithInvalidSelector -// Those tests are not finished -org.apache.qpid.test.testcases.TTLTest#* -org.apache.qpid.test.testcases.FailoverTest#* -// See qpid-1144 -org.apache.qpid.test.testcases.ImmediateMessageTest#* diff --git a/qpid/cc/config/java/jndi.properties b/qpid/cc/config/java/jndi.properties new file mode 100644 index 0000000000..c7e5f84d5a --- /dev/null +++ b/qpid/cc/config/java/jndi.properties @@ -0,0 +1,21 @@ +java.naming.factory.initial = org.apache.qpid.jndi.PropertiesFileInitialContextFactory + +connectionfactory.QueueConnectionFactory = amqp://username:password@topicClientid/test?brokerlist='tcp://localhost:qpid_port' +connectionfactory.TopicConnectionFactory = amqp://username:password@topicClientid/test?brokerlist='tcp://localhost:qpid_port' +connectionfactory.jms/DURABLE_SUB_CONNECTION_FACTORY = amqp://username:password@duralbeTopicClientid/test?brokerlist='tcp://localhost:qpid_port' +connectionfactory.jms/MyTopicConnectionFactory = amqp://username:password@myTopicClientid/test?brokerlist='tcp://localhost:qpid_port' +connectionfactory.jms/TopicConnectionFactory = amqp://username:password@jmsTopicClientid/test?brokerlist='tcp://localhost:qpid_port' + +queue.MY_QUEUE=MY_QUEUE +queue.MY_QUEUE2=MY_QUEUE2 +queue.testQ0=testQ0 +queue.testQ1=testQ1 +queue.testQ2=testQ2 +queue.testQueue2=testQueue2 +queue.Q2=Q2 + +topic.MY_TOPIC=MY_TOPIC +topic.MY_TOPIC1=MY_TOPIC1 + +destination.direct = direct://amq.direct//directQueue + -- cgit v1.2.1 From 4ee0f5ab99b03835a915783dcb9788f10cb0a5d6 Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Thu, 31 Jul 2008 10:46:57 +0000 Subject: qpid-1205: deleted cpp.sync profile, added cpp.noprefetch profile git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@681333 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cc/config/java/cpp.noprefetch.testprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cc/config/java') diff --git a/qpid/cc/config/java/cpp.noprefetch.testprofile b/qpid/cc/config/java/cpp.noprefetch.testprofile index d4176e9efd..694451e551 100644 --- a/qpid/cc/config/java/cpp.noprefetch.testprofile +++ b/qpid/cc/config/java/cpp.noprefetch.testprofile @@ -1,4 +1,4 @@ broker.version=0-10 broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir max_prefetch=0 -test.excludesfile=${project.root}/cppNoPrefetchExcludeList \ No newline at end of file +test.excludesfile=${project.root}/010ExcludeList-noPrefetch \ No newline at end of file -- cgit v1.2.1 From 5ec77e5be4feca03b2c13866286a6bec911ab4fc Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Thu, 31 Jul 2008 10:51:22 +0000 Subject: qpid-1205: deleted exclude list from cc git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@681336 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cc/config/java/cppNoPrefetchExcludeList | 51 ---------------------------- 1 file changed, 51 deletions(-) delete mode 100644 qpid/cc/config/java/cppNoPrefetchExcludeList (limited to 'qpid/cc/config/java') diff --git a/qpid/cc/config/java/cppNoPrefetchExcludeList b/qpid/cc/config/java/cppNoPrefetchExcludeList deleted file mode 100644 index 311c94d5ec..0000000000 --- a/qpid/cc/config/java/cppNoPrefetchExcludeList +++ /dev/null @@ -1,51 +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 -//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 - -- cgit v1.2.1 From de54a16ea46a41ec95cb888dddb7b9e91744ef40 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 19 Dec 2008 18:22:03 +0000 Subject: Added ASF licensing headers to the following files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728091 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cc/config/java/jndi.properties | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'qpid/cc/config/java') diff --git a/qpid/cc/config/java/jndi.properties b/qpid/cc/config/java/jndi.properties index c7e5f84d5a..9340163622 100644 --- a/qpid/cc/config/java/jndi.properties +++ b/qpid/cc/config/java/jndi.properties @@ -1,3 +1,24 @@ +# +# +# 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 connectionfactory.QueueConnectionFactory = amqp://username:password@topicClientid/test?brokerlist='tcp://localhost:qpid_port' -- 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/cc/config/java/cpp.noprefetch.testprofile | 20 +++++++++++++++++++- qpid/cc/config/java/cpp.testprofile | 18 ++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) (limited to 'qpid/cc/config/java') diff --git a/qpid/cc/config/java/cpp.noprefetch.testprofile b/qpid/cc/config/java/cpp.noprefetch.testprofile index 694451e551..07c158dd4e 100644 --- a/qpid/cc/config/java/cpp.noprefetch.testprofile +++ b/qpid/cc/config/java/cpp.noprefetch.testprofile @@ -1,4 +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. +# broker.version=0-10 broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir max_prefetch=0 -test.excludesfile=${project.root}/010ExcludeList-noPrefetch \ No newline at end of file +test.excludesfile=${project.root}/010ExcludeList-noPrefetch diff --git a/qpid/cc/config/java/cpp.testprofile b/qpid/cc/config/java/cpp.testprofile index 7dcf75bac9..28361c6b40 100644 --- a/qpid/cc/config/java/cpp.testprofile +++ b/qpid/cc/config/java/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=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir test.excludesfile=${project.root}/010ExcludeList-store -- cgit v1.2.1