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

pytest: fix flake in test_gossip.py::test_addgossip #4811

Merged
merged 1 commit into from
Sep 23, 2021

Commits on Sep 23, 2021

  1. pytest: fix flake in test_gossip.py::test_addgossip

    We can miss it in both logs, so wait for it instead:
    
    ```
    2021-09-22T07:25:59.1582950Z >       l3.rpc.addgossip(ann.split()[3])
    2021-09-22T07:25:59.1583911Z E       AttributeError: 'NoneType' object has no attribute 'split'
    ```
    
    Signed-off-by: Rusty Russell <[email protected]>
    rustyrussell committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    028697f View commit details
    Browse the repository at this point in the history