Skip to content

Commit

Permalink
Merge pull request #463 from jhuttana/ubi8-openjdk-s2i-feature
Browse files Browse the repository at this point in the history
[OPENJDK-2722] Split the tests inside openjdk_s2i.feature to couple them with appropriate modules
  • Loading branch information
jmtd authored Mar 20, 2024
2 parents 3f8c03b + c6bf137 commit eeec32a
Showing 1 changed file with 1 addition and 10 deletions.
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 eeec32a

Please sign in to comment.