Skip to content

Commit

Permalink
Remove numNodes parameter in security tests
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 committed Sep 11, 2023
1 parent 0fbe5a7 commit d959e11
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 d959e11

Please sign in to comment.