You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/05/21 11:40:17 UTC

[GitHub] [netbeans] sdedic opened a new pull request #2972: Sync timestamps in test. Detailed logging added.

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] lkishalmi merged pull request #2972: Sync timestamps in test. Detailed logging added.

Posted by GitBox <gi...@apache.org>.
lkishalmi merged pull request #2972:
URL: https://github.com/apache/netbeans/pull/2972


   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists