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

Conversation

rustyrussell
Copy link
Contributor

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'

Changelog-None

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 rustyrussell added this to the v0.10.2 milestone Sep 23, 2021
@cdecker
Copy link
Member

cdecker commented Sep 23, 2021

ACK 028697f

@cdecker cdecker merged commit be8e45b into ElementsProject:master Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants