File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 36
36
oss-image : " opensearchproject/opensearch"
37
37
OS_IMAGE : " opensearchproject/opensearch:2"
38
38
OS_DASHBOARD_IMAGE : " opensearchproject/opensearch-dashboards:2"
39
+ OPENSEARCH_INITIAL_ADMIN_PASSWORD : " myStrongPassword123@456"
39
40
OPENSEARCH_PREFIX : " plugins.security"
40
41
needs : [lint]
41
42
name : Test against OS ${{ matrix.os-major-version }} on ${{ matrix.go-version }}/${{ matrix.os }}
@@ -91,13 +92,13 @@ jobs:
91
92
- name : Wait for OpenSearch
92
93
# ensure that OS has come up and is available
93
94
run : |
94
- ./script/wait-for-endpoint --timeout=20 http://admin:admin @localhost:9200
95
+ ./script/wait-for-endpoint --timeout=60 http://admin:myStrongPassword123%40456 @localhost:9200
95
96
- name : Dump docker logs on failure
96
97
if : failure()
97
98
uses : jwalton/gh-docker-logs@v2
98
99
- name : Run the tests
99
100
run : |
100
- export OPENSEARCH_URL=http://admin:admin @localhost:9200
101
+ export OPENSEARCH_URL=http://admin:myStrongPassword123%40456 @localhost:9200
101
102
export TF_LOG=INFO
102
103
TF_ACC=1 go test ./... -v -parallel 20 -cover -short
103
104
# check goreleaser config for deprecations
You can’t perform that action at this time.
0 commit comments