ruanwenjun commented on code in PR #15529:
URL:
https://github.com/apache/dolphinscheduler/pull/15529#discussion_r1471485949
##########
dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/test/java/org/apache/dolphinscheduler/plugin/task/api/utils/ProcessUtilsTest.java:
##########
@@ -38,6 +38,7 @@ public void testGetPidsStr() throws Exception {
String command;
MockedStatic<OSUtils> osUtilsMockedStatic =
Mockito.mockStatic(OSUtils.class);
if (SystemUtils.IS_OS_MAC) {
+ pids = "-+= 6279 sudo -+- 6282 558_1497.sh --- 6354 sleep";
Review Comment:
It seems this will remove the previous test case?
--
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]