mbien commented on PR #8187:
URL: https://github.com/apache/netbeans/pull/8187#issuecomment-2613780545

   @matthiasblaesing concurrent write is no good sign even during testing. The 
lucene index is built while the dir is cleared - this could cause all kinds of 
exceptions in the log etc.
   
   some observations: no other groovy test clears the workdir on teardown, only 
on setup - lets do the same in `GroovyParserTest` 
(https://github.com/apache/netbeans/pull/8191).
   
   If this would be just about the groovy tests it would be less of a problem, 
but `NbTestCase` is used everywhere. Knowing when concurrent writes during 
recursive delete happen can be useful information.


-- 
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

Reply via email to