This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


    from 15aafe0b70 ARTEMIS-4293 add mngmnt ops to clear authn/z caches
     new 747e0bd1e4 ARTEMIS-4215 JournalFlush might never happen when 
journal-sync-* is false
     new 88f9fa494b ARTEMIS-4215 Test adjustments
     new f5b717bc57 This closes #4413

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../artemis/core/io/buffer/TimedBuffer.java        | 16 ++--
 .../infinite/InfiniteRedeliverySmokeTest.java      |  1 -
 tests/soak-tests/pom.xml                           | 25 ++++++
 .../{interruptlm => interruptjf}/broker.xml        | 13 ++--
 .../{interruptlm => interruptjf}/management.xml    |  0
 .../soak/interrupt/JournalFlushInterruptTest.java  | 90 ++++++++++++++++++++++
 .../unit/core/journal/impl/TimedBufferTest.java    | 37 ++++++---
 7 files changed, 159 insertions(+), 23 deletions(-)
 copy tests/soak-tests/src/main/resources/servers/{interruptlm => 
interruptjf}/broker.xml (96%)
 copy tests/soak-tests/src/main/resources/servers/{interruptlm => 
interruptjf}/management.xml (100%)
 create mode 100644 
tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/interrupt/JournalFlushInterruptTest.java

Reply via email to