You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration-tests/USECASES.MD
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,16 @@ Java integration tests cover the below use cases:
19
19
20
20
**Advanced Use Cases**
21
21
22
-
6.Verify domain life cycle (destroy and create) should not have any impact on operator managing the domain and web app load balancing and admin external service.
22
+
6.set precreateService true and verify that the services are created for the managed servers that are not started
23
23
7. Cluster scale up/down using operator REST endpoint, webapp load balancing should adjust accordingly.
24
-
8. Operator life cycle (destroy and create) should not impact the running domain.
24
+
8. Verify that the services are created for the managed servers that are not started
25
+
9. Verify domain life cycle (destroy and create) should not have any impact on operator managing the domain and web app load balancing and admin external service.
26
+
10. Operator life cycle (destroy and create) should not impact the running domain.
25
27
26
28
Also the below use cases are covered for Quick test:
27
29
28
-
9. Verify the liveness probe by killing managed server 1 process 3 times to kick pod auto-restart.
29
-
10. Shutdown the domain by changing domain `serverStartPolicy` to `NEVER`.
30
+
11. Verify the liveness probe by killing managed server 1 process 3 times to kick pod auto-restart.
31
+
12. Shutdown the domain by changing domain `serverStartPolicy` to `NEVER`.
30
32
31
33
32
34
## Full test Configuration & Use Cases - Runs Quick test Configuration & Use cases and the below
0 commit comments