Skip to content

Flaky test: mina_net2 all-ipc test fails intermittently #18753

@dkijania

Description

@dkijania

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions