Description
I was able to reproduce this issue #33582
We should ignore the warning message if PYTHON_GIL is not set, instead of the test being abruptly stopped
When PYTHON_GIL is 0 or 1 or not set
0PYTHON_GIL=1 ./build_dev_mode/test/functional/test_runner.py interface_ipc.py
1or
2PYTHON_GIL=0 ./build_dev_mode/test/functional/test_runner.py interface_ipc.py
3or
4./build_dev_mode/test/functional/test_runner.py interface_ipc.py
5
6Temporary test directory at /tmp/test_runner_₿_🏃_20251105_180523
7WARNING! There is already a bitcoind process running on this system. Tests may fail unexpectedly due to resource contention!
8Remaining jobs: [interface_ipc.py]
91/1 - interface_ipc.py passed, Duration: 13 s
10
11TEST | STATUS | DURATION
12
13interface_ipc.py | ✓ Passed | 13 s
14
15ALL | ✓ Passed | 13 s (accumulated)
16Runtime: 13 s