Skip to content

test-runner: remove blocking sync between suites in run_all_tests_safe.sh #90

@T72

Description

@T72

Summary

tests/run_all_tests_safe.sh hangs between suites in WSL mode after completing suite 1.

Observed

  • test_tm.sh completes and logs PASS.
  • Runner then stalls with no child suite process active.
  • Root cause: WSL safety block calls sync between suites, which can block indefinitely on mounted filesystems.

Impact

Cannot complete end-to-end 12-suite run even when individual suites pass.

Proposed fix

  • Replace inter-suite sync with bounded non-blocking delay
  • Keep cleanup and process-kill safety logic
  • Re-run full suite for final confirmation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions