https://github.com/bitcoin/bitcoin/actions/runs/10923649833/job/30320807014?pr=30921#step:7:46110
0node0 2024-09-18T14:10:27.733922Z [httpworker.2] [src/rpc/request.cpp:232] [parse] [rpc] ThreadRPCServer method=getmempoolinfo user=__cookie__
1 test 2024-09-18T14:10:27.734000Z TestFramework (ERROR): Assertion failed
2 Traceback (most recent call last):
3 File "/Users/runner/work/bitcoin/bitcoin/test/functional/test_framework/test_framework.py", line 132, in main
4 self.run_test()
5 File "/Users/runner/work/bitcoin/bitcoin/ci/scratch/build-aarch64-apple-darwin23.6.0/test/functional/p2p_1p1c_network.py", line 137, in run_test
6 self.raise_network_minfee()
7 File "/Users/runner/work/bitcoin/bitcoin/ci/scratch/build-aarch64-apple-darwin23.6.0/test/functional/p2p_1p1c_network.py", line 58, in raise_network_minfee
8 assert_greater_than(node.getmempoolinfo()['mempoolminfee'], FEERATE_1SAT_VB)
9 File "/Users/runner/work/bitcoin/bitcoin/test/functional/test_framework/util.py", line 82, in assert_greater_than
10 raise AssertionError("%s <= %s" % (str(thing1), str(thing2)))
11 AssertionError: 0.00001000 <= 0.00001000