benwtrent commented on issue #12654:
URL: https://github.com/apache/lucene/issues/12654#issuecomment-1757910972

   Added some println statements to
   ```
   public void eval(MockDirectoryWrapper dir) throws IOException {
               if (r.nextInt(3000) == 0) {
                 if (callStackContains(IndexWriter.class)) {
                   throw new UnknownError("Fake UnknownError");
                 }
               }
             }
   ```
   
   I verified that `throw new UnknownError("Fake UnknownError");` path is 
executed and the exception is thrown.
   
   Note, both the seed and `-Dtests.nightly=true` must be set for the extreme 
runtime.


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