activemq-artemis/tests
Clebert Suconic f92a846c21 ARTEMIS-5038 Mirrored ACKs are broken if using multiple priorities on producers
PriorityLinkedList has multiple sub-lists, before this commit PriorityLinkedList::setNodeStore would set the same node store between all the lists.
When a removeWithID was called for an item on list[0] the remove from list[4] would always succeed first. This operation would work correctly most of the time except
when tail and head is being used. Many NullPointerExceptions would be seen while iterating on the list for remove operations, and the navigation would be completely broken.

A test was added to PriorityLinkedListTest to make sure the correct lists were used however I was not able to reproduce the NPE condition in that test.
AccumulatedInPageSoakTest reproduced the exact condition for the NPE when significant load is used.
2024-09-23 11:48:24 -04:00
..
activemq5-unit-tests ARTEMIS-5018 eliminate deprecated use of Class.newInstance 2024-08-28 17:30:19 -04:00
artemis-test-support ARTEMIS-5038 Mirrored ACKs are broken if using multiple priorities on producers 2024-09-23 11:48:24 -04:00
compatibility-tests ARTEMIS-5015 bump org.jboss.marshalling:jboss-marshalling-river from 2.1.4.Final to 2.2.1.Final 2024-09-10 11:08:13 -05:00
config NO-JIRA proposed log4j commented out log configuration for testing 2024-02-07 15:20:57 -06:00
db-tests ARTEMIS-5001 Relax consistency requirement on OperationContext for Mirror send operations. 2024-08-29 14:42:48 -04:00
e2e-tests ARTEMIS-5018 eliminate deprecated use of Class.newInstance 2024-08-28 17:30:19 -04:00
integration-tests ARTEMIS-4781 AMQP message leaking large message file 2024-09-17 14:42:37 +01:00
integration-tests-isolated [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
jms-tests ARTEMIS-5018 eliminate deprecated use of Class.newInstance 2024-08-28 17:30:19 -04:00
joram-tests ARTEMIS-5018 eliminate deprecated use of Class.newInstance 2024-08-28 17:30:19 -04:00
karaf-client-integration-tests [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
karaf-server-integration-tests [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
leak-tests [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
performance-jmh ARTEMIS-5048 use java.util.Base64 2024-09-18 12:15:14 -07:00
performance-tests [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
security-resources ARTEMIS-4697 Auto reload SSL PEM config sources on change 2024-03-25 14:26:42 +01:00
smoke-tests ARTEMIS-5051 disable jolokia detectors in console war 2024-09-20 12:23:31 +01:00
soak-tests ARTEMIS-5038 Mirrored ACKs are broken if using multiple priorities on producers 2024-09-23 11:48:24 -04:00
stress-tests [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
timing-tests [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00
unit-tests ARTEMIS-5038 Mirrored ACKs are broken if using multiple priorities on producers 2024-09-23 11:48:24 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2024-08-16 10:23:18 -04:00