-
Notifications
You must be signed in to change notification settings - Fork 317
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
FIX failing "FileMonitor-fileChangeTwice_test" #267
Conversation
The test is failing, the good news is that this is not related to code regression. Nevertheless I suggest we merge this fix quickly as it looks harmless and remove some noise in our dashboard. |
Well it seems there is still problem :) |
Is this still a WIP ? |
Yep, still in progress. The bug happens only on Linux, I will work on it today on Ubuntu. |
There was a flaw fixed in the tests, fixing it fixed all tests on Linux and OSx but raised errors on Windows. I switch to Redmond's OS to fix them and hopefully, it will then be ok... |
At last, this PR is ready. It fixes all FileMonitor tests on all platforms. |
This is an attempt to fix FileMonitor-fileChangeTwice_test, failing on windows on other PRs since merge of PR #258
CHANGELOG:
This PR:
Reviewers will merge only if all these checks are true.