Page MenuHomePhabricator

WIP better test for D17037
AbandonedPublicDraft

Authored by PiRK on Mon, Nov 4, 14:41.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

Trying to get a better test for when mempool txs are replaced by block txs

Depends on D17037

Test Plan

ninja check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Branch
arcpatch-D17037_1
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 31004
Build 61511: Build Diffbuild-clang-tidy · build-diff · build-debug · build-clang · build-without-wallet
Build 61510: arc lint + arc unit

Event Timeline

PiRK edited the summary of this revision. (Show Details)

rebase, cleanup code

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:
Bitcoin ABC functional tests: chronik_scripthash.py

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:
Bitcoin ABC functional tests: chronik_scripthash.py

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:
Bitcoin ABC functional tests: chronik_scripthash.py
Bitcoin ABC functional tests with the next upgrade activated: chronik_scripthash.py