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: x-pack/plugin/downsample/src/test/java/org/elasticsearch/xpack/downsample/DownsampleActionSingleNodeTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1760,7 +1760,7 @@ public void testDuplicateDownsampleRequest() throws Exception {
1760
1760
newThread(() -> {
1761
1761
try {
1762
1762
downsample(sourceIndex, targetIndex, config);
1763
-
} catch (ResourceAlreadyExistsExceptione) {
1763
+
} catch (ElasticsearchExceptione) {
1764
1764
firstFailed.set(true);
1765
1765
} finally {
1766
1766
downsampleComplete.countDown();
@@ -1770,7 +1770,7 @@ public void testDuplicateDownsampleRequest() throws Exception {
0 commit comments