mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-24 07:07:46 +01:00
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> |
||
---|---|---|
.. | ||
test | ||
gossip_store.c | ||
gossip_store.h | ||
gossip_store_wire.csv | ||
gossipd.c | ||
gossipd.h | ||
gossipd_wire.csv | ||
gossmap_manage.c | ||
gossmap_manage.h | ||
Makefile | ||
queries.c | ||
queries.h | ||
seeker.c | ||
seeker.h | ||
sigcheck.c | ||
sigcheck.h | ||
txout_failures.c | ||
txout_failures.h |