Skip to content

Commit 73676d9

Browse files
committed
jenkins-ignore modify USECASE.MD
1 parent 9c1086b commit 73676d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration-tests/USECASES.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ Configuration Overrides Usecases
9494
| Server Discovery | Use Case |
9595
| --- | --- |
9696
| Discover a newly started server | stop operator and apply the modified domain.yaml with replicas count increated, restart Operator and verify that the cluster is scaled up accordingly |
97-
| Liveness probe | restart Operator and verify the liveness probe by killing admin server and all managed servers in the cluster |
97+
| Discover dead weblogic servers | stop Operator, kill admin server and all managed servers in the cluster, restart Operator and verify that it restarts all dead servers |

integration-tests/src/test/java/oracle/kubernetes/operator/ITServerDiscovery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public void testOPConnToNewMS() throws Exception {
138138
* @throws Exception
139139
*/
140140
@Test
141-
public void testOPMSReconnToDomain() throws Exception {
141+
public void testOPReconnToDomain() throws Exception {
142142
Assume.assumeFalse(QUICKTEST);
143143
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
144144
logTestBegin(testMethodName);

0 commit comments

Comments
 (0)