mbien opened a new pull request, #7410:
URL: https://github.com/apache/netbeans/pull/7410
- FSEvent order isn't predictable on mac causing frequent failures
- moved test to the core module and removed duplicates since the test
itself is platform independent
the test failures are getting annoying. Discussed this with @neilcsmith-net
via slack a while ago to turn the test on mac off, some resources:
- https://github.com/dotnet/runtime/issues/30415
- [JDK
impl](https://github.com/openjdk/jdk/blob/master/src/java.base/macosx/classes/sun/nio/fs/BsdFileSystem.java#L57)
NB Notifier service provider order is currently:
https://github.com/search?q=repo%3Aapache%2Fnetbeans%20%40ServiceProvider(service%3DNotifier.class&type=code
last time things were changed: https://github.com/apache/netbeans/pull/1349,
https://github.com/apache/netbeans/pull/1935
which means:
- mac and win use mac/win impls
- linux uses nio impl
- linux impl is not in use
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists