-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Flaky eunit tests on Windows CI worker #4398
Comments
Adding a failing test:
|
Linking a PR thread: #4406 |
These ones have been plaguing us for years. I was looking at the wireshark capture of some of them and still couldn't quite figure out what was going on. |
Moved from #4406:
|
I think, one problem is, that our test suites doesn't clean properly. After running
What is also strange are the following lines:
|
Unless we restart the couch service we normally expect a pool couchjs processes to be started, we expect up to 100 of those while the server is running. I see that on Ubuntu as well. |
|
Flaky test and fixtures setups on Windows CI:
The text was updated successfully, but these errors were encountered: