You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge bitcoin#29478: test: Test new header sync behavior in loadtxoutset
1ec6684 test: Add test for loadtxoutset when headers are not synced (Fabian Jahr)
2bc1ecf test: Remove unnecessary sync_blocks in assumeutxo tests (Fabian Jahr)
Pull request description:
It adds a test for the change to `loadtxoutset` made in bitcoin#29345. Before that change the test doesn't fail right away but times out after 10 minutes.
Also removes a `sync_blocks` call that didn't seem to do anything valuable.
ACKs for top commit:
achow101:
ACK 1ec6684
pablomartin4btc:
tACK 1ec6684
BrandonOdiwuor:
ACK 1ec6684
theStack:
ACK 1ec6684
Tree-SHA512: 1337decdf91e4a4f7213fcf8ace1d705e5c1422e0ac3872a59b5be9c33e743850cb8f5f7474750a534952eefd5cfe43fe85a54efb9bc0e47515136a2903676e5
assert_raises_rpc_error(-32603, "The base block header (3bb7ce5eba0be48939b7a521ac1ba9316afee2c7bada3a0cca24188e6d7d96c0) must appear in the headers chain. Make sure all headers are syncing, and call this RPC again.",
119
+
node.loadtxoutset,
120
+
valid_snapshot_path)
121
+
116
122
deftest_invalid_chainstate_scenarios(self):
117
123
self.log.info("Test different scenarios of invalid snapshot chainstate in datadir")
0 commit comments