You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/05/10 14:15:11 UTC

[GitHub] [activemq-artemis] clebertsuconic commented on a change in pull request #3125: ARTEMIS-2755 Add SoakPagingTest timeouts

clebertsuconic commented on a change in pull request #3125:
URL: https://github.com/apache/activemq-artemis/pull/3125#discussion_r422651186



##########
File path: tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/replicationflow/SoakPagingTest.java
##########
@@ -157,10 +158,14 @@ public void run() {
          }
 
          System.out.println("Awaiting producers...");
-         producersLatch.await();
+         if (!producersLatch.await(30000, TimeUnit.MILLISECONDS)) {
+            System.out.println("Awaiting producers timeout");

Review comment:
       -1000
   
   Producers never finishing here would be an issue that should fail the test, not silently fail it.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org