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.
This commit is contained in:
Clebert Suconic 2022-08-18 16:24:43 -04:00
parent 51825b18ba
commit c96243698d
2 changed files with 0 additions and 6 deletions

View File

@ -16,9 +16,6 @@
# specific language governing permissions and limitations # specific language governing permissions and limitations
# under the License. # 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 # 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 # 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

View File

@ -16,9 +16,6 @@
# specific language governing permissions and limitations # specific language governing permissions and limitations
# under the License. # 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 # 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 # 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