dweiss commented on issue #14066:
URL: https://github.com/apache/lucene/issues/14066#issuecomment-2543312691

   This only happens with coverage tests. There is a difference in how these 
are started - they run without the security manager. Turns out ForkJoinPool's 
default factory has different settings for running with and without the 
security manager, resulting in system threads being either part of the test 
group or not. This is the direct reason why these tests pass in normal runs 
(most of those use the security manager) and fail with coverage runs (no 
security manager).


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to