master @ cf06c9b35c30512ede8f7dc323340bd9cfb2d0b9
0./autogen.sh
1./configure --without-bdb
2make -j9
3
4./test/functional/wallet_transactiontime_rescan.py
52021-11-21T09:09:22.057000Z TestFramework (INFO): Initializing test directory /var/folders/z2/cn877pxd3czdfh47mfkmbwgm0000gn/T/bitcoin_func_test_vilmgmza
62021-11-21T09:09:22.950000Z TestFramework (INFO): Prepare nodes and wallet
72021-11-21T09:09:23.018000Z TestFramework (INFO): Start transactions
82021-11-21T09:09:24.212000Z TestFramework (INFO): Send 10 btc to user
92021-11-21T09:09:24.472000Z TestFramework (INFO): Send 5 btc to user
102021-11-21T09:09:25.834000Z TestFramework (INFO): Send 1 btc to user
112021-11-21T09:09:27.166000Z TestFramework (INFO): Check user's final balance and transaction count
122021-11-21T09:09:27.168000Z TestFramework (INFO): Check transaction times
132021-11-21T09:09:27.168000Z TestFramework (INFO): Restore user wallet on another node without rescan
142021-11-21T09:09:27.191000Z TestFramework (ERROR): Assertion failed
15Traceback (most recent call last):
16 File "/Users/michael/github/fanquake-bitcoin/test/functional/test_framework/test_framework.py", line 132, in main
17 self.run_test()
18 File "./test/functional/wallet_transactiontime_rescan.py", line 134, in run_test
19 assert_equal(restorewo_wallet.getbalance(), 0)
20 File "/Users/michael/github/fanquake-bitcoin/test/functional/test_framework/util.py", line 50, in assert_equal
21 raise AssertionError("not(%s)" % " == ".join(str(arg) for arg in (thing1, thing2) + args))
22AssertionError: not(1.00000000 == 0)
232021-11-21T09:09:27.246000Z TestFramework (INFO): Stopping nodes
242021-11-21T09:09:27.454000Z TestFramework (WARNING): Not cleaning up dir /var/folders/z2/cn877pxd3czdfh47mfkmbwgm0000gn/T/bitcoin_func_test_vilmgmza