pytest: fix gossip_store load test for EXPERIMENTAL_SPLICING=1

It can change the node_announcement size, so don't check that.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2024-02-02 20:35:51 +10:30 committed by Christian Decker
parent 858c084f54
commit a04fdfbe89

View File

@ -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):