AMashenkov commented on code in PR #3653:
URL: https://github.com/apache/ignite-3/pull/3653#discussion_r1579069437
##########
modules/catalog/src/test/java/org/apache/ignite/internal/catalog/CatalogManagerSelfTest.java:
##########
@@ -1167,14 +1180,9 @@ public void catalogActivationTime() throws Exception {
@Test
public void createTableIfNotExistWaitsActivationEvenIfTableExists() throws
Exception {
- long delayDuration = TimeUnit.DAYS.toMillis(365);
-
- int partitionIdleSafeTimePropagationPeriod = 0;
-
- CatalogManagerImpl manager = new CatalogManagerImpl(updateLog,
clockService, delayDuration,
- partitionIdleSafeTimePropagationPeriod);
-
- manager.start();
Review Comment:
try-finally can be dropped as well.
--
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]