Author: kwall Date: Wed Feb 22 09:19:05 2012 New Revision: 1292207 URL: http://svn.apache.org/viewvc?rev=1292207&view=rev Log: QPID-3865: Remove unreliable CancelTest
This test case is seen to fail occasionally on a slower CI box. The failure is a test issue; it uses a non-transactional producer to send the single test message, so the message may not have made it to the broker by the time the QueueBrowser is created. When the test fails, the browser sees no messages. The test won't be fixed as the test is duplicated by the better QueueBrowser*Test which uses a transactional publisher. Removed: qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/CancelTest.java --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org