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 2017/06/14 16:21:38 UTC

qpid-broker-j git commit: QPID-7635: Exclude anonymous producer tests from running against cpp broker

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master 322760c7c -> 77925a1a1


QPID-7635: Exclude anonymous producer tests from running against cpp broker


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/77925a1a
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/77925a1a
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/77925a1a

Branch: refs/heads/master
Commit: 77925a1a19a5b41a5daeb1cfce28273a5ba05fd4
Parents: 322760c
Author: Alex Rudyy <or...@apache.org>
Authored: Wed Jun 14 17:20:51 2017 +0100
Committer: Alex Rudyy <or...@apache.org>
Committed: Wed Jun 14 17:20:51 2017 +0100

----------------------------------------------------------------------
 test-profiles/CPPExcludes | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/77925a1a/test-profiles/CPPExcludes
----------------------------------------------------------------------
diff --git a/test-profiles/CPPExcludes b/test-profiles/CPPExcludes
index 9039b3e..21a0439 100755
--- a/test-profiles/CPPExcludes
+++ b/test-profiles/CPPExcludes
@@ -259,3 +259,7 @@ org.apache.qpid.systests.jms_2_0.*
 org.apache.qpid.tests.protocol.v1_0.*
 
 org.apache.qpid.server.queue.FlowToDiskTest#*
+
+// QPID-7818: Messages published into non existing queue are discarded on 0-10 path
+org.apache.qpid.systest.AnonymousProducerTest#testPublishIntoNonExistingQueue
+org.apache.qpid.systest.AnonymousProducerTest#testSyncPublishIntoNonExistingQueue


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