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: qa/lucene-index-compatibility/src/javaRestTest/java/org/elasticsearch/lucene/AbstractIndexCompatibilityTestCase.java
Copy file name to clipboardExpand all lines: qa/lucene-index-compatibility/src/javaRestTest/java/org/elasticsearch/lucene/FullClusterRestartSearchableSnapshotIndexCompatibilityIT.java
+34-2Lines changed: 34 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,6 @@ public void testSearchableSnapshot() throws Exception {
76
76
varmountedIndex = suffix("index-mounted");
77
77
logger.debug("--> mounting index [{}] as [{}]", index, mountedIndex);
Copy file name to clipboardExpand all lines: qa/lucene-index-compatibility/src/javaRestTest/java/org/elasticsearch/lucene/RollingUpgradeSearchableSnapshotIndexCompatibilityIT.java
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,6 @@ public void testMountSearchableSnapshot() throws Exception {
73
73
try {
74
74
logger.debug("--> mounting index [{}] as [{}]", index, mountedIndex);
0 commit comments