Skip to content

Commit

Permalink
Remove numNodes parameter in security tests (#991)
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]>
  • Loading branch information
soosinha authored Sep 11, 2023
1 parent 0fbe5a7 commit c19dcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 --refresh-dependencies clean release -Dbuild.snapshot=true -PnumNodes=1 -Psecurity=true
./gradlew --refresh-dependencies clean release -Dbuild.snapshot=true -Psecurity=true
- name: Upload failed logs
uses: actions/upload-artifact@v2
if: failure()
Expand Down

0 comments on commit c19dcba

Please sign in to comment.