FrankChen021 commented on code in PR #19880:
URL: https://github.com/apache/druid/pull/19880#discussion_r3714586430
##########
extensions-core/s3-extensions/src/test/java/org/apache/druid/storage/s3/S3DataSegmentArchiverTest.java:
##########
@@ -100,7 +99,7 @@ public String getArchiveBaseKey()
.size(0)
.build();
- @BeforeClass
+
public static void setUpStatic()
Review Comment:
[P2] Restore the class-level setup hook
The former `@BeforeClass` annotation was removed without adding
`@BeforeAll`, so `setUpStatic()` never initializes the pusher bucket and base
key. Both archive tests override `move()` and ignore its target load spec,
allowing the invalid empty configuration to pass silently. Add `@BeforeAll` or
initialize `PUSHER_CONFIG` statically.
--
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]