dlmarion commented on code in PR #5383:
URL: https://github.com/apache/accumulo/pull/5383#discussion_r1989498965
##########
test/src/main/java/org/apache/accumulo/test/upgrade/UpgradeProgressTrackerIT.java:
##########
@@ -169,7 +168,7 @@ public void testGetInitial() throws KeeperException,
InterruptedException {
public void testUpdates() throws KeeperException, InterruptedException {
expectVersion(AccumuloDataVersion.get() - 1);
assertFalse(upgradeNodeExists());
- progressTracker.startOrContinueUpgrade();
+ progressTracker.continueUpgrade();
assertTrue(upgradeNodeExists());
Review Comment:
Fixed UpgradeProgressTrackerIT in 6c7480c
##########
test/src/main/java/org/apache/accumulo/test/upgrade/UpgradeProgressTrackerIT.java:
##########
@@ -225,7 +224,7 @@ public void testUpdates() throws KeeperException,
InterruptedException {
public void testCompleteUpgrade() throws KeeperException,
InterruptedException {
expectVersion(AccumuloDataVersion.get());
assertFalse(upgradeNodeExists());
- progressTracker.startOrContinueUpgrade();
+ progressTracker.continueUpgrade();
assertTrue(upgradeNodeExists());
Review Comment:
Fixed UpgradeProgressTrackerIT in 6c7480c
--
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]