v0.3.11-pre.009-fix.002

This commit is contained in:
2026-09-08 16:52:06 +02:00
parent bf6ef5b426
commit 637382f364
3 changed files with 101 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
// file: crates/ksp-worker-raw-transaction-ingest-lib/unit_tests/runtime.rs
// version: 7
// version: 8
struct ActiveTaskGuard {
active: std::sync::Arc<std::sync::atomic::AtomicUsize>,
@@ -681,6 +681,7 @@ async fn pre_009_source_failure_is_counted_and_late_stop_cannot_replace_terminal
let handle = match super::start_foundation_with_source_spawner(
settings,
tokio::runtime::Handle::current(),
std::option::Option::None,
move |children: &mut tokio::task::JoinSet<ksp_core_lib::Result<()>>, _stop_receiver, _admission_sender| {
let _abort_handle = children.spawn(async move { std::result::Result::Err(crate::runtime_error("test.source_failed")) });
},