Skip to content

ci: diagnose silent test failures (small_sha, complete_age_check)#308

Closed
Bisht13 wants to merge 1 commit intomainfrom
px/ci-diagnose-failures
Closed

ci: diagnose silent test failures (small_sha, complete_age_check)#308
Bisht13 wants to merge 1 commit intomainfrom
px/ci-diagnose-failures

Conversation

@Bisht13
Copy link
Collaborator

@Bisht13 Bisht13 commented Feb 26, 2026

Diagnostic PR

Investigating silent test failures on CI for small_sha and complete_age_check (both fail with no captured output).

Changes

  • Add RUST_BACKTRACE=1 to CI env
  • Add system diagnostics step (memory, CPU, ulimits)
  • Run failing tests isolated first (--test-threads=1 --nocapture) before full suite
  • Use || true so diagnostic step doesn't block the full test suite run

Expected outcome

Get actual error output from the failing tests to determine if this is:

  • OOM (killed by signal)
  • Stack overflow
  • debug_assert failure
  • Something else entirely

Do not merge — diagnostic only.

@Bisht13
Copy link
Collaborator Author

Bisht13 commented Feb 26, 2026

No longer needed — root cause identified and fixed in #309.

@Bisht13 Bisht13 closed this Feb 26, 2026
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.

1 participant