Skip to content

Commit

Permalink
pytest: fix gossip_store load test for EXPERIMENTAL_SPLICING=1
Browse files Browse the repository at this point in the history
It can change the node_announcement size, so don't check that.

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Feb 2, 2024
1 parent c6c879a commit 64b3d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gossip.py
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@ def test_gossip_store_compact_on_load(node_factory, bitcoind):
# These appear before we're fully started, so will already in log:
l2.daemon.is_in_log(r'gossip_store_compact_offline: 2 deleted, 9 copied')

assert l2.daemon.is_in_log(r'gossip_store: Read 2/4/3/0 cannounce/cupdate/nannounce/cdelete from store \(0 deleted\) in 2016 bytes')
assert l2.daemon.is_in_log(r'gossip_store: Read 2/4/3/0 cannounce/cupdate/nannounce/cdelete from store \(0 deleted\)')


def test_gossip_announce_invalid_block(node_factory, bitcoind):
Expand Down

0 comments on commit 64b3d48

Please sign in to comment.