Logs: https://github.com/bitcoin/bitcoin/actions/runs/8659881706/job/23746656188?pr=29833#step:7:44796
0 test 2024-04-12T10:25:31.001000Z TestFramework.utils (ERROR): wait_until() failed. Predicate: ''''
1 self.wait_until(lambda: self.nodes[0].getindexinfo() == expected_filter)
2 '''
3 test 2024-04-12T10:25:31.002000Z TestFramework (ERROR): Assertion failed
4 Traceback (most recent call last):
5 File "/Users/runner/work/bitcoin/bitcoin/ci/scratch/build/bitcoin-x86_64-apple-darwin/test/functional/test_framework/test_framework.py", line 132, in main
6 self.run_test()
7 File "/Users/runner/work/bitcoin/bitcoin/ci/scratch/build/bitcoin-x86_64-apple-darwin/test/functional/interface_rest.py", line 295, in run_test
8 self.wait_until(lambda: self.nodes[0].getindexinfo() == expected_filter)
9 File "/Users/runner/work/bitcoin/bitcoin/ci/scratch/build/bitcoin-x86_64-apple-darwin/test/functional/test_framework/test_framework.py", line 780, in wait_until
10 return wait_until_helper_internal(test_function, timeout=timeout, timeout_factor=self.options.timeout_factor)
11 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12 File "/Users/runner/work/bitcoin/bitcoin/ci/scratch/build/bitcoin-x86_64-apple-darwin/test/functional/test_framework/util.py", line 293, in wait_until_helper_internal
13 raise AssertionError("Predicate {} not true after {} seconds".format(predicate_source, timeout))
14 AssertionError: Predicate ''''
15 self.wait_until(lambda: self.nodes[0].getindexinfo() == expected_filter)
16 ''' not true after 2400.0 seconds