mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
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:
parent
858c084f54
commit
a04fdfbe89
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user