8000 Fix when any flakey tests by jbaldwin · Pull Request #326 · jbaldwin/libcoro · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix when any flakey tests #326

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

Merged
merged 1 commit into from
May 27, 2025
Merged

Fix when any flakey tests #326

merged 1 commit into from
May 27, 2025

Conversation

jbaldwin
Copy link
Owner
  • mutex now supports scoped_lock() and lock() where scoped lock returns a RAII object to auto-unlock and lock is a normal lock call on the mutex.
  • when any tests just seem to have some race conditions, nothing identified in the tests points to problems in the when_any function.

Closes #325
Closes #316

@jbaldwin jbaldwin self-assigned this May 27, 2025
@jbaldwin jbaldwin added the bug Something isn't working label May 27, 2025
* mutex now supports scoped_lock() and lock() where scoped lock returns
  a RAII object to auto-unlock and lock is a normal lock call on the
mutex.
* when any tests just seem to have some race conditions, nothing
  identified in the tests points to problems in the when_any function.

Closes #325
Closes #316
@jbaldwin jbaldwin force-pushed the coro-when-any-flakey-tests branch from 9f880bc to 4563d32 Compare May 27, 2025 15:33
@jbaldwin jbaldwin merged commit 544f33b into main May 27, 2025
47 of 48 checks passed
@jbaldwin jbaldwin deleted the coro-when-any-flakey-tests branch May 27, 2025 15:55
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

Successfully merging this pull request may close these issues.

When any flakey tests coro::when_any flakey test
1 participant
0