Skip to content

Commit a433db9

Browse files
committed
activate rolling restart, rename wdt archive resource name
1 parent ae8040f commit a433db9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void testRollingRestart() throws Exception {
7474
copyAndExecuteProxyClientInPod(OP_CACHE_LOAD);
7575

7676
// Do the rolling restart
77-
// restartDomainByChangingEnvProperty();
77+
restartDomainByChangingEnvProperty();
7878

7979
// Build and run the proxy client on the admin VM to validate the cache
8080
copyAndExecuteProxyClientInPod(OP_CACHE_VALIDATE);

integration-tests/src/test/resources/wdt/coh-wdt-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resources:
3636
ClusterListenPort: 7574
3737
appDeployments:
3838
Application:
39-
'coh-proxy-gar-1.0':
39+
'coh-proxy-server-gar':
4040
SourcePath: 'wlsdeploy/applications/coh-proxy-server.gar'
4141
ModuleType: gar
4242
Target: '@@PROP:CLUSTER_NAME@@'

0 commit comments

Comments
 (0)