feat: sync watchdog recovery slice

This commit is contained in:
2026-04-24 15:31:18 +08:00
parent 6572f0b5d5
commit 7c362dedf8
15 changed files with 550 additions and 100 deletions

View File

@@ -0,0 +1,7 @@
{
"runId": "fixture-run-done-not-forwarded-blocked",
"childSessionKey": "session:done-not-forwarded-blocked",
"dispatchAt": "2026-04-24T10:00:00.000Z",
"expectedBy": "2026-04-24T10:10:00.000Z",
"forwardedToMain": false
}

View File

@@ -0,0 +1,7 @@
{
"runId": "fixture-run-done-not-forwarded-recovery",
"childSessionKey": "session:done-not-forwarded-recovery",
"dispatchAt": "2026-04-24T10:00:00.000Z",
"expectedBy": "2026-04-24T10:10:00.000Z",
"forwardedToMain": false
}

View File

@@ -0,0 +1,7 @@
{
"runId": "fixture-run-done-not-forwarded-respawn",
"childSessionKey": "session:done-not-forwarded-respawn",
"dispatchAt": "2026-04-24T10:00:00.000Z",
"expectedBy": "2026-04-24T10:10:00.000Z",
"forwardedToMain": false
}

View File

@@ -0,0 +1,6 @@
{
"runId": "fixture-run-report-blocked",
"childSessionKey": "session:report-blocked",
"dispatchAt": "2026-04-24T10:00:00.000Z",
"expectedBy": "2026-04-24T10:10:00.000Z"
}

View File

@@ -0,0 +1,6 @@
{
"runId": "fixture-run-report-fetch-history",
"childSessionKey": "session:report-fetch-history",
"dispatchAt": "2026-04-24T10:00:00.000Z",
"expectedBy": "2026-04-24T10:10:00.000Z"
}

View File

@@ -0,0 +1,6 @@
{
"runId": "fixture-run-report-respawn",
"childSessionKey": "session:report-respawn",
"dispatchAt": "2026-04-24T10:00:00.000Z",
"expectedBy": "2026-04-24T10:10:00.000Z"
}

View File

@@ -0,0 +1,6 @@
{
"runId": "fixture-run-report-suspect",
"childSessionKey": "session:report-suspect",
"dispatchAt": "2026-04-24T10:00:00.000Z",
"expectedBy": "2026-04-24T10:10:00.000Z"
}

View File

@@ -0,0 +1,6 @@
{
"runId": "fixture-scenario-blocked",
"childSessionKey": "session:scenario-blocked",
"dispatchAt": "2026-04-24T10:00:00.000Z",
"expectedBy": "2026-04-24T10:10:00.000Z"
}

View File

@@ -0,0 +1,6 @@
{
"runId": "fixture-scenario-fetch-history",
"childSessionKey": "session:scenario-fetch-history",
"dispatchAt": "2026-04-24T10:00:00.000Z",
"expectedBy": "2026-04-24T10:10:00.000Z"
}

View File

@@ -0,0 +1,8 @@
{
"runId": "fixture-scenario-normal-completion",
"childSessionKey": "session:scenario-normal-completion",
"dispatchAt": "2026-04-24T10:00:00.000Z",
"expectedBy": "2026-04-24T10:10:00.000Z",
"completionReceivedAt": "2026-04-24T10:04:00.000Z",
"forwardedToMain": true
}

View File

@@ -0,0 +1,6 @@
{
"runId": "fixture-scenario-respawn",
"childSessionKey": "session:scenario-respawn",
"dispatchAt": "2026-04-24T10:00:00.000Z",
"expectedBy": "2026-04-24T10:10:00.000Z"
}

View File

@@ -0,0 +1,6 @@
{
"runId": "fixture-scenario-slow-but-active",
"childSessionKey": "session:scenario-slow-but-active",
"dispatchAt": "2026-04-24T10:00:00.000Z",
"expectedBy": "2026-04-24T10:10:00.000Z"
}