This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
commit 8d02f8dc77f794a0c57b04f49618e7ee6557af2f Author: Robbie Gemmell <[email protected]> AuthorDate: Thu Nov 14 09:05:05 2024 +0000 ARTEMIS-5148: fix checkstyle issue with 447b72ae5b03016a0986161d85426e498e815c1c --- .../tests/soak/interruptlm/ClusteredLargeMessageInterruptTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/interruptlm/ClusteredLargeMessageInterruptTest.java b/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/interruptlm/ClusteredLargeMessageInterruptTest.java index 8afb103a31..df7d53ac4d 100644 --- a/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/interruptlm/ClusteredLargeMessageInterruptTest.java +++ b/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/interruptlm/ClusteredLargeMessageInterruptTest.java @@ -343,7 +343,7 @@ public class ClusteredLargeMessageInterruptTest extends SoakTestBase { killProcess(serverProcess); assertTrue(serverProcess.waitFor(1, TimeUnit.MINUTES)); - assertTrue(sendDone.await(1, TimeUnit. MINUTES)); + assertTrue(sendDone.await(1, TimeUnit.MINUTES)); sendDone = startSendingThreads(executorService, protocol, 1, SENDING_THREADS, tx, queueName); CountDownLatch receiverDone = startConsumingThreads(executorService, protocol, 1, CONSUMING_THREADS, tx, queueName); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
