Skip to content

Instantly share code, notes, and snippets.

@gashcrumb
Created December 14, 2011 16:22
Show Gist options
  • Save gashcrumb/1477255 to your computer and use it in GitHub Desktop.
Save gashcrumb/1477255 to your computer and use it in GitHub Desktop.
apollo-itests
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.activemq.apollo.JmsTopicTransactionTest
Tests run: 22, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 28.744 sec <<< FAILURE!
Running org.apache.activemq.apollo.JmsQueueTransactionTest
Tests run: 28, Failures: 13, Errors: 0, Skipped: 0, Time elapsed: 58.496 sec <<< FAILURE!
Running org.apache.activemq.apollo.JMSMessageTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.535 sec
Results :
Failed tests:
testSendSessionClose {broker=org.apache.activemq.apollo.OpenwireBroker@502cb49d}(org.apache.activemq.apollo.JmsTopicTransactionTest)
testSendSessionAndConnectionClose {broker=org.apache.activemq.apollo.OpenwireBroker@70cb6009}(org.apache.activemq.apollo.JmsTopicTransactionTest)
testCloseConsumerBeforeCommit {broker=org.apache.activemq.apollo.OpenwireBroker@38dda25b}(org.apache.activemq.apollo.JmsTopicTransactionTest)
testReceiveTwoThenCloseConnection {broker=org.apache.activemq.apollo.OpenwireBroker@36ff057f}(org.apache.activemq.apollo.JmsQueueTransactionTest)
testSendReceiveInSeperateSessionTest {broker=org.apache.activemq.apollo.OpenwireBroker@210a6ae2}(org.apache.activemq.apollo.JmsQueueTransactionTest)
testReceiveBrowseReceive {broker=org.apache.activemq.apollo.OpenwireBroker@744a6cbf}(org.apache.activemq.apollo.JmsQueueTransactionTest)
testSendReceiveTransactedBatches {broker=org.apache.activemq.apollo.StompBroker@4229ab3e}(org.apache.activemq.apollo.JmsQueueTransactionTest)
testSendSessionClose {broker=org.apache.activemq.apollo.StompBroker@4bbd7848}(org.apache.activemq.apollo.JmsQueueTransactionTest)
testSendSessionClose {broker=org.apache.activemq.apollo.OpenwireBroker@423e5d1}(org.apache.activemq.apollo.JmsQueueTransactionTest)
testSendSessionAndConnectionClose {broker=org.apache.activemq.apollo.StompBroker@50c4fe76}(org.apache.activemq.apollo.JmsQueueTransactionTest)
testSendSessionAndConnectionClose {broker=org.apache.activemq.apollo.OpenwireBroker@351e1e67}(org.apache.activemq.apollo.JmsQueueTransactionTest)
testReceiveTwoThenRollback {broker=org.apache.activemq.apollo.OpenwireBroker@d8d9850}(org.apache.activemq.apollo.JmsQueueTransactionTest)
testCloseConsumerBeforeCommit {broker=org.apache.activemq.apollo.StompBroker@ac980c9}(org.apache.activemq.apollo.JmsQueueTransactionTest)
testCloseConsumerBeforeCommit {broker=org.apache.activemq.apollo.OpenwireBroker@332611a7}(org.apache.activemq.apollo.JmsQueueTransactionTest)
testChangeMutableObjectInObjectMessageThenRollback {broker=org.apache.activemq.apollo.StompBroker@851052d}(org.apache.activemq.apollo.JmsQueueTransactionTest)
testMessageListener {broker=org.apache.activemq.apollo.StompBroker@54281d4b}(org.apache.activemq.apollo.JmsQueueTransactionTest)
Tests run: 78, Failures: 16, Errors: 0, Skipped: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment