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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,17 @@ Basic Use Cases described above are verified in all the domain configurations. A
79
79
| Server pods restarted by changing restartVersion at cluster level | Verify managed server pods part of the dynamic cluster are restarted by adding restartVersion property at cluster level : `restartVersion: "v1.1"`|
80
80
| Server pods restarted by changing restartVersion at domain level | Verify all the server pods in the weblogic domain are restarted by adding restartVersion property at domain level: `restartVersion: "v1.1"`|
81
81
82
+
| Server Pods Shutdown options| Use Case |
83
+
| --- | --- |
84
+
| Shutdown options: domain level| Verify that shutdown options set at the domain level will apply to all servers in the domain |
85
+
| Shutdown options: managed server level | Verify that shutdown options set at the managed server level will apply only to the specified server |
86
+
| Shutdown options: cluster level | Verify that shutdown options set at the cluster level will apply only to the all servers in that cluster |
87
+
| Shutdown options: use env variables | Verify that shutdown options set using env vars will apply |
88
+
| Shutdown option ignoreSessions | Verify that shutdown option: ignoreSessions(true, false) will effect shutdown time of the pod |
89
+
| Shutdown option timeout | Verify that shutdown option: timeout will effect shutdown time of the pod |
90
+
| Shutdown option Forced | Verify that shutdown option: Forced will effect shutdown time of the pod |
91
+
| Shutdown overrides | Verify that shutdown options set on (managed server or cluster) (lowest level) will take priority over domain level settings |
0 commit comments