Skip to content
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

Flakiness in SupervisorSpec #3979

Closed
djspiewak opened this issue Jan 30, 2024 · 1 comment · Fixed by #3983
Closed

Flakiness in SupervisorSpec #3979

djspiewak opened this issue Jan 30, 2024 · 1 comment · Fixed by #3983

Comments

@djspiewak
Copy link
Member

[error]     ! supervise / finalize race
[error]      cats.effect.TestTimeoutException: null (Runners.scala:120)
[error] cats.effect.Runners.$anonfun$timeout$1(Runners.scala:120)
[error] cats.effect.unsafe.WorkStealingThreadPool.$anonfun$sleep$1(WorkStealingThreadPool.scala:672)
[error] cats.effect.unsafe.WorkStealingThreadPool.$anonfun$sleep$1$adapted(WorkStealingThreadPool.scala:672)
[error] cats.effect.unsafe.WorkerThread.run(WorkerThread.scala:723)
[error]     ! supervise / finalize race with checkRestart
[error]      cats.effect.TestTimeoutException: null (Runners.scala:120)
[error] cats.effect.Runners.$anonfun$timeout$1(Runners.scala:120)
[error] cats.effect.unsafe.WorkStealingThreadPool.$anonfun$sleep$1(WorkStealingThreadPool.scala:672)
[error] cats.effect.unsafe.WorkStealingThreadPool.$anonfun$sleep$1$adapted(WorkStealingThreadPool.scala:672)
[error] cats.effect.unsafe.WorkerThread.run(WorkerThread.scala:723)

macOS runners. We're probably iterating just a bit too much.

durban added a commit to durban/cats-effect that referenced this issue Jan 30, 2024
@durban durban linked a pull request Jan 30, 2024 that will close this issue
djspiewak added a commit that referenced this issue Feb 1, 2024
@durban
Copy link
Contributor

durban commented Feb 2, 2024

Hopefully fixed by #3983.

@durban durban closed this as completed Feb 2, 2024
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 a pull request may close this issue.

2 participants