You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2016/12/09 13:10:14 UTC

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

Author: orudyy
Date: Fri Dec  9 13:10:14 2016
New Revision: 1773375

URL: http://svn.apache.org/viewvc?rev=1773375&view=rev
Log:
QPID-7546 : Move excluded test CommitRollbackTest#testSend2ThenCloseAfter1andTryAgain from Java10BrokenTestsExcludes into Java10Excludes and update exclusion reason

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=1773375&r1=1773374&r2=1773375&view=diff
==============================================================================
--- qpid/java/trunk/test-profiles/Java10BrokenTestsExcludes (original)
+++ qpid/java/trunk/test-profiles/Java10BrokenTestsExcludes Fri Dec  9 13:10:14 2016
@@ -40,9 +40,6 @@ org.apache.qpid.systest.rest.PublishMess
 // the received message is being treated as an object message (because it lacks the necessary JMS annotation?)
 org.apache.qpid.systest.rest.PublishMessageRestTest#testPublishMapMessage
 
-// Tests failing waiting for messages - needs investigation
-org.apache.qpid.test.unit.transacted.CommitRollbackTest#testSend2ThenCloseAfter1andTryAgain
-
 // this test fails - likely a client bug with the modification racing the send
 org.apache.qpid.test.unit.basic.BytesMessageTest#testModificationAfterSend
 

Modified: qpid/java/trunk/test-profiles/Java10Excludes
URL: http://svn.apache.org/viewvc/qpid/java/trunk/test-profiles/Java10Excludes?rev=1773375&r1=1773374&r2=1773375&view=diff
==============================================================================
--- qpid/java/trunk/test-profiles/Java10Excludes (original)
+++ qpid/java/trunk/test-profiles/Java10Excludes Fri Dec  9 13:10:14 2016
@@ -47,6 +47,9 @@ org.apache.qpid.test.unit.topic.TopicSes
 // These tests explicitly meddle with prefetch - maybe there should be equivalents for AMQP 1.0
 org.apache.qpid.test.unit.transacted.CommitRollbackTest#testRollbackSessionAfterCreditExhausted
 
+// Excluded due to client issue QPIDJMS-231: Prefetched messages are not released on consumer close
+org.apache.qpid.test.unit.transacted.CommitRollbackTest#testSend2ThenCloseAfter1andTryAgain
+
 // This test covers the client version specific mechanisms for restricting the types of Object which can be sent via an ObjectMessage
 org.apache.qpid.client.message.ObjectMessageClassWhitelistingTest#*
 



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