hmm I think I've compiled it correctly (still new to the repo so might be doing it incorrectly), this is what I did
git fetch origin pull/25768/head:PR25768
git checkout PR25768
./autogen.sh
./configure
make clean
make -j "$(($(sysctl -n hw.physicalcpu)+1))"
./test/functional/wallet_resendwallettransactions.py
This is the error I see after I run the test, sometimes it passes
2022-08-18T20:38:25.914000Z TestFramework (INFO): Initializing test directory /var/folders/9g/cvx014yx4dq5lwl_x5zvn_j80000gn/T/bitcoin_func_test_43xe3o56
2022-08-18T20:38:28.879000Z TestFramework (INFO): Create a new transaction and wait until it's broadcast
2022-08-18T20:38:29.627000Z TestFramework (INFO): Create a block
2022-08-18T20:38:29.634000Z TestFramework (INFO): Bump time & check that transaction is rebroadcast
2022-08-18T20:38:29.905000Z TestFramework (INFO): Chain of unconfirmed not-in-mempool txs are rebroadcast
2022-08-18T20:38:31.037000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
File "/Users/kevkevin/DEVDIR/bitcoin/test/functional/test_framework/test_framework.py", line 133, in main
self.run_test()
File "/Users/kevkevin/DEVDIR/bitcoin/./test/functional/wallet_resendwallettransactions.py", line 107, in run_test
assert_raises_rpc_error(-5, "Transaction not in mempool", node.getmempoolentry, txid)
File "/Users/kevkevin/DEVDIR/bitcoin/test/functional/test_framework/util.py", line 126, in assert_raises_rpc_error
assert try_rpc(code, message, fun, *args, **kwds), "No exception raised"
AssertionError: No exception raised
2022-08-18T20:38:31.089000Z TestFramework (INFO): Stopping nodes
2022-08-18T20:38:31.508000Z TestFramework (WARNING): Not cleaning up dir /var/folders/9g/cvx014yx4dq5lwl_x5zvn_j80000gn/T/bitcoin_func_test_43xe3o56
2022-08-18T20:38:31.508000Z TestFramework (ERROR): Test failed. Test logging available at /var/folders/9g/cvx014yx4dq5lwl_x5zvn_j80000gn/T/bitcoin_func_test_43xe3o56/test_framework.log
2022-08-18T20:38:31.508000Z TestFramework (ERROR):
2022-08-18T20:38:31.509000Z TestFramework (ERROR): Hint: Call /Users/kevkevin/DEVDIR/bitcoin/test/functional/combine_logs.py '/var/folders/9g/cvx014yx4dq5lwl_x5zvn_j80000gn/T/bitcoin_func_test_43xe3o56' to consolidate all logs
2022-08-18T20:38:31.509000Z TestFramework (ERROR):
2022-08-18T20:38:31.509000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2022-08-18T20:38:31.509000Z TestFramework (ERROR): https://github.com/bitcoin/bitcoin/issues
2022-08-18T20:38:31.509000Z TestFramework (ERROR):
running on MacOs Monterey Version 12.3.1