Disable SIGINT propagation to child hived processes
Set propagate_sigint=False in BaseNode Settings to prevent accidental SIGINT propagation from the Python test process to child hived nodes. This fixes flaky fork_tests failures where WitnessNode4 would receive SIGINT during Phase 1 startup due to being in the same process group as the Python process.
Loading
Please sign in to comment