Revert "HDFS-16336. Addendum: De-flake TestRollingUpgrade#testRollback (#3686)"
This reverts commit 3b79e0f794
.
This commit is contained in:
parent
544dffd179
commit
5c18979782
|
@ -366,7 +366,7 @@ public class TestRollingUpgrade {
|
||||||
LOG.error("Something went wrong.", t);
|
LOG.error("Something went wrong.", t);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}, 100, 8000);
|
}, 100, 8000, "RollingUpgradeStatus is already set");
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void startRollingUpgrade(Path foo, Path bar,
|
private static void startRollingUpgrade(Path foo, Path bar,
|
||||||
|
|
Loading…
Reference in New Issue