mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 01:22:26 -04:00
parent
5ee47aea3d
commit
012de08f59
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
package org.elasticsearch.xpack.ccr;
|
||||
|
||||
import org.apache.lucene.util.Constants;
|
||||
import org.elasticsearch.ElasticsearchException;
|
||||
import org.elasticsearch.action.admin.indices.create.CreateIndexRequest;
|
||||
import org.elasticsearch.action.admin.indices.delete.DeleteIndexRequest;
|
||||
|
@ -306,6 +307,7 @@ public class AutoFollowIT extends CcrIntegTestCase {
|
|||
}
|
||||
|
||||
public void testConflictingPatterns() throws Exception {
|
||||
assumeFalse("https://github.com/elastic/elasticsearch/issues/44610", Constants.WINDOWS);
|
||||
Settings leaderIndexSettings = Settings.builder()
|
||||
.put(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), true)
|
||||
.put(IndexMetaData.INDEX_NUMBER_OF_SHARDS_SETTING.getKey(), 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue