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

testAsyncClose_write is flaky #40

Open
monperrus opened this issue Sep 30, 2016 · 0 comments
Open

testAsyncClose_write is flaky #40

monperrus opened this issue Sep 30, 2016 · 0 comments
Labels
P3 type=defect Bug, not working as expected

Comments

@monperrus
Copy link

In our build process, we also run the jimfs tests on our CI.

We've just noticed that testAsyncClose_write is flaky (in com.google.common.jimfs.JimfsAsynchronousFileChannelTest)

I guess it's due to the Uninterruptibles.sleepUninterruptibly(10, MILLISECONDS);.

Is it possible to improve this test so that it's not flaky anymore?

@cpovirk cpovirk added type=defect Bug, not working as expected P3 labels Jul 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 type=defect Bug, not working as expected
Projects
None yet
Development

No branches or pull requests

2 participants