Skip to content

Conversation

@hzhao-github
Copy link
Contributor

@hzhao-github hzhao-github commented Aug 9, 2021

3 failures from Jenkins job https://build.weblogick8s.org:8443/job/weblogic-kubernetes-operator-kind-new/5942 are not caused by this PR

@hzhao-github hzhao-github marked this pull request as ready for review August 10, 2021 13:16
@DisplayName("Verify the domain on pv, domain in image samples using wlst and wdt and domain lifecycle scripts")
@IntegrationTest
class ItWlsSamples {
public class ItWlsSamples {

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) {

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) {

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() {

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() {

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() {

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() {

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() {

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() {

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() {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove public

@robertpatrick
Copy link
Member

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.

@robertpatrick robertpatrick deleted the sample-updatedom-onpv branch December 16, 2021 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants