Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent deadlocks in persistable channel pause test #18410

Merged
merged 3 commits into from
Jan 25, 2022

Commits on Jan 25, 2022

  1. Prevent deadlocks in persistable channel pause test

    Because of reuse of the old paused/resumed channels in this test there
    was a potential for deadlock. This PR ensures that the channels are always
    reobtained.
    
    It further adds some control code to detect hangs in future - and it
    ensures that the pausing warning is not shown on shutdown.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    b6b646a View commit details
    Browse the repository at this point in the history
  2. do not warn but do pause

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    4f0979a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4614ca5 View commit details
    Browse the repository at this point in the history