hmm I think I’ve compiled it correctly (still new to the repo so might be doing it incorrectly), this is what I did
0git fetch origin pull/25768/head:PR25768
1git checkout PR25768
2./autogen.sh
3./configure
4make clean
5make -j "$(($(sysctl -n hw.physicalcpu)+1))"
6./test/functional/wallet_resendwallettransactions.py
This is the error I see after I run the test, sometimes it passes
02022-08-18T20:38:25.914000Z TestFramework (INFO): Initializing test directory /var/folders/9g/cvx014yx4dq5lwl_x5zvn_j80000gn/T/bitcoin_func_test_43xe3o56
12022-08-18T20:38:28.879000Z TestFramework (INFO): Create a new transaction and wait until it's broadcast
22022-08-18T20:38:29.627000Z TestFramework (INFO): Create a block
32022-08-18T20:38:29.634000Z TestFramework (INFO): Bump time & check that transaction is rebroadcast
42022-08-18T20:38:29.905000Z TestFramework (INFO): Chain of unconfirmed not-in-mempool txs are rebroadcast
52022-08-18T20:38:31.037000Z TestFramework (ERROR): Assertion failed
6Traceback (most recent call last):
7 File "/Users/kevkevin/DEVDIR/bitcoin/test/functional/test_framework/test_framework.py", line 133, in main
8 self.run_test()
9 File "/Users/kevkevin/DEVDIR/bitcoin/./test/functional/wallet_resendwallettransactions.py", line 107, in run_test
10 assert_raises_rpc_error(-5, "Transaction not in mempool", node.getmempoolentry, txid)
11 File "/Users/kevkevin/DEVDIR/bitcoin/test/functional/test_framework/util.py", line 126, in assert_raises_rpc_error
12 assert try_rpc(code, message, fun, *args, **kwds), "No exception raised"
13AssertionError: No exception raised
142022-08-18T20:38:31.089000Z TestFramework (INFO): Stopping nodes
152022-08-18T20:38:31.508000Z TestFramework (WARNING): Not cleaning up dir /var/folders/9g/cvx014yx4dq5lwl_x5zvn_j80000gn/T/bitcoin_func_test_43xe3o56
162022-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
172022-08-18T20:38:31.508000Z TestFramework (ERROR):
182022-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
192022-08-18T20:38:31.509000Z TestFramework (ERROR):
202022-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.
212022-08-18T20:38:31.509000Z TestFramework (ERROR): https://github.com/bitcoin/bitcoin/issues
222022-08-18T20:38:31.509000Z TestFramework (ERROR):
running on MacOs Monterey Version 12.3.1