Skip to content

Commit 1e84d2b

Browse files
Pankraz76Vincent Potucek
andauthored
EmptyBlock (#4)
* removeWildcardImports * RemoveUnusedPrivateFields * RemoveUnusedPrivateFields * unused fields * unused fields * unused fields * unused fields * EmptyBlock * EmptyBlock * EmptyBlock * EmptyBlock * EmptyBlock * EmptyBlock * EmptyBlock * EmptyBlock * EmptyBlock --------- Co-authored-by: Vincent Potucek <[email protected]>
1 parent 1e009cb commit 1e84d2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/internalClusterTest/java/org/opensearch/remotemigration/ResizeIndexMigrationTestCase.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public void testFailResizeIndexWhileDocRepToRemoteStoreMigration() throws Except
7878

7979
ResizeType resizeType;
8080
int resizeShardsNum;
81+
String cause;
8182
switch (randomIntBetween(0, 2)) {
8283
case 0:
8384
resizeType = ResizeType.SHRINK;
@@ -171,6 +172,7 @@ public void testFailResizeIndexWhileRemoteStoreToDocRepMigration() throws Except
171172

172173
ResizeType resizeType;
173174
int resizeShardsNum;
175+
String cause;
174176
switch (randomIntBetween(0, 2)) {
175177
case 0:
176178
resizeType = ResizeType.SHRINK;

0 commit comments

Comments
 (0)