uschindler commented on PR #14901: URL: https://github.com/apache/lucene/pull/14901#issuecomment-3045478573
> > 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); > ``` I think the test should fail due to the IllegalArgumentException anyways. There is some stupid bullshit going on. Verbose or not should both create the same result. As said before, I think this did not fail on the github runner, because the virtualization does not enable panama at all. And a "test only" enforcement of bitsize is done randomly, so it won't fail all the time. The problem with the above `String#format()` is that it is only executed if everything is sane with your CPU/virtualization and Hotspot flags. -- 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