You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2022/08/18 20:25:31 UTC

[activemq-artemis] branch main updated: NO-JIRA Fixing suggested script for test variables

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new c96243698d NO-JIRA Fixing suggested script for test variables
c96243698d is described below

commit c96243698d5e507ababf444d48c58c76f4b0f30d
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Thu Aug 18 16:24:43 2022 -0400

    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