-
Bug
-
Resolution: Done
-
Major
-
A-MQ 7.0.0.ER4, A-MQ 7.0.0.ER12
-
None
Following test start to fail on AMQ7 ER3:
1) test: N8activemq4test8openwire27OpenwireTempDestinationTestE::testPublishFailsForClosedConnection (F) line: 369 activemq/test/openwire/OpenwireTempDestinationTest.cpp
expected exception not thrown
- Should throw a InvalidDestinationException since temp destination should not exist anymore.
- Expected: cms::InvalidDestinationException
2) test: N8activemq4test8openwire26OpenwireXATransactionsTestE::testXAResource_Exception1 (E)
uncaught exception of type N3cms11XAExceptionE
3) test: N8activemq4test8openwire26OpenwireXATransactionsTestE::testXAResource_Exception2 (E)
uncaught exception of type N3cms11XAExceptionE
4) test: N8activemq4test8openwire26OpenwireXATransactionsTestE::testXAResource_Exception3 (E)
uncaught exception of type N3cms11XAExceptionE
5) test: N8activemq4test8openwire18OpenwireSimpleTestE::testWithZeroConsumerPrefetchAndZeroRedelivery (E)
uncaught exception of type N8activemq10exceptions17ActiveMQExceptionE
- AMQ119025: Cannot delete queue jms.queue.testWithZeroConsumerPrefetchAndZeroRedelivery on binding jms.queue.testWithZeroConsumerPrefetchAndZeroRedelivery - it has consumers = org.apache.activemq.artemis.core.postoffice.impl.LocalQueueBinding
6) test: N8activemq4test8openwire20OpenwireAdvisoryTestE::testConcurrentTempDestCreation (F) line: 177 activemq/test/openwire/OpenwireAdvisoryTest.cpp
assertion failed
- Expression: thread1.isNoErrors()
This is a regression between ER2 and ER3 and still persists on ER12 (except testConcurrentTempDestCreation that is passing again on ER12).
Test console transcripts and broker logs are attached for both ER2 and ER3 runs.
Note: There are multiple failing tests when executing CMS integration units against AMQ7/Artemis (please see ENTMQBR-417 and ENTMQ-422 for details). Due to multiple questions around CMS integration test suite support we did not identify this regression earlier.
- relates to
-
ENTMQBR-422 ActiveMQ CPP (CMS) integration unit tests failures against A-MQ7 (sorted)
- Closed
-
ENTMQBR-417 ActiveMQ CPP (CMS) integration unit tests failures against A-MQ7
- Closed
- is blocked by
-
ARTEMIS-864 Loading...