You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2018/03/12 16:44:12 UTC

[4/8] qpid-broker-j git commit: QPID-8123: [Broker-J] [BDB System Tests] Refactor MultiNodeTest and TwoNodeTest to remove knowledge of Qpid JMS AMQP 0-x client (code dependency and format of failover url).

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/c09a9a31/test-profiles/Java010Excludes
----------------------------------------------------------------------
diff --git a/test-profiles/Java010Excludes b/test-profiles/Java010Excludes
index 3557644..e72790c 100755
--- a/test-profiles/Java010Excludes
+++ b/test-profiles/Java010Excludes
@@ -25,8 +25,6 @@ org.apache.qpid.server.logging.ChannelLoggingTest#testChannelStartConsumerFlowSt
 org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#*
 org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#*
 
-org.apache.qpid.test.unit.client.AMQSessionTest#testQueueDepthForQueueThatDoesNotExistLegacyBehaviour_08_091
-
 
 # Exclude the JMS 2.0 test suite
 org.apache.qpid.systests.jms_2_0.*

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/c09a9a31/test-profiles/Java10Excludes
----------------------------------------------------------------------
diff --git a/test-profiles/Java10Excludes b/test-profiles/Java10Excludes
index 611c6b9..3265d94 100644
--- a/test-profiles/Java10Excludes
+++ b/test-profiles/Java10Excludes
@@ -17,9 +17,6 @@
 // under the License.
 //
 
-// Exclude client test of initial context factory, as the 1.0 profile uses the 1.0 context factory
-org.apache.qpid.jndi.PropertiesFileInitialContextFactoryTest#*
-
 // The binding logging tests focus on the behaviour of the old client with regard to creating (and binding) queues on
 // the creation of consumers.
 org.apache.qpid.server.logging.BindingLoggingTest#*
@@ -30,9 +27,6 @@ org.apache.qpid.server.logging.ChannelLoggingTest#testChannelStartConsumerFlowSt
 // This test is testing AMQP 0-x specific behaviour
 org.apache.qpid.server.logging.ChannelLoggingTest#testChannelClosedOnExclusiveQueueDeclaredOnDifferentSession
 
-// This test is checking features of the 0-x client specific implementation of Session
-org.apache.qpid.test.unit.client.AMQSessionTest#*
-
 // Tests the interaction between the Broker's supported protocols and what the 0-x client agrees to
 org.apache.qpid.server.SupportedProtocolVersionsTest#*
 
@@ -40,10 +34,6 @@ org.apache.qpid.server.SupportedProtocolVersionsTest#*
 org.apache.qpid.server.logging.ConsumerLoggingTest#testSubscriptionCreateDurable
 org.apache.qpid.server.logging.ConsumerLoggingTest#testSubscriptionCreateDurableWithArguments
 
-// Tests assume BURL and/or Connection URL formats
-org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest#*
-org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest#*
-
 // These tests assume names of queues backing durable subscriptions
 org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest#testConsumptionOfUpgradedMessages
 org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest#testDurableSubscriptionWithoutSelector


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org