Receiving a test failure here:
2024-02-28T02:12:00.025000Z TestFramework (INFO): Test that sendall does ancestor aware funding for unconfirmed inputs
2024-02-28T02:12:00.174000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
File "/path/to/bitcoin/test/functional/test_framework/test_framework.py", line 131, in main
self.run_test()
File "/path/to/bitcoin/test/functional/wallet_sendall.py", line 527, in run_test
self.sendall_does_ancestor_aware_funding()
File "/path/to/bitcoin/test/functional/wallet_sendall.py", line 20, in wrapper
func(self)
File "/path/to/bitcoin/test/functional/wallet_sendall.py", line 425, in sendall_does_ancestor_aware_funding
assert_equal(self.wallet.getbalances()["mine"]["untrusted_pending"], 34)
File "/path/to/bitcoin/test/functional/test_framework/util.py", line 57, in assert_equal
raise AssertionError("not(%s)" % " == ".join(str(arg) for arg in (thing1, thing2) + args))
AssertionError: not(17.00000000 == 34)