Skip to content

Commit

Permalink
Split the tests inside openjdk_s2i.feature to couple them with approp…
Browse files Browse the repository at this point in the history
…riate modules

Signed-off-by: Jayashree Huttanagoudar <[email protected]>
  • Loading branch information
jhuttana committed Mar 15, 2024
1 parent 1c3b4ad commit 4fdb311
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
14 changes: 14 additions & 0 deletions modules/jvm/api/tests/features/performance.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# builder only
@ubi8/openjdk-11
@ubi8/openjdk-17
@ubi8/openjdk-21
Feature: JVM Performance tests

@ubi8/openjdk-8
# temporarily marking 'ignore' so these tests are skipped on GHA
# See: https://issues.redhat.com/browse/OPENJDK-2602
@ignore
Scenario: Check java perf dir owned by jboss (CLOUD-2070)
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
Then run jstat -gc 1 1000 1 in container and check its output for S0C
And run stat --printf="%U %G" /tmp/hsperfdata_jboss/ in container and check its output for jboss root
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@
@ubi8/openjdk-11
@ubi8/openjdk-17
@ubi8/openjdk-21
Feature: Openshift OpenJDK-only S2I tests

@ubi8/openjdk-8
# temporarily marking 'ignore' so these tests are skipped on GHA
# See: https://issues.redhat.com/browse/OPENJDK-2602
@ignore
Scenario: Check java perf dir owned by jboss (CLOUD-2070)
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet
Then run jstat -gc 1 1000 1 in container and check its output for S0C
And run stat --printf="%U %G" /tmp/hsperfdata_jboss/ in container and check its output for jboss root
Feature: Openshift OpenJDK S2I tests (Quarkus-based)

Scenario: Ensure Quarkus CDS doesn't fail due to timestamp mismatch (OPENDJK-1673)
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from getting-started
Expand Down

0 comments on commit 4fdb311

Please sign in to comment.