You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/src/test/java/org/elasticsearch/cluster/routing/allocation/decider/RestoreInProgressAllocationDeciderTests.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,8 @@ public void testCanAllocatePrimaryExistingInRestoreInProgress() {
168
168
assertThat(
169
169
decision.getExplanation(),
170
170
startsWith(
171
-
"shard has failed to be restored from the snapshot [_repository:_existing/_uuid] - manually close or delete the index "
171
+
"shard has failed to be restored from the snapshot [default:_repository:_existing/_uuid]"
172
+
+ " - manually close or delete the index "
172
173
+ "[test] in order to retry to restore the snapshot again or use the reroute API to force the allocation of "
0 commit comments