Skip to content

Commit f88fc06

Browse files
authored
Merge pull request #354 from jmtd/1813-fix-hsperfdata-owner-check
[OPENJDK-1813] fix hsperfdata owner check
2 parents d1c90d4 + e93bdad commit f88fc06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/features/java/openjdk_s2i.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
@ubi9/openjdk-11
33
@ubi9/openjdk-17
44
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)
66
Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet
77
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
99

1010
Scenario: Ensure Quarkus CDS doesn't fail due to timestamp mismatch (OPENDJK-1673)
1111
Given s2i build https://github.com/jerboaa/quarkus-quickstarts from getting-started using quickstart-2.16-s2i-cds

0 commit comments

Comments
 (0)