dweiss commented on code in PR #16140:
URL: https://github.com/apache/lucene/pull/16140#discussion_r3315430414


##########
build-tools/build-infra/src/main/java/org/apache/lucene/gradle/plugins/java/TestsAndRandomizationPlugin.java:
##########
@@ -517,6 +520,63 @@ public void apply(Project project) {
               // instead of systemProperty to avoid absolute paths affecting 
the build cache key.
               loggingFileProvider.getJavaTmpDir().set(workDirOption.get());
 
+              // GITHUB#16121: When tests.iters > 1, JUnit Vintage's 
MethodSelectorResolver
+              // cannot match RandomizedRunner's synthetic test names 
({seed=...}).
+              // Transform method-level --tests filters to class-only filters 
+ tests.method.

Review Comment:
   I guess it's LLM-generated... it's not that it "cannot" do it - it's doing 
it wrong. It worked before just fine so it must be a recent regression in 
gradle.



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