File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
src/integration-tests/bash Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -2433,19 +2433,18 @@ function test_suite {
2433
2433
# create first domain in default namespace and verify it
2434
2434
test_domain_creation domain1
2435
2435
2436
- # if QUICKTEST is true skip the rest of the tests
2437
- if [ ! " ${QUICKTEST:- false} " = " true" ]; then
2438
-
2439
- # test shutting down and restarting a domain
2440
- test_domain_lifecycle domain1
2436
+ # test shutting down and restarting a domain
2437
+ test_domain_lifecycle domain1
2441
2438
2442
- # test shutting down and restarting the operator for the given domain
2443
- test_operator_lifecycle domain1
2439
+ # test shutting down and restarting the operator for the given domain
2440
+ test_operator_lifecycle domain1
2444
2441
2445
- # TODO move test_cluster_scale to QUICKTEST once we speedup mgd server boots
2446
- # test scaling domain1 cluster from 2 to 3 servers and back down to 2
2447
- test_cluster_scale domain1
2442
+ # test scaling domain1 cluster from 2 to 3 servers and back down to 2
2443
+ test_cluster_scale domain1
2448
2444
2445
+ # if QUICKTEST is true skip the rest of the tests
2446
+ if [ ! " ${QUICKTEST:- false} " = " true" ]; then
2447
+
2449
2448
# create another domain in the default namespace and verify it
2450
2449
test_domain_creation domain2
2451
2450
You can’t perform that action at this time.
0 commit comments