mirror of
https://github.com/wassname/ray.git
synced 2026-07-05 19:41:13 +08:00
[Java] Build Java code with Bazel (#4284)
This commit is contained in:
@@ -37,12 +37,12 @@ public class ClientExceptionTest extends BaseTest {
|
||||
Ray.wait(ImmutableList.of(notExisting), 1, 2000);
|
||||
Assert.fail("Should not reach here");
|
||||
} catch (RayException e) {
|
||||
LOGGER.debug(String.format("Expected runtime exception: {}", e));
|
||||
LOGGER.debug("Expected runtime exception: {}", e);
|
||||
}
|
||||
try {
|
||||
thread.join();
|
||||
} catch (Exception e) {
|
||||
LOGGER.error(String.format("Excpetion caught: {}", e));
|
||||
LOGGER.error("Excpetion caught: {}", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user