You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, the following, which indicates either a panic-during-panic or unsafe code doing its unsafe thing. It was in lightning-background-processor, though.
Caused by:
process didn't exit successfully: `/Users/runner/work/rust-lightning/rust-lightning/target/debug/deps/lightning_background_processor-77ce9b182df3c537` (signal: 6, SIGABRT: process abort signal)
changed the title [-]Ambiguous test failure without specific listed failed tests[/-][+]Panic-during-panic in `lightning-background-processor`[/+]on Nov 29, 2023
changed the title [-]Panic-during-panic in `lightning-background-processor`[/-][+]Panic-during-panic in `lightning-background-processor` tests[/+]on Nov 29, 2023
Its one of any tests aside from the ones that passed:
test tests::test_channel_manager_persist_error ... ok
test tests::test_channel_manager_persist_error_async ... ok
test tests::test_network_graph_persist_error ... ok
test tests::test_background_event_handling ... ok
test tests::test_background_processor ... ok
test tests::test_payment_path_scoring ... ok
test tests::test_not_pruning_network_graph_until_graph_sync_completion_async ... ok
test tests::test_scorer_persist_error ... ok
test tests::test_not_pruning_network_graph_until_graph_sync_completion ... ok
Activity
TheBlueMatt commentedon Nov 29, 2023
Specifically, the following, which indicates either a panic-during-panic or unsafe code doing its unsafe thing. It was in lightning-background-processor, though.
[-]Ambiguous test failure without specific listed failed tests[/-][+]Panic-during-panic in `lightning-background-processor`[/+][-]Panic-during-panic in `lightning-background-processor`[/-][+]Panic-during-panic in `lightning-background-processor` tests[/+]arik-so commentedon Nov 29, 2023
Is it fair to assume that it's caused by one of the four remaining unnamed unit tests within that group?
TheBlueMatt commentedon Nov 29, 2023
Its one of any tests aside from the ones that passed: