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 2017/01/20 10:09:20 UTC

svn commit: r1779598 - in /qpid/java/trunk/test-profiles: Java10BrokenTestsExcludes Java10Excludes

Author: kwall
Date: Fri Jan 20 10:09:19 2017
New Revision: 1779598

URL: http://svn.apache.org/viewvc?rev=1779598&view=rev
Log:
QPID-7546: [System Tests] Disable NoLocalAfterRecoveryTest on persistent AMQP 1.0 profile (requires subscriptions).

Also disabled QpidConnectionFactoryProxyTest (requires JCA).

Modified:
    qpid/java/trunk/test-profiles/Java10BrokenTestsExcludes
    qpid/java/trunk/test-profiles/Java10Excludes

Modified: qpid/java/trunk/test-profiles/Java10BrokenTestsExcludes
URL: http://svn.apache.org/viewvc/qpid/java/trunk/test-profiles/Java10BrokenTestsExcludes?rev=1779598&r1=1779597&r2=1779598&view=diff
==============================================================================
--- qpid/java/trunk/test-profiles/Java10BrokenTestsExcludes (original)
+++ qpid/java/trunk/test-profiles/Java10BrokenTestsExcludes Fri Jan 20 10:09:19 2017
@@ -65,3 +65,6 @@ org.apache.qpid.test.unit.topic.Temporar
 // These tests require some way to set properties on the link established by the client
 org.apache.qpid.server.queue.ConsumerPriorityTest#*
 org.apache.qpid.server.queue.ArrivalTimeFilterTest#*
+
+// Theses tests require durable subscriptions
+org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#*

Modified: qpid/java/trunk/test-profiles/Java10Excludes
URL: http://svn.apache.org/viewvc/qpid/java/trunk/test-profiles/Java10Excludes?rev=1779598&r1=1779597&r2=1779598&view=diff
==============================================================================
--- qpid/java/trunk/test-profiles/Java10Excludes (original)
+++ qpid/java/trunk/test-profiles/Java10Excludes Fri Jan 20 10:09:19 2017
@@ -31,6 +31,7 @@ org.apache.qpid.test.unit.xa.QueueTest#*
 org.apache.qpid.jms.xa.XAResourceTest#*
 org.apache.qpid.ra.QpidRAConnectionTest#*
 org.apache.qpid.ra.QpidRAXAResourceTest#*
+org.apache.qpid.ra.admin.QpidConnectionFactoryProxyTest#*
 
 
 // Exclude tests of AMQP 0-x features
@@ -183,11 +184,13 @@ org.apache.qpid.client.ssl.SSLTest#testC
 org.apache.qpid.client.ssl.SSLTest#testCreateSSLConnectionUsingSystemProperties
 org.apache.qpid.client.ssl.SSLTest#testSslConnectionOption
 org.apache.qpid.client.ssl.SSLTest#testVerifyLocalHost
-// Test frame does not allow us to override hostname
+// Test framework does not allow us to override hostname
 org.apache.qpid.client.ssl.SSLTest#testHostVerificationIsOnByDefault
 org.apache.qpid.client.ssl.SSLTest#testVerifyHostNameWithIncorrectHostname
 // 0-x client specific feature
 org.apache.qpid.client.ssl.SSLTest#testSslConnectionOptionOverridesBrokerlistOption
+/ Test is 0-10 specific
+org.apache.qpid.client.ssl.SSLTest#testMultipleCertsInSingleStore
 
 // Test assumes BURL and Connection URL format
 org.apache.qpid.systest.rest.ExportImportMessagesRestTest#testExtractImportEndToEnd



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