mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 16:15:55 +08:00
[Java]Add actor id when throw RayActorException (#10886)
This commit is contained in:
@@ -121,6 +121,7 @@ public class FailureTest extends BaseTest {
|
||||
} catch (RayActorException e) {
|
||||
// When the actor process dies while executing a task, we should receive an
|
||||
// RayActorException.
|
||||
Assert.assertEquals(e.actorId, actor.getId());
|
||||
}
|
||||
try {
|
||||
actor.task(BadActor::badMethod).remote().get();
|
||||
|
||||
Reference in New Issue
Block a user