-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
Description
On master, the import-rescan.py test fails intermittently. See for example: https://travis-ci.org/bitcoin/bitcoin/jobs/203878010
import-rescan.py:
Initializing test directory /tmp/testzpotg5c7/46
start_node: bitcoind started, waiting for RPC to come up
start_node: RPC successfully started
start_node: bitcoind started, waiting for RPC to come up
start_node: RPC successfully started
start_node: bitcoind started, waiting for RPC to come up
start_node: RPC successfully started
start_node: bitcoind started, waiting for RPC to come up
start_node: RPC successfully started
start_node: bitcoind started, waiting for RPC to come up
start_node: RPC successfully started
Assertion failed: not(False == True)
Stopping nodes
Not cleaning up dir /tmp/testzpotg5c7/46
...
Shutdown: done
Failed
stderr:
File "/home/travis/build/bitcoin/bitcoin/build/bitcoin-i686-pc-linux-gnu/qa/rpc-tests/test_framework/test_framework.py", line 145, in main
self.run_test()
File "/home/travis/build/bitcoin/bitcoin/build/bitcoin-i686-pc-linux-gnu/qa/rpc-tests/import-rescan.py", line 172, in run_test
variant.check(variant.sent_txid, variant.sent_amount, 1)
File "/home/travis/build/bitcoin/bitcoin/build/bitcoin-i686-pc-linux-gnu/qa/rpc-tests/import-rescan.py", line 87, in check
assert_equal("involvesWatchonly" not in tx, True)
File "/home/travis/build/bitcoin/bitcoin/build/bitcoin-i686-pc-linux-gnu/qa/rpc-tests/test_framework/util.py", line 529, in assert_equal
raise AssertionError("not(%s)" % " == ".join(str(arg) for arg in (thing1, thing2) + args))
Pass: False, Duration: 9 s