Skip to content

Commit e2b03b8

Browse files
authored
Merge pull request #111 from oracle/integration-test-1
Integration test 1
2 parents e58d45c + a2361e9 commit e2b03b8

File tree

1 file changed

+9
-10
lines changed
  • src/integration-tests/bash

1 file changed

+9
-10
lines changed

src/integration-tests/bash/run.sh

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2433,19 +2433,18 @@ function test_suite {
24332433
# create first domain in default namespace and verify it
24342434
test_domain_creation domain1
24352435

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
24412438

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
24442441

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
24482444

2445+
# if QUICKTEST is true skip the rest of the tests
2446+
if [ ! "${QUICKTEST:-false}" = "true" ]; then
2447+
24492448
# create another domain in the default namespace and verify it
24502449
test_domain_creation domain2
24512450

0 commit comments

Comments
 (0)