FrankChen021 opened a new pull request, #20028:
URL: https://github.com/apache/druid/pull/20028

   ## What changed
   
   - Migrate only `SchemalessTestSimpleTest` from JUnit 4 parameterization to 
JUnit 5 `@ParameterizedClass`/`@MethodSource`.
   - Replace the matching `@Ignore` annotation with `@Disabled`.
   
   This is an intentionally minimal reproduction for 
[#19983](https://github.com/apache/druid/issues/19983); it does not attempt to 
fix the JDK 25 failure.
   
   ## Validation
   
   Ran the focused test with Temurin JDK 25.0.3:
   
   ```text
   mvn test -pl processing -am 
-Dtest="org.apache.druid.segment.SchemalessTestSimpleTest" 
-Dsurefire.failIfNoSpecifiedTests=false -Pskip-static-checks 
-Dweb.console.skip=true -T1C
   ```
   
   The run reproduced the issue: three runs passed, run 4 returned zero rows 
and zero search hits for both affected methods, and the Surefire fork then 
terminated with SIGSEGV in `Unsafe.getIntUnaligned` (exit code 134). Surefire 
recorded the two expected flakes on run 5.
   
   Refs #19983


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