Skip to content

Panic-during-panic in lightning-background-processor tests #2759

Open

Activity

TheBlueMatt

TheBlueMatt commented on Nov 29, 2023

@TheBlueMatt
Collaborator

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
arik-so

arik-so commented on Nov 29, 2023

@arik-so
ContributorAuthor

Is it fair to assume that it's caused by one of the four remaining unnamed unit tests within that group?

TheBlueMatt

TheBlueMatt commented on Nov 29, 2023

@TheBlueMatt
Collaborator

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @TheBlueMatt@arik-so

        Issue actions

          Panic-during-panic in `lightning-background-processor` tests · Issue #2759 · lightningdevkit/rust-lightning