-
Notifications
You must be signed in to change notification settings - Fork 216
Added test for sample script update_domain.sh ( wlst ) #2496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| @DisplayName("Verify the domain on pv, domain in image samples using wlst and wdt and domain lifecycle scripts") | ||
| @IntegrationTest | ||
| class ItWlsSamples { | ||
| public class ItWlsSamples { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please remove the public from here and also all the test methods?
Ryan merged #2492 to make this change and you are overwriting this change.
| @MethodSource("paramProvider") | ||
| @DisplayName("Test samples using domain in image") | ||
| void testSampleDomainInImage(String model) { | ||
| public void testSampleDomainInImage(String model) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove public - see earlier comment.
| @MethodSource("paramProvider") | ||
| @DisplayName("Test samples using domain in pv") | ||
| void testSampleDomainInPv(String model) { | ||
| public void testSampleDomainInPv(String model) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove public
| @Test | ||
| @DisplayName("Test server lifecycle samples scripts") | ||
| void testServerLifecycleScripts() { | ||
| public void testServerLifecycleScripts() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove public
| @Test | ||
| @DisplayName("Test server lifecycle samples scripts with constant replica count") | ||
| void testServerLifecycleScriptsWithConstantReplicaCount() { | ||
| public void testServerLifecycleScriptsWithConstantReplicaCount() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove public
| @Test | ||
| @DisplayName("Test cluster lifecycle scripts") | ||
| void testClusterLifecycleScripts() { | ||
| public void testClusterLifecycleScripts() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove public
| @Test | ||
| @DisplayName("Test domain lifecycle scripts") | ||
| void testDomainLifecycleScripts() { | ||
| public void testDomainLifecycleScripts() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove public
| @Test | ||
| @DisplayName("Manage Traefik Ingress Controller with setupLoadBalancer") | ||
| void testTraefikIngressController() { | ||
| public void testTraefikIngressController() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove public
| @Test | ||
| @DisplayName("Manage Voyager Ingress Controller with setupLoadBalancer") | ||
| void testVoyagerIngressController() { | ||
| public void testVoyagerIngressController() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove public
| @Test | ||
| @DisplayName("Manage Nginx Ingress Controller with setupLoadBalancer") | ||
| void testNginxIngressController() { | ||
| public void testNginxIngressController() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove public
|
What is the status of this PR? It is over 4 months old so is it still relevant? If so, then update the PR to make it so that it can be merged with current code. Otherwise, please close it. |
3 failures from Jenkins job https://build.weblogick8s.org:8443/job/weblogic-kubernetes-operator-kind-new/5942 are not caused by this PR