mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
Merge bitcoin/bitcoin#30559: test: Try previously intermittently broken USDT test again
fa2269dd65
test: Try previously intermittently broken USDT test again (MarcoFalke) Pull request description: Seems fine to try it again, given that the infra changed in the meantime. Should be trivial to disable again, on the first failure. Ref: https://github.com/bitcoin/bitcoin/issues/27380#issuecomment-1637971779 ACKs for top commit: fanquake: ACKfa2269dd65
- seems fine to re-try this now. Tree-SHA512: e203625b49019517def8e92cc465dd947d5aa85a080d370aabce7a45442efc3900b5c3783f6cc15720f81e5aaa3ff193a26be3d33048f20a73cd7b1fce320118
This commit is contained in:
commit
9eb57d1ab6
1 changed files with 1 additions and 4 deletions
|
@ -296,10 +296,7 @@ class MempoolTracepointTest(BitcoinTestFramework):
|
||||||
assert_equal(1, len(events))
|
assert_equal(1, len(events))
|
||||||
event = events[0]
|
event = events[0]
|
||||||
assert_equal(bytes(event.hash)[::-1].hex(), tx["tx"].hash)
|
assert_equal(bytes(event.hash)[::-1].hex(), tx["tx"].hash)
|
||||||
# The next test is already known to fail, so disable it to avoid
|
assert_equal(event.reason.decode("UTF-8"), "min relay fee not met")
|
||||||
# wasting CPU time and developer time. See
|
|
||||||
# https://github.com/bitcoin/bitcoin/issues/27380
|
|
||||||
#assert_equal(event.reason.decode("UTF-8"), "min relay fee not met")
|
|
||||||
|
|
||||||
bpf.cleanup()
|
bpf.cleanup()
|
||||||
self.generate(self.wallet, 1)
|
self.generate(self.wallet, 1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue