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:
parent
51825b18ba
commit
c96243698d
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue