Skip to content

Commit 7313be5

Browse files
authored
Fix the flaky yamlRestTest caused by order of sample_logs (#5119)
Signed-off-by: Lantao Jin <ltjin@amazon.com>
1 parent 624f5e6 commit 7313be5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • integ-test/src/yamlRestTest/resources/rest-api-spec/test/issues

integ-test/src/yamlRestTest/resources/rest-api-spec/test/issues/4866.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ setup:
44
body:
55
transient:
66
plugins.calcite.enabled: true
7+
- do:
8+
indices.create:
9+
index: hdfs_logs
10+
body:
11+
settings:
12+
number_of_shards: 1
13+
number_of_replicas: 0
714
- do:
815
bulk:
916
index: hdfs_logs

0 commit comments

Comments
 (0)