Skip to content

Commit ede854d

Browse files
committed
Review comments
1 parent 1c9a49a commit ede854d

File tree

21 files changed

+19
-45
lines changed

21 files changed

+19
-45
lines changed

docs/charts/index.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: v1
22
entries:
33
weblogic-operator:
4-
- created: 2019-02-28T10:34:35.435682-05:00
4+
- created: 2019-03-01T05:54:26.779661-05:00
55
description: Helm chart for configuring the WebLogic operator.
6-
digest: ed18f122c56503019d4a32fee91915a1c8099a95f90b97ee9a1f31667e5dab2e
6+
digest: 8ffd98cd5f3d080a07f3b1da4402c19969c92a8ec7af7ccdacae7c4097011b23
77
name: weblogic-operator
88
urls:
99
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.0.1.tgz
1010
version: 2.0.1
11-
generated: 2019-02-28T10:34:35.432593-05:00
11+
generated: 2019-03-01T05:54:26.776914-05:00
1 Byte
Binary file not shown.

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

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -315,28 +315,6 @@ public void testClusterScaling(Operator operator, Domain domain) throws Exceptio
315315
+ replicas);
316316
}
317317

318-
// make sure cluster service endpoint is updated with the scaled up servers before verifying
319-
// load balancing
320-
// int i = 0;
321-
// while (i < BaseTest.getMaxIterationsPod()) {
322-
// int numberOfServersInEndpoint =
323-
// domain.getNumberOfServersInClusterServiceEndpoint((String)
324-
// domainMap.get("clusterName"));
325-
// if (replicaCnt != numberOfServersInEndpoint) {
326-
// // check for last iteration
327-
// if (i == (BaseTest.getMaxIterationsPod() - 1)) {
328-
// throw new RuntimeException("FAILURE: Cluster Serice Endpoint is not updated");
329-
// }
330-
// Thread.sleep(BaseTest.getWaitTimePod() * 1000);
331-
// i++;
332-
// } else {
333-
// logger.info("Number of servers addresses in endpoint is same as replica count ");
334-
// break;
335-
// }
336-
// }
337-
// commenting the load balance check, bug 29325139
338-
// domain.verifyWebAppLoadBalancing(TESTWEBAPP);
339-
340318
replicas = 2;
341319
podName = domainUid + "-" + managedServerNameBase + (replicas + 1);
342320
logger.info("Scale down to " + replicas + " managed servers");

json-schema-maven-plugin/src/main/java/oracle/kubernetes/json/mojo/JsonSchemaMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018,2019 Oracle Corporation and/or its affiliates. All rights reserved.
1+
// Copyright 2018, 2019 Oracle Corporation and/or its affiliates. All rights reserved.
22
// Licensed under the Universal Permissive License v 1.0 as shown at
33
// http://oss.oracle.com/licenses/upl.
44

json-schema-maven-plugin/src/main/java/oracle/kubernetes/json/mojo/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018,2019 Oracle Corporation and/or its affiliates. All rights reserved.
1+
// Copyright 2018, 2019 Oracle Corporation and/or its affiliates. All rights reserved.
22
// Licensed under the Universal Permissive License v 1.0 as shown at
33
// http://oss.oracle.com/licenses/upl.
44

json-schema-maven-plugin/src/main/java/oracle/kubernetes/json/mojo/MainImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018,2019 Oracle Corporation and/or its affiliates. All rights reserved.
1+
// Copyright 2018, 2019 Oracle Corporation and/or its affiliates. All rights reserved.
22
// Licensed under the Universal Permissive License v 1.0 as shown at
33
// http://oss.oracle.com/licenses/upl.
44

json-schema-maven-plugin/src/test/java/oracle/kubernetes/json/mojo/JsonSchemaMojoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018,2019 Oracle Corporation and/or its affiliates. All rights reserved.
1+
// Copyright 2018, 2019 Oracle Corporation and/or its affiliates. All rights reserved.
22
// Licensed under the Universal Permissive License v 1.0 as shown at
33
// http://oss.oracle.com/licenses/upl.
44

json-schema-maven-plugin/src/test/java/oracle/kubernetes/json/mojo/TestMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018,2019 Oracle Corporation and/or its affiliates. All rights reserved.
1+
// Copyright 2018, 2019 Oracle Corporation and/or its affiliates. All rights reserved.
22
// Licensed under the Universal Permissive License v 1.0 as shown at
33
// http://oss.oracle.com/licenses/upl.
44

json-schema/src/main/java/oracle/kubernetes/json/SchemaGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018,2019 Oracle Corporation and/or its affiliates. All rights reserved.
1+
// Copyright 2018, 2019 Oracle Corporation and/or its affiliates. All rights reserved.
22
// Licensed under the Universal Permissive License v 1.0 as shown at
33
// http://oss.oracle.com/licenses/upl.
44

json-schema/src/test/java/oracle/kubernetes/json/DerivedObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018,2019 Oracle Corporation and/or its affiliates. All rights reserved.
1+
// Copyright 2018, 2019 Oracle Corporation and/or its affiliates. All rights reserved.
22
// Licensed under the Universal Permissive License v 1.0 as shown at
33
// http://oss.oracle.com/licenses/upl.
44

0 commit comments

Comments
 (0)