FrankChen021 commented on code in PR #19818:
URL: https://github.com/apache/druid/pull/19818#discussion_r3970101140
##########
processing/src/test/java/org/apache/druid/segment/data/CompressionStrategyTest.java:
##########
@@ -92,7 +92,6 @@ public void testBasicOperations() throws IOException
}
}
- @Test
@org.junit.jupiter.api.Timeout(value = 60_000L, unit =
java.util.concurrent.TimeUnit.MILLISECONDS)
Review Comment:
[P2] Keep the concurrency test discoverable
The `@Test` annotation was removed, leaving only `@Timeout`; JUnit Jupiter
does not execute a method solely because it has a timeout. This silently
disables `testConcurrency` (including inherited coverage in subclasses).
Restore `@Test` alongside `@Timeout`.
--
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]