-
Notifications
You must be signed in to change notification settings - Fork 3
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
Testing locally on Windows fails with EBUSY IOError #12
Comments
While this needs to be fixed, one thought before we track it down: Should we disable log-to-file in the tests (or even all examples)? This just clogs the out folder (especially since they contain timestamps) and probably slows down the tests without any significant gain1. Footnotes
|
Yes, I think it makes sense to disable log-to-file in all examples. |
Fixed by #31 |
If I run the tests locally on Windows, the removing of log-files fails with
I suppose it has something to do with not closing log-files correctly in the logging code, but I'm not sure yet.
Below you can find the REPL log of a local test run. All tests pass, but removing some of the log-files errors.
The text was updated successfully, but these errors were encountered: