-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Description
https://github.com/hebasto/bitcoin/actions/runs/12431224655/job/34708713770:
265/315 - wallet_assumeutxo.py --descriptors failed, Duration: 5 s
stdout:
2024-12-20T12:54:28.609000Z TestFramework (INFO): PRNG seed is: 187204816715607970
2024-12-20T12:54:28.641000Z TestFramework (INFO): Initializing test directory D:\a\_temp\test_runner_₿_🏃_20241220_123237\wallet_assumeutxo_48
2024-12-20T12:54:30.237000Z TestFramework (INFO): -- Testing assumeutxo
2024-12-20T12:54:30.237000Z TestFramework (INFO): Creating a UTXO snapshot at height 299
2024-12-20T12:54:31.490000Z TestFramework (INFO): Loading snapshot into second node from D:\a\_temp\test_runner_₿_🏃_20241220_123237\wallet_assumeutxo_48\node0\regtest\utxos.dat
2024-12-20T12:54:31.884000Z TestFramework (INFO): Backup from the snapshot height can be loaded during background sync
2024-12-20T12:54:31.916000Z TestFramework (INFO): Backup from before the snapshot height can't be loaded during background sync
2024-12-20T12:54:31.932000Z TestFramework (INFO): Restarting node to stop at height 359
2024-12-20T12:54:32.812000Z TestFramework (INFO): Restarted node before snapshot validation completed, reloading...
2024-12-20T12:54:33.193000Z TestFramework (INFO): Ensuring snapshot chain syncs to tip. (399)
2024-12-20T12:54:33.246000Z TestFramework (INFO): Ensuring background validation completes
2024-12-20T12:54:33.383000Z TestFramework (INFO): Ensuring wallet can be restored from a backup that was created before the snapshot height
2024-12-20T12:54:33.421000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 135, in main
self.run_test()
File "D:\a\bitcoin\bitcoin/test/functional/wallet_assumeutxo.py", line 188, in run_test
assert_equal(n1.getbalance(), 340)
File "D:\a\bitcoin\bitcoin\test\functional\test_framework\util.py", line 77, in assert_equal
raise AssertionError("not(%s)" % " == ".join(str(arg) for arg in (thing1, thing2) + args))
AssertionError: not(10.00000000 == 340)
2024-12-20T12:54:33.474000Z TestFramework (INFO): Stopping nodes