From c96243698d5e507ababf444d48c58c76f4b0f30d Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Thu, 18 Aug 2022 16:24:43 -0400 Subject: [PATCH] NO-JIRA Fixing suggested script for test variables These scripts are supposed to be execute with ". ./parameters-paging.sh" which would incur in -e, and any mistake on the shell will kill your shell and you would be wondering what happened. --- tests/soak-tests/src/test/scripts/parameters-paging-short.sh | 3 --- tests/soak-tests/src/test/scripts/parameters-paging.sh | 3 --- 2 files changed, 6 deletions(-) diff --git a/tests/soak-tests/src/test/scripts/parameters-paging-short.sh b/tests/soak-tests/src/test/scripts/parameters-paging-short.sh index 1c2774de74..34a1d62263 100755 --- a/tests/soak-tests/src/test/scripts/parameters-paging-short.sh +++ b/tests/soak-tests/src/test/scripts/parameters-paging-short.sh @@ -16,9 +16,6 @@ # specific language governing permissions and limitations # under the License. -# Setting the script to fail if anything goes wrong -set -e - # this script contains a suggest set of variables to run the HorizontalPagingTest in a medium environment and hit some issues we used to have with paging # It is possible to save the producer's time. If you set this variable the test will reuse previously sent data by zip and unzipping the data folder diff --git a/tests/soak-tests/src/test/scripts/parameters-paging.sh b/tests/soak-tests/src/test/scripts/parameters-paging.sh index b2f2237223..a5d98c23c2 100755 --- a/tests/soak-tests/src/test/scripts/parameters-paging.sh +++ b/tests/soak-tests/src/test/scripts/parameters-paging.sh @@ -16,9 +16,6 @@ # specific language governing permissions and limitations # under the License. -# Setting the script to fail if anything goes wrong -set -e - # this script contains a suggest set of variables to run the HorizontalPagingTest in a medium environment and hit some issues we used to have with paging # It is possible to save the producer's time. If you set this variable the test will reuse previously sent data by zip and unzipping the data folder