sdedic opened a new pull request #2972: URL: https://github.com/apache/netbeans/pull/2972
Call me dumb: a while after I merged [PR-2924](https://github.com/apache/netbeans/pull/2924), the [NbGradleProjectImplTest](https://github.com/apache/netbeans/compare/master...sdedic:gradle/loadtest-fix?expand=1#diff-72dfc9a2d87b3278ba23d2642ce186c38cbd15e9b7795ce23d9d1b9850eadb6b) started to occasionally fail. The cause is that while the test makes a copy of the project dir, it does not maintain file timestamps - so cache may get copied a little earlier than the build.gradle file. In addition, I've discovered [this nice issue in JDK](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8177809)... I have added some detailed logging during debugging, that could be worth to preserve for future diagnostics of the loading process -- 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. 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
