We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
step
Change the "strictly sequentialize multiple IOs" test by moving gate.await outside of the use: 2b9cc73 (h/t @rossabaker)
"strictly sequentialize multiple IOs"
gate.await
use
and result ordering is lost b/c the final release step races the worker step
This is the same race condition that @armanbilge pointed out here: #3701 (comment)
The text was updated successfully, but these errors were encountered:
samspills
No branches or pull requests
Change the
"strictly sequentialize multiple IOs"
test by movinggate.await
outside of theuse
: 2b9cc73 (h/t @rossabaker)and result ordering is lost b/c the final release
step
races the workerstep
This is the same race condition that @armanbilge pointed out here: #3701 (comment)
The text was updated successfully, but these errors were encountered: