mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 08:40:02 +08:00
[Java] fix test hang occasionally when running FailureTest (#13934)
This commit is contained in:
@@ -96,7 +96,7 @@ public class RunManager {
|
||||
*
|
||||
* @param command The command to start the process with.
|
||||
*/
|
||||
private static String runCommand(List<String> command) throws IOException, InterruptedException {
|
||||
public static String runCommand(List<String> command) throws IOException, InterruptedException {
|
||||
if (LOGGER.isDebugEnabled()) {
|
||||
LOGGER.debug("Starting process with command: {}", Joiner.on(" ").join(command));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user