abhishekrb19 commented on code in PR #16094:
URL: https://github.com/apache/druid/pull/16094#discussion_r1519166163
##########
server/src/test/java/org/apache/druid/server/coordinator/duty/KillUnusedSegmentsTest.java:
##########
@@ -898,4 +924,25 @@ void deleteLastKillTaskId(final String dataSource)
observedDatasourceToLastKillTaskId.remove(dataSource);
}
}
+
+ private void updateUsedStatusLastUpdated(DataSegment segment, DateTime
lastUpdatedTime)
Review Comment:
I see this pattern repeat in a few other tests, so we can perhaps common out
this functionality into a base class and refactor the test classes in a
separate PR. Thoughts?
--
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]