Running on recent master, commit f1dbf92ff0475a01d20170ea422c1d086acbbc57
If I run:
0test/functional/feature_fee_estimation.py --randomseed 108574360997204915
I get:
02020-12-19T20:14:06.175000Z TestFramework (INFO): Initializing test directory /tmp/bitcoin_func_test_bcwexp78
12020-12-19T20:14:07.738000Z TestFramework (INFO): This test is time consuming, please be patient
22020-12-19T20:14:07.738000Z TestFramework (INFO): Splitting inputs so we can generate tx's
32020-12-19T20:14:10.870000Z TestFramework (INFO): Finished splitting
42020-12-19T20:14:12.104000Z TestFramework (INFO): Will output estimates for 1/2/3/6/15/25 blocks
52020-12-19T20:14:12.104000Z TestFramework (INFO): Creating transactions and mining them with a block size that can't keep up
62020-12-19T20:14:15.879000Z TestFramework (INFO): Creating transactions and mining them at a block size that is just big enough
72020-12-19T20:14:21.104000Z TestFramework (ERROR): Assertion failed
8Traceback (most recent call last):
9 File "/home/sdaftuar/ccl-bitcoin/2020-12-latest-master/test/functional/test_framework/test_framework.py", line 126, in main
10 self.run_test()
11 File "test/functional/feature_fee_estimation.py", line 256, in run_test
12 check_estimates(self.nodes[1], self.fees_per_kb)
13 File "test/functional/feature_fee_estimation.py", line 140, in check_estimates
14 check_smart_estimates(node, fees_seen)
15 File "test/functional/feature_fee_estimation.py", line 130, in check_smart_estimates
16 % (feerate, last_feerate))
17AssertionError: Estimated fee (0.000565) larger than last fee (0.000479) for lower number of confirms