Skip to content

Commit

Permalink
Remove numNodes parameter in security tests (#991) (#1135)
Browse files Browse the repository at this point in the history
Some of the integ tests like those for wait_for_active_shards need
atleast 2 nodes in the cluster to run successfully. Removing the
numNodes=1 parameter so that by default 2 node cluster is created

Signed-off-by: Sooraj Sinha <[email protected]>
(cherry picked from commit c19dcba)
  • Loading branch information
soosinha authored Sep 11, 2023
1 parent 1fc3c6c commit 294a993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security-knn-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Build and run Replication tests
run: |
ls -al src/test/resources/security/plugin
./gradlew clean release -Dbuild.snapshot=true -PnumNodes=1 -Psecurity=true
./gradlew clean release -Dbuild.snapshot=true -Psecurity=true
- name: Upload failed logs
uses: actions/upload-artifact@v2
if: failure()
Expand Down Expand Up @@ -116,4 +116,4 @@ jobs:
- name: Uploads coverage
with:
fetch-depth: 2
uses: codecov/[email protected]
uses: codecov/[email protected]

0 comments on commit 294a993

Please sign in to comment.