activemq-artemis/tests/unit-tests
Howard Gao 5e99516a27 NO-JIRA Fix PagingStoreImplTest#testBlockUnblock random failure
PagingStroeImpl.checkReleasedMemory() will kick off
executor.execute(this::memoryReleased) to pull from the queue onMemoryFreedRunnables
asynchronously. If the executor fires the task too late, it can pick up one of the
late trackMemoryChecks runnable and increase its calls, making assertion fail.
need to flush the executors to make sure it doesn't happen.
2024-01-22 09:11:51 -06:00
..
src/test/java/org/apache/activemq/artemis/tests NO-JIRA Fix PagingStoreImplTest#testBlockUnblock random failure 2024-01-22 09:11:51 -06:00
pom.xml ARTEMIS-4490: update to SLF4J 2.0.9 2023-11-03 17:55:48 +00:00