runtime: dry-check worker restore

This commit is contained in:
2026-07-24 15:17:53 +09:00
parent b8cc58ac29
commit f7482d6151
5 changed files with 521 additions and 15 deletions
+9
View File
@@ -6915,6 +6915,15 @@ mod tests {
.cleanup_working_directory(working_directory_id)
}
fn dry_restore_worker(
&self,
_request: worker_runtime::execution::WorkerExecutionRestoreDryRequest,
) -> worker_runtime::execution::WorkerRestoreDryCheck {
worker_runtime::execution::WorkerRestoreDryCheck::valid(
"deterministic test backend dry restore ok",
)
}
fn spawn_worker(
&self,
request: worker_runtime::execution::WorkerExecutionSpawnRequest,