Revert "[Java] fix test hang occasionally when running FailureTest (#13934)" (#13992)

This reverts commit bcf9457abb.
This commit is contained in:
Simon Mo
2021-02-08 11:30:30 -08:00
committed by GitHub
parent 0e07b5fa89
commit ec94214957
6 changed files with 44 additions and 201 deletions
@@ -96,7 +96,7 @@ public class RunManager {
*
* @param command The command to start the process with.
*/
public static String runCommand(List<String> command) throws IOException, InterruptedException {
private static String runCommand(List<String> command) throws IOException, InterruptedException {
if (LOGGER.isDebugEnabled()) {
LOGGER.debug("Starting process with command: {}", Joiner.on(" ").join(command));
}