mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-06 10:17:29 +08:00
feat: unify websocket runtime and harden node control
This commit is contained in:
@@ -391,6 +391,7 @@ func TestSubagentManagerAutoRecoversRunningTaskAfterRestart(t *testing.T) {
|
||||
t.Fatalf("expected running task to auto-recover after restart")
|
||||
}
|
||||
|
||||
_ = waitSubagentDone(t, reloaded, 4*time.Second)
|
||||
got, ok := reloaded.GetTask("subagent-1")
|
||||
if !ok {
|
||||
t.Fatalf("expected recovered task to exist")
|
||||
|
||||
Reference in New Issue
Block a user