Skip to content

Commit 03d9624

Browse files
committed
Add expected call to upgrader test
1 parent 6cd4585 commit 03d9624

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/manager/src/test/java/org/apache/accumulo/manager/upgrade/Upgrader11to12Test.java

+2
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,8 @@ public void upgradeZooKeeperTest() throws Exception {
397397
expectLastCall().once();
398398
}
399399

400+
expect(zrw.exists(eq(zkRoot + "/problems"))).andReturn(false).once();
401+
400402
replay(context, zrw);
401403

402404
upgrader.upgradeZookeeper(context);

0 commit comments

Comments
 (0)