Skip to content

Commit 526ab11

Browse files
sankarpnrjeberhard
authored andcommitted
Junit results fix
1 parent e454e24 commit 526ab11

File tree

106 files changed

+3
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+3
-128
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItAddNewDynamicClusterUsingWlst.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
* The test class verifies that a new dynamic cluster added by using an online WLST script
5454
* is not considered as a configured cluster and server in the newly added dynamic cluster is started successfully.
5555
*/
56-
@DisplayName("Verify that server in newly added dynamic cluster is started successfully")
5756
@IntegrationTest
5857
@Tag("kind-parallel")
5958
@Tag("olcne-mrg")

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItAuxV8DomainImplicitUpgrade.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
import static org.junit.jupiter.api.Assertions.assertNotNull;
7777
import static org.junit.jupiter.api.Assertions.assertTrue;
7878

79-
@DisplayName("Test implicit upgrade of auximage domain resource with api version v8")
8079
@IntegrationTest
8180
@Tag("kind-upgrade")
8281
class ItAuxV8DomainImplicitUpgrade {

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItCoherenceTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
* Test to create a WebLogic domain with Coherence, build the Coherence proxy client program
6767
* which load and verify the cache.
6868
*/
69-
@DisplayName("Test to create a WebLogic domain with Coherence and verify the use of Coherence cache service")
7069
@IntegrationTest
7170
@Tag("kind-parallel")
7271
@Tag("okd-wls-mrg")

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItConfigDistributionStrategy.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@
130130
* Tests related to overrideDistributionStrategy attribute.
131131
*/
132132
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
133-
@DisplayName("Verify the overrideDistributionStrategy applies the overrides accordingly to the value set")
134133
@Tag("kind-parallel")
135134
@Tag("okd-wls-mrg")
136135
@Tag("oke-weekly-sequential")

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItConsensusLeasingValidation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535
// Test introspector will fail with error msg if the consensus leasing is configured in the cluster or the database
3636
// leasing is configured but there is no datasource.
37-
@DisplayName("Test introspector will fail with error msg if the consensus leasing is configured in the cluster")
3837
@IntegrationTest
3938
@Tag("kind-parallel")
4039
@Tag("olcne-mrg")

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItCrossDomainTransaction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
/**
108108
* Cross domain transaction tests.
109109
*/
110-
@DisplayName("Verify cross domain transaction is successful")
111110
@IntegrationTest
112111
@Tag("oke-weekly-sequential")
113112
@Tag("kind-parallel")

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItCrossDomainTransactionSecurity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
import static org.junit.jupiter.api.Assertions.assertNotNull;
6363
import static org.junit.jupiter.api.Assertions.assertTrue;
6464

65-
@DisplayName("Test to do cross domain transaction in SSL with custom store")
6665
@IntegrationTest
6766
@Tag("kind-parallel")
6867
@Tag("oke-parallel")

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItDBOperator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@
107107
* database created using Oracle Database Operator.
108108
*/
109109
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
110-
@DisplayName("Test to create FMW model in image domain and WebLogic domain using Oracle "
111-
+ "database created using Oracle Database Operator")
112110
@IntegrationTest
113111
@Tag("oke-weekly-sequential")
114112
@Tag("kind-parallel")

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItDataHomeOverride.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
/**
4343
* Verify dataHome override with different dataHome setting in the domain spec.
4444
*/
45-
@DisplayName("Verify dataHome override with different dataHome setting in the domain spec")
4645
@IntegrationTest
4746
@Tag("kind-parallel")
4847
@Tag("olcne-mrg")

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItDedicatedMode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
* For more detail regarding the feature, please refer to
6767
* https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-operators/using-helm/#weblogic-domain-management
6868
*/
69-
@DisplayName("Test Operator and WebLogic domain with Dedicated set to true")
7069
@Tag("kind-sequential")
7170
@Tag("oke-weekly-sequential")
7271
@Tag("okd-wls-mrg")

0 commit comments

Comments
 (0)