Skip to content

Commit 1af8a94

Browse files
Fix flaky CreateIndex method (#3698)
Use unique ES index names in tests
1 parent f0c2e58 commit 1af8a94

4 files changed

+5
-5
lines changed

host/testdata/integration_elasticsearch_cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ esconfig:
1212
scheme: "http"
1313
host: "${ES_SEEDS}:9200"
1414
indices:
15-
visibility: test-visibility-
15+
visibility: test-visibility-ad8388-

host/testdata/integration_namespace_cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ esconfig:
1313
scheme: "http"
1414
host: "${ES_SEEDS}:9200"
1515
indices:
16-
visibility: test-visibility-
16+
visibility: test-visibility-28e9c5-

host/testdata/schedule_integration_test_cluster_adv_vis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ esconfig:
1111
scheme: "http"
1212
host: "${ES_SEEDS}:9200"
1313
indices:
14-
visibility: test-visibility-
14+
visibility: test-visibility-3c863e-

host/testdata/xdc_integration_es_clusters.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
scheme: "http"
2626
host: "${ES_SEEDS}:9200"
2727
indices:
28-
visibility: test-visibility-0-
28+
visibility: test-visibility-4b3e75-
2929

3030
- persistence:
3131
dbname: integration_standby_es
@@ -54,4 +54,4 @@
5454
scheme: "http"
5555
host: "${ES_SEEDS}:9200"
5656
indices:
57-
visibility: test-visibility-1-
57+
visibility: test-visibility-73af9f-

0 commit comments

Comments
 (0)