dweiss commented on PR #14901: URL: https://github.com/apache/lucene/pull/14901#issuecomment-3045462472
> At runtime, the test passes, UNLESS you run it with `-Dtests.verbose`, then it fails. What's the repro line for this? I don't think this should matter (gradle-wise); LuceneTestCase uses this flag - to set the verbose constant, maybe something depends on this. ``` public static final boolean VERBOSE = systemPropertyAsBoolean("tests.verbose", false); ``` -- 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