Dawid Weiss created LUCENE-10338: ------------------------------------ Summary: Scan for tests only by convention file name pattern (Test*) Key: LUCENE-10338 URL: https://issues.apache.org/jira/browse/LUCENE-10338 Project: Lucene - Core Issue Type: Improvement Reporter: Dawid Weiss
Gradle is smart by trying to figure out which class is a JUnit test and which isn't. This works only to certain limits - as Uwe pointed out, when the runtime JDK is newer than gradle, the bytecode cannot be parsed and the detection fails. Tests under the module system are also affected by this "scanning". Since we enforce test class names anyway, I think we can scan for tests by file name rather than using this gradle feature. Patch coming. -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org