chia7712 commented on code in PR #15911:
URL: https://github.com/apache/kafka/pull/15911#discussion_r1596516913
##########
storage/src/test/java/org/apache/kafka/server/log/remote/storage/RemoteLogMetadataManagerTest.java:
##########
@@ -49,9 +45,10 @@ public class RemoteLogMetadataManagerTest {
private final Time time = new MockTime(1);
- @ParameterizedTest(name = "remoteLogMetadataManager = {0}")
- @MethodSource("remoteLogMetadataManagers")
- public void testFetchSegments(RemoteLogMetadataManager
remoteLogMetadataManager) throws Exception {
+ private RemoteLogMetadataManager remoteLogMetadataManager = new
TopicBasedRemoteLogMetadataManagerWrapperWithHarness();
+
+ @Test
+ public void testFetchSegments() throws Exception {
try {
Review Comment:
This can be addressed as follow-up I think :)
--
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]