Skip to content

Commit 1634fe7

Browse files
author
Tom Barnes
committed
Remove instrumentation that was put in by the previous commit.
1 parent 4b894e3 commit 1634fe7

File tree

1 file changed

+15
-12
lines changed
  • src/integration-tests/bash

1 file changed

+15
-12
lines changed

src/integration-tests/bash/run.sh

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,24 @@
4444
# It will not delete the aforementioned tar.gz archive files
4545
# which run.sh creates after a run completes or fails.
4646
#
47-
# ---------------
48-
# Logging Levels
49-
# ---------------
47+
# -----------------------
48+
# Logging Levels & Output
49+
# -----------------------
5050
#
5151
# The test has different levels of logging verboseness. Output that begins with:
5252
#
53-
# - "##TEST_INFO" is very concise (one line per test (either PASS or FAIL).
54-
# - "[timestamp]" is concise.
55-
# - "+" is verbose.
56-
# - Anything else is semi-verbose.
53+
# - ##TEST_INFO - is very concise (one line per test (either PASS or FAIL)).
54+
# - [timestamp] - is concise.
55+
# - + - is verbose.
56+
# - Anything else - is semi-verbose.
5757
#
58-
# By default the test copies all output to /tmp/test_suite.out, and
59-
# echos non-verbose output to stdout. To echo all output to stdout
60-
# see the VERBOSE env var below.
58+
# By default stand-alone mode copies all output (verbose included)
59+
# to /tmp/test_suite.out, and echos non-verbose output to stdout. Jenkins
60+
# and Wercker modes similarly only echo non-verbose output to stdout by
61+
# default, but they do not copy output to /tmp/test_suite.out.
62+
#
63+
# To echo verbose output to stdout, set VERBOSE to true (see VERBOSE
64+
# env var setting below).
6165
#
6266
# ------------------------
6367
# Test Settings (Env Vars)
@@ -2485,7 +2489,6 @@ function test_suite {
24852489

24862490
# create and start first operator, manages namespaces default & test1
24872491
test_first_operator oper1
2488-
if [ ! "${QUICKTEST:-false}" = "true" ]; then
24892492

24902493
# test elk intgration
24912494
test_elk_integration
@@ -2501,7 +2504,7 @@ if [ ! "${QUICKTEST:-false}" = "true" ]; then
25012504

25022505
# test scaling domain1 cluster from 2 to 3 servers and back down to 2
25032506
test_cluster_scale domain1
2504-
fi
2507+
25052508
# if QUICKTEST is true skip the rest of the tests
25062509
if [ ! "${QUICKTEST:-false}" = "true" ]; then
25072510

0 commit comments

Comments
 (0)