mjsax commented on code in PR #17855:
URL: https://github.com/apache/kafka/pull/17855#discussion_r1847636072
##########
streams/src/test/java/org/apache/kafka/streams/state/internals/AbstractDualSchemaRocksDBSegmentedBytesStoreTest.java:
##########
@@ -1354,17 +1356,17 @@ public void shouldCreateWriteBatches() {
@Test
public void shouldRestoreToByteStoreForActiveTask() {
- shouldRestoreToByteStore(TaskType.ACTIVE);
+ shouldRestoreToByteStore();
}
@Test
public void shouldRestoreToByteStoreForStandbyTask() {
context.transitionToStandby(null);
- shouldRestoreToByteStore(TaskType.STANDBY);
+ shouldRestoreToByteStore();
}
- private void shouldRestoreToByteStore(final TaskType taskType) {
Review Comment:
Unused parameter
--
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]