uschindler commented on code in PR #15864:
URL: https://github.com/apache/lucene/pull/15864#discussion_r2980620185


##########
lucene/core/src/test/org/apache/lucene/internal/tests/TestTestSecrets.java:
##########
@@ -37,4 +46,70 @@ public void testCannotSet() {
     expectThrows(AssertionError.class, () -> 
TestSecrets.setIndexPackageAccess(null));
     expectThrows(AssertionError.class, () -> 
TestSecrets.setSegmentReaderAccess(null));
   }
+
+  public void testDeadlock() throws Exception {

Review Comment:
   I removed the test and included the test in the more general deadlock 
testcase which covers also codec deadloads.
   
   The test failed (see above) and passes with this PR.



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

Reply via email to