Summary
The mina_net2 all-ipc test fails intermittently in CI, including on retries. This is a pre-existing flaky test unrelated to any recent changes.
Failure Details
File: src/lib/mina_net2/tests/all_ipc.ml, line 61
Test: all-ipc test
Result: FAILED 1 / 3 tests — failed on both initial run and retry
Observed in: Nightly build #1268 on branch dkijania/force-coverage-on-nightly
Log excerpt
in TEST_MODULE at file "src/lib/mina_net2/tests/all_ipc.ml", line 61, characters 0-21810: all-ipc test
FAILED 1 / 3 tests
Impact
- Causes nightly coverage builds to report as failed
- Masks real failures behind flaky noise
- The
&& chain in CI means downstream steps (profile-dependent tests) are skipped when this fails
Suggested Fix
Investigate the networking test for race conditions or resource contention. Consider adding retries within the test itself or increasing timeouts for IPC operations.
Summary
The
mina_net2all-ipc test fails intermittently in CI, including on retries. This is a pre-existing flaky test unrelated to any recent changes.Failure Details
File:
src/lib/mina_net2/tests/all_ipc.ml, line 61Test:
all-ipc testResult:
FAILED 1 / 3 tests— failed on both initial run and retryObserved in: Nightly build #1268 on branch
dkijania/force-coverage-on-nightlyLog excerpt
Impact
&&chain in CI means downstream steps (profile-dependent tests) are skipped when this failsSuggested Fix
Investigate the networking test for race conditions or resource contention. Consider adding retries within the test itself or increasing timeouts for IPC operations.