v0.3.15-pre.008-fix.003

This commit is contained in:
2026-09-13 23:05:18 +02:00
parent ee658eb862
commit 11e5247fbf
6 changed files with 91 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
// file: crates/ksp-app-raw-transaction-ingest-desk/tests/release_completeness.rs
// version: 5
// version: 6
//! Release-completeness canaries for Raw Transaction Ingest Desk Start-resource reconstruction.
@@ -98,7 +98,9 @@ fn pre_008_mono_route_slot_blocks_second_start_until_terminal_store_cleanup() {
"RouteRuntimeSlot::Starting",
"RouteRuntimeSlot::Active",
"ERROR_CODE_ROUTE_RUNTIME_ACTIVE",
"runtime_state.finish(self.token)",
"inner.last_terminal = std::option::Option::None",
"std::option::Option::Some(terminal) => return std::result::Result::Ok(terminal.clone())",
"self.runtime_state.finish(self.token, terminal)",
"Arc::try_unwrap",
] {
assert!(runtime.contains(required), "missing mono-route ownership marker {required}");