Skip to content

Commit b82a54e

Browse files
authored
Merge pull request #1066 from oracle/jrftest2
jrf test cases to cover bugs found
2 parents ed224ac + a6ef854 commit b82a54e

File tree

7 files changed

+814
-8
lines changed

7 files changed

+814
-8
lines changed

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
<id>jrf-integration-tests</id>
353353
<properties>
354354
<skipITs>false</skipITs>
355-
<includes-failsafe>**/JrfInOperatorTest.java</includes-failsafe>
355+
<includes-failsafe>**/JrfInOperator*Test.java</includes-failsafe>
356356
<jrf_enabled>true</jrf_enabled>
357357
</properties>
358358
</profile>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ public void testClusterRestartVersion() throws Exception {
388388
try {
389389
// Modify the original domain yaml to include restartVersion in admin server node
390390
DomainCRD crd = new DomainCRD(originalYaml);
391-
Map<String, String> cluster = new HashMap();
391+
Map<String, Object> cluster = new HashMap();
392392
cluster.put("restartVersion", "v1.1");
393393
crd.addObjectNodeToCluster("cluster-1", cluster);
394394
String modYaml = crd.getYamlTree();

0 commit comments

Comments
 (0)