-
-
Notifications
You must be signed in to change notification settings - Fork 429
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 AbstractScriptFileWatcher for windows #3388
Conversation
Signed-off-by: Jan N. Klug <github@klug.nrw>
Is there any reason why we don't have the Windows GHA builds for this repo? I guess it's less important for openhab-addons since most file-handling is done in core, but I would appreciate it here. |
GHA failed unrelated. |
Thanks for having a look again. It seems there is still one failing test, see: /~https://github.com/wborn/openhab-core/actions/runs/4217807817/jobs/7329491804
I still have adding macOS/Windows GHA builds on my todo list. The macOS build is a lot faster now that #3004 got merged. Whenever I trigger Windows builds, they often fail due to all the unstable tests. But I guess those issues will get more attention once Windows is added to the matrix. 😉 |
Signed-off-by: Jan N. Klug <github@klug.nrw>
I guess this really is an unstable test (it did not fail on my local builds). Since all the tests use 10s timeout and this one uses 1s, most probably the timeout is too short with parallel builds on low power machines. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It builds successfully on Windows now! 👍
Signed-off-by: Jan N. Klug <github@klug.nrw> GitOrigin-RevId: c739c85
Fixes #3386
This fixes a real bug with script start-level handling on windows systems.