Skip to content

Commit 34f92df

Browse files
committed
AwaitsFix IntegTestZipClientYamlTestSuiteIT#indices.split tests
there are two tests that have failed multiple times in one day on windows CI. This commit AwaitsFixes them until their timeout issues are resolved. tracking here: #30503
1 parent b4502db commit 34f92df

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/indices.split/10_basic.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,13 @@ setup:
103103

104104
---
105105
"Split from 1 to N":
106+
# - skip:
107+
# version: " - 6.99.99"
108+
# reason: Added in 7.0.0
109+
# uncomment once AwaitsFix is resolved
106110
- skip:
107-
version: " - 6.99.99"
108-
reason: Added in 7.0.0
111+
version: "all"
112+
reason: "AwaitsFix'ing, see https://github.com/elastic/elasticsearch/issues/30503"
109113
- do:
110114
indices.create:
111115
index: source_one_shard

rest-api-spec/src/main/resources/rest-api-spec/test/indices.split/20_source_mapping.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
22
"Split index ignores target template mapping":
3+
# - skip:
4+
# version: " - 6.0.99"
5+
# reason: Added in 6.1.0
6+
# uncomment once AwaitsFix is resolved
37
- skip:
4-
version: " - 6.0.99"
5-
reason: Added in 6.1.0
8+
version: "all"
9+
reason: "AwaitsFix'ing, see https://github.com/elastic/elasticsearch/issues/30503"
610

711
# create index
812
- do:

0 commit comments

Comments
 (0)