File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
@ubi9/openjdk-11
3
3
@ubi9/openjdk-17
4
4
Feature : Openshift OpenJDK-only S2I tests
5
- Scenario : Check java perf dir owned by jboss (CLOUD-2070)
5
+ Scenario : Check java perf dir owned by default (CLOUD-2070, OPENJDK-91 )
6
6
Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet
7
7
Then run jstat -gc 1 1000 1 in container and check its output for S0C
8
- And run stat --printf="%U %G" /tmp/hsperfdata_jboss / in container and check its output for jboss root
8
+ And run stat --printf="%U %G" /tmp/hsperfdata_default / in container and check its output for default root
9
9
10
10
Scenario : Ensure Quarkus CDS doesn't fail due to timestamp mismatch (OPENDJK-1673)
11
11
Given s2i build https://github.com/jerboaa/quarkus-quickstarts from getting-started using quickstart-2.16-s2i-cds
You can’t perform that action at this time.
0 commit comments