Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ public void testSasl() throws Exception {
@Test
public void testCanRun() {
final int oldestSupported = AccumuloDataVersion.oldestUpgradeableVersion();
// ELASTICITY_TODO #4587 basically disable check until upgrade is working. Should be:
// assertEquals(10, oldestSupported); // make sure it hasn't changed accidentally
assertEquals(10, oldestSupported); // make sure it hasn't changed accidentally
final int currentVersion = AccumuloDataVersion.get();
IntConsumer shouldPass = ServerContext::ensureDataVersionCompatible;
IntConsumer shouldFail = v -> assertThrows(IllegalStateException.class,
Expand Down