File tree Expand file tree Collapse file tree
storage/src/test/java/org/apache/kafka/tiered/storage/integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ public final class DisableRemoteLogOnTopicTest {
4444 private static final int BROKER_COUNT = 3 ;
4545 private static final int NUM_REMOTE_LOG_METADATA_PARTITIONS = 5 ;
4646
47+ @ SuppressWarnings ("unused" )
4748 private static List <ClusterConfig > clusterConfig () {
4849 return List .of (ClusterConfig .defaultBuilder ()
4950 .setTypes (Set .of (Type .KRAFT ))
Original file line number Diff line number Diff line change @@ -42,12 +42,13 @@ public final class EnableRemoteLogOnTopicTest {
4242 private static final int BROKER_COUNT = 3 ;
4343 private static final int NUM_REMOTE_LOG_METADATA_PARTITIONS = 5 ;
4444
45+ @ SuppressWarnings ("unused" )
4546 private static List <ClusterConfig > clusterConfig () {
4647 return List .of (ClusterConfig .defaultBuilder ()
4748 .setTypes (Set .of (Type .KRAFT ))
4849 .setBrokers (BROKER_COUNT )
4950 .setServerProperties (createServerPropsForRemoteStorage (
50- DisableRemoteLogOnTopicTest .class .getSimpleName ().toLowerCase (Locale .ROOT ),
51+ EnableRemoteLogOnTopicTest .class .getSimpleName ().toLowerCase (Locale .ROOT ),
5152 BROKER_COUNT ,
5253 NUM_REMOTE_LOG_METADATA_PARTITIONS ))
5354 .build ());
You can’t perform that action at this time.
0 commit comments