-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
Description
On master (29b030b), native Windows build:
50/221 - feature_fee_estimation.py failed, Duration: 49 s
stdout:
2021-10-01T09:05:04.925000Z TestFramework (INFO): Initializing test directory C:\Users\ContainerAdministrator\AppData\Local\Temp\test_runner_₿_🏃_20211001_084858\feature_fee_estimation_176
2021-10-01T09:05:07.559000Z TestFramework (INFO): This test is time consuming, please be patient
2021-10-01T09:05:07.559000Z TestFramework (INFO): Splitting inputs so we can generate tx's
2021-10-01T09:05:15.861000Z TestFramework (INFO): Finished splitting
2021-10-01T09:05:18.194000Z TestFramework (INFO): Will output estimates for 1/2/3/6/15/25 blocks
2021-10-01T09:05:18.194000Z TestFramework (INFO): Creating transactions and mining them with a block size that can't keep up
2021-10-01T09:05:33.053000Z TestFramework (INFO): Creating transactions and mining them at a block size that is just big enough
2021-10-01T09:05:53.747000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
File "C:\Users\ContainerAdministrator\AppData\Local\Temp\cirrus-ci-build\test\functional\test_framework\test_framework.py", line 131, in main
self.run_test()
File "C:\Users\ContainerAdministrator\AppData\Local\Temp\cirrus-ci-build\test\functional\feature_fee_estimation.py", line 272, in run_test
check_estimates(self.nodes[1], self.fees_per_kb)
File "C:\Users\ContainerAdministrator\AppData\Local\Temp\cirrus-ci-build\test\functional\feature_fee_estimation.py", line 156, in check_estimates
check_smart_estimates(node, fees_seen)
File "C:\Users\ContainerAdministrator\AppData\Local\Temp\cirrus-ci-build\test\functional\feature_fee_estimation.py", line 146, in check_smart_estimates
raise AssertionError(f"Estimated fee ({feerate}) larger than last fee ({last_feerate}) for lower number of confirms")
AssertionError: Estimated fee (0.00029) larger than last fee (0.0002826) for lower number of confirms
Similar issues are known (#11800, #20725), but I'm not sure all failures are the same.