Skip to content

Commit

Permalink
Workbench: remove curl commands in integtest.sh (#200)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 authored Sep 1, 2021
1 parent b6fdd0d commit d68547d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ then
rm -rf sql
cd workbench
yarn osd bootstrap
curl -s https://raw.githubusercontent.com/opensearch-project/sql/main/integ-test/src/test/resources/accounts.json | curl -s -H 'Content-Type: application/x-ndjson' -XPOST 'localhost:9200/accounts/_bulk?pretty' --data-binary @- > /dev/null 2>&1
curl -s https://raw.githubusercontent.com/opensearch-project/sql/main/integ-test/src/test/resources/employee_nested.json | curl -s -H 'Content-Type: application/x-ndjson' -XPOST 'localhost:9200/employee_nested/_bulk?pretty' --data-binary @- > /dev/null 2>&1
npx cypress run
else
./gradlew integTest -Dtests.rest.cluster="$BIND_ADDRESS:$BIND_PORT" -Dtests.cluster="$BIND_ADDRESS:$BIND_PORT" -Dtests.clustername="opensearch-integrationtest" -Dhttps=$SECURITY_ENABLED -Duser=$USERNAME -Dpassword=$PASSWORD --console=plain
Expand Down

0 comments on commit d68547d

Please sign in to comment.