Skip to content

testSuspendResumeProcess is sensitive to timing and nondeterministically fails #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jakepetroules opened this issue Apr 24, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@jakepetroules
Copy link
Contributor

Describe the bug
testSuspendResumeProcess fails nondeterministically in checking the process state after sending signals because the process state may not have reacted by the time kill returns.

To Reproduce
swift test --filter testSuspendResumeProcess

Expected behavior
Test should pass consistently

Environment (please complete the following information):

  • Linux debian 6.1.0-31-arm64 #\1 SMP Debian 6.1.128-1 (2025-02-07) aarch64 GNU/Linux
  • Debian GNU/Linux 12.9 (bookworm)
  • Swift version 6.1 (swift-6.1-RELEASE)
  • Target: aarch64-unknown-linux-gnu

Additional context
Add any other context about the problem here.

@jakepetroules jakepetroules added the bug Something isn't working label Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant