eric-maynard commented on code in PR #1179:
URL: https://github.com/apache/polaris/pull/1179#discussion_r2052748255
##########
quarkus/service/src/test/java/org/apache/polaris/service/quarkus/task/BatchFileCleanupTaskHandlerTest.java:
##########
@@ -239,40 +245,45 @@ public void testMetadataFileCleanupIfFileNotExist()
throws IOException {
}
}
- @Test
- public void testCleanupWithRetries() throws IOException {
+ @ParameterizedTest
+ @ValueSource(ints = {1, 2, 3})
+ public void testCleanupWithRetries(int retryTime) throws IOException {
Review Comment:
`...Time` is a little confusing here, can we call this `maxRetries` or
something?
--
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]