snazy commented on code in PR #52:
URL: https://github.com/apache/polaris-tools/pull/52#discussion_r2538809887


##########
apprunner/common/src/test/java/org/apache/polaris/apprunner/common/TestProcessHandler.java:
##########
@@ -110,10 +112,12 @@ void processWithNoOutput() {
     // Need to wait for the watchdog to finish, before we can do any further 
assertion
     phMock.ph.watchdogExitGrace();
 
-    soft.assertThat(phMock.ph.isAlive()).isFalse();
+    assertThat(phMock.ph.isAlive()).isFalse();
   }
 
-  @RepeatedTest(20)
+  static int attempt;

Review Comment:
   oops, test-leftover



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to