Skip to content

test: disable tests flaky under parallel stress - #2611

Merged
SDAChess merged 1 commit into
mainfrom
sscatton/ignore-flaky-tests
Aug 4, 2026
Merged

test: disable tests flaky under parallel stress#2611
SDAChess merged 1 commit into
mainfrom
sscatton/ignore-flaky-tests

Conversation

@SDAChess

@SDAChess SDAChess commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

Repeated Bazel test targets with --runs_per_test at 10, 20, 50, 100, and 200 runs. The tests failed intermittently when multiple instances ran concurrently. This indicates timing, shared tracing state, socket readiness, or parallel-safety issues that need focused follow-up before re-enabling the tests.

A normal non-repeated bazel test //... run passes with these tests ignored.

Disabled tests:

  • sandbox_forward_foreground_fails_when_ssh_exits_before_listener_opens
  • sandbox_forward_background_terminates_owned_child_when_listener_never_opens
  • podman_socket_probe_accepts_successful_ping_response
  • podman_socket_probe_rejects_docker_ping_response
  • docker_socket_probe_accepts_successful_ping_response
  • docker_socket_probe_rejects_podman_ping_response
  • docker_socket_detection_returns_the_responsive_candidate
  • podman_socket_detection_returns_the_responsive_candidate
  • driver_watch_events_are_roots_and_store_operations_have_parents
  • reconcile_sweeps_are_roots_and_operations_have_parents
  • gateway_listeners_bind_ipv6_wildcard_and_ipv4_callback_on_same_port
  • watch_producer_releases_request_span_when_client_disconnects
  • expected_conflicts_leave_the_span_unmarked
  • store_spans_record_what_they_touched_as_attributes
  • store_operations_export_spans_with_parents
  • refresh_worker_ticks_are_roots_and_store_operations_have_parents

Testing

  • mise run pre-commit passes
  • Unit tests added/updated
  • E2E tests added/updated (if applicable)

Checklist

  • Follows Conventional Commits
  • Commits are signed off (DCO)
  • Architecture docs updated (if applicable)

Repeated Bazel test targets with --runs_per_test at 10, 20, 50, 100, and
200 runs. The tests failed intermittently when multiple instances ran
concurrently. This indicates timing, shared tracing state, socket readiness,
or parallel-safety issues that need focused follow-up before re-enabling the
tests.

A normal non-repeated bazel test //... run passes with these tests ignored.

Disabled tests:
- sandbox_forward_foreground_fails_when_ssh_exits_before_listener_opens
- sandbox_forward_background_terminates_owned_child_when_listener_never_opens
- podman_socket_probe_accepts_successful_ping_response
- podman_socket_probe_rejects_docker_ping_response
- docker_socket_probe_accepts_successful_ping_response
- docker_socket_probe_rejects_podman_ping_response
- docker_socket_detection_returns_the_responsive_candidate
- podman_socket_detection_returns_the_responsive_candidate
- driver_watch_events_are_roots_and_store_operations_have_parents
- reconcile_sweeps_are_roots_and_operations_have_parents
- gateway_listeners_bind_ipv6_wildcard_and_ipv4_callback_on_same_port
- watch_producer_releases_request_span_when_client_disconnects
- expected_conflicts_leave_the_span_unmarked
- store_spans_record_what_they_touched_as_attributes
- store_operations_export_spans_with_parents
- refresh_worker_ticks_are_roots_and_store_operations_have_parents

Signed-off-by: Simon Scatton <sscatton@nvidia.com>
@copy-pr-bot

copy-pr-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@SDAChess
SDAChess marked this pull request as ready for review August 4, 2026 13:02

@krishicks krishicks left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine for now because of the merge queue + flakiness causing extremely slow loops, but let's make sure we have an issue to re-enable them after fixing the flakiness.

@SDAChess
SDAChess added this pull request to the merge queue Aug 4, 2026
Merged via the queue into main with commit b981861 Aug 4, 2026
31 of 32 checks passed
@SDAChess
SDAChess deleted the sscatton/ignore-flaky-tests branch August 4, 2026 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants