mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Merge revision 5c00341c2b
into multi-project
This commit is contained in:
commit
680e7a6979
315 changed files with 11381 additions and 4339 deletions
|
@ -1761,7 +1761,7 @@ public class DownsampleActionSingleNodeTests extends ESSingleNodeTestCase {
|
|||
new Thread(() -> {
|
||||
try {
|
||||
downsample(sourceIndex, targetIndex, config);
|
||||
} catch (ResourceAlreadyExistsException e) {
|
||||
} catch (ElasticsearchException e) {
|
||||
firstFailed.set(true);
|
||||
} finally {
|
||||
downsampleComplete.countDown();
|
||||
|
@ -1771,7 +1771,7 @@ public class DownsampleActionSingleNodeTests extends ESSingleNodeTestCase {
|
|||
new Thread(() -> {
|
||||
try {
|
||||
downsample(sourceIndex, targetIndex, config);
|
||||
} catch (ResourceAlreadyExistsException e) {
|
||||
} catch (ElasticsearchException e) {
|
||||
secondFailed.set(true);
|
||||
} finally {
|
||||
downsampleComplete.countDown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue