matthiasblaesing commented on PR #9207:
URL: https://github.com/apache/netbeans/pull/9207#issuecomment-3917057858
The commits are rebased, but that does not seem to be a problem. I can
reproduce the micronaut problem locally. The problem is not deterministic. I
tested it by:
- removing the test index folder used by the test `rm -rf
/tmp/nbcache/index/`
- run the micronaut tests
- check the diffs from the test failures
I noticed changes in the packages there were not listed anymore. I then
located the index folders for the jars and indeed the indices were at least
partially broken.
That matches outputs in the unittests reporting: `WARNUNG: Locked index
folder: /tmp/nbcache/index/s8/java/15/refs`. I'll stare a bit more at the
`LuceneIndex` and its embedded `DirCache`. The lock schema feels off, but I
can't point to the core problem yet.
--
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