FrankChen021 commented on code in PR #19981:
URL: https://github.com/apache/druid/pull/19981#discussion_r3766978720
##########
processing/src/test/java/org/apache/druid/segment/QueryableIndexColumnCapabilitiesTest.java:
##########
@@ -61,15 +61,15 @@
public class QueryableIndexColumnCapabilitiesTest extends
InitializedNullHandlingTest
{
- @ClassRule
- public static TemporaryFolder temporaryFolder = new TemporaryFolder();
+ @RegisterExtension
+ public static TemporaryFolderExtension temporaryFolder = new
TemporaryFolderExtension();
Review Comment:
Fixed in ee29ac6fce by replacing both static TemporaryFolderExtension
registrations with class-scoped @TempDir fields, so the shared mmap fixtures
remain backed until @AfterAll. Focused QueryableIndexColumnCapabilitiesTest and
UnnestCursorFactoryTest validation passed: 37 tests, 0 failures.
--
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]