Trying to get a better test for when mempool txs are replaced by block txs
Depends on D17037
Differential D17069
WIP better test for D17037 Authored by PiRK on Nov 4 2024, 14:41. Tags None Subscribers None
Details
Trying to get a better test for when mempool txs are replaced by block txs Depends on D17037 ninja check-functional
Diff Detail
Event TimelineComment Actions Build Bitcoin ABC Diffs / Diff Testing (build-without-wallet) failed.
Failed tests logs: ====== Bitcoin ABC functional tests: chronik_scripthash.py ======
------- Stderr: -------
File "/work/test/functional/chronik_scripthash.py", line 286
print(f"utxo to spend {utxo_to_spend["txid"]}")
^^^^
SyntaxError: f-string: unmatched '['Each failure log is accessible here: Comment Actions Build Bitcoin ABC Diffs / Diff Testing (build-debug) failed.
Failed tests logs: ====== Bitcoin ABC functional tests: chronik_scripthash.py ======
------- Stderr: -------
File "/work/test/functional/chronik_scripthash.py", line 286
print(f"utxo to spend {utxo_to_spend["txid"]}")
^^^^
SyntaxError: f-string: unmatched '['Each failure log is accessible here: Comment Actions Build Bitcoin ABC Diffs / Diff Testing (build-diff) failed.
Failed tests logs: ====== Bitcoin ABC functional tests: chronik_scripthash.py ======
------- Stderr: -------
File "/work/test/functional/chronik_scripthash.py", line 286
print(f"utxo to spend {utxo_to_spend["txid"]}")
^^^^
SyntaxError: f-string: unmatched '['
====== Bitcoin ABC functional tests with the next upgrade activated: chronik_scripthash.py ======
------- Stderr: -------
File "/work/test/functional/chronik_scripthash.py", line 286
print(f"utxo to spend {utxo_to_spend["txid"]}")
^^^^
SyntaxError: f-string: unmatched '['Each failure log is accessible here: |