mirror of
https://github.com/irlserver/srtla_send.git
synced 2026-07-04 14:46:45 +00:00
refactor: ensure injection thread panics are handled in random walk stability test
This commit is contained in:
@@ -96,7 +96,7 @@ fn test_random_walk_stability() {
|
||||
}
|
||||
}
|
||||
|
||||
let _ = inject_handle.join();
|
||||
inject_handle.join().expect("injection thread panicked");
|
||||
|
||||
let output = stack.stop();
|
||||
common::dump_output(&output);
|
||||
|
||||
Reference in New Issue
Block a user