-
Notifications
You must be signed in to change notification settings - Fork 183
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
[QA] Flaky API tests with Posix FS filesystem driver #9340
Comments
Some POSIX FS test scenarios failed unexpectedly. Example:
|
Also there was:
https://drone.owncloud.com/cs3org/reva/4694/33/7
|
I started to look into this problem end of last week. I could sometimes reproduce it locally at first, but unfortunately it no longer fails after I added some debug outbut, even after removing the debug output for whatever strange reason. Also my attempts to get helpful logs by running a shorter version of the pipeline (cs3org/reva#4716) did not yield that issue yet even after 30 runs. So... I'm still on it. |
Thanks @aduffeck - hopefully we get a few more "random" test fails, and can see a pattern to give us a clue. |
This should be fixed with the merge of cs3org/reva#4719 |
We are running API test pipelines in reva that use the new PosixFS driver for storage.
That was introduced in PR cs3org/reva#4562
Today there were a few unexpected failures. When drone CI was restarted, they passed. So there are some "flaky" things. It might be timing between what the tests do, and how the PosixFS driver behaves when updating storage, etags, etc. in the back end. Or it might be???
This was noticed in reva PR cs3org/reva#4715
I have opened this issue as a place to mention unexpected test failures, and that will help us see if there is some pattern, and understand if we need to adjust test timing, or if there is some more consistent back-end problem or...
The text was updated successfully, but these errors were encountered: