njnu-seafish commented on code in PR #17320:
URL: 
https://github.com/apache/dolphinscheduler/pull/17320#discussion_r2208988409


##########
dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/test/java/org/apache/dolphinscheduler/plugin/task/api/utils/ProcessUtilsTest.java:
##########
@@ -132,7 +132,7 @@ void testKillProcessSuccessWithSigInt() throws Exception {
         boolean result = ProcessUtils.kill(taskRequest);
 
         // Assert
-        Assertions.assertTrue(result);
+        Assertions.assertFalse(result);

Review Comment:
   
https://github.com/apache/dolphinscheduler/actions/runs/16282257223/job/45974113068
  
   
   I also find it quite strange that this test case sometimes passes and 
sometimes fails. It seems to be related to the machine environment.



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