Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public void testFailResizeIndexWhileDocRepToRemoteStoreMigration() throws Except

ResizeType resizeType;
int resizeShardsNum;
String cause;
switch (randomIntBetween(0, 2)) {
case 0:
resizeType = ResizeType.SHRINK;
Expand Down Expand Up @@ -171,6 +172,7 @@ public void testFailResizeIndexWhileRemoteStoreToDocRepMigration() throws Except

ResizeType resizeType;
int resizeShardsNum;
String cause;
switch (randomIntBetween(0, 2)) {
case 0:
resizeType = ResizeType.SHRINK;
Expand Down
Loading