-
Notifications
You must be signed in to change notification settings - Fork 911
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gossipd: extra debugging when inject fails.
test_closing_different_fees fails: ``` 2024-10-14T08:43:30.2733614Z 2024-10-14T08:43:30.2734133Z # Now wait for them all to hit normal state, do payments 2024-10-14T08:43:30.2735205Z > l1.daemon.wait_for_logs(['update for channel .* now ACTIVE'] * num_peers 2024-10-14T08:43:30.2736233Z + ['to CHANNELD_NORMAL'] * num_peers) 2024-10-14T08:43:30.2736725Z 2024-10-14T08:43:30.2736903Z tests/test_closing.py:230: ... 2024-10-14T08:43:30.2761325Z E TimeoutError: Unable to find "[re.compile('update for channel .* now ACTIVE')]" in logs. ``` For some reason one of the channel_update injections does *not* evoke this message from gossipd... Changelog-None: debug! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
- Loading branch information
1 parent
c7189f6
commit 93fb038
Showing
3 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters