Skip to content

Commit 3a36527

Browse files
committed
[OPENJDK-1673] Initial test for Quarkus CDS failure
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 6d16bda commit 3a36527

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
# OpenJDK/hotspot only
1+
# builder only
2+
@ubi9/openjdk-11
3+
@ubi9/openjdk-17
24
Feature: Openshift OpenJDK-only S2I tests
35
Scenario: Check java perf dir owned by jboss (CLOUD-2070)
46
Given s2i build https://github.com/jboss-openshift/openshift-quickstarts from undertow-servlet
57
Then run jstat -gc 1 1000 1 in container and check its output for S0C
68
And run stat --printf="%U %G" /tmp/hsperfdata_jboss/ in container and check its output for jboss root
9+
10+
Scenario: Ensure Quarkus CDS doesn't fail due to timestamp mismatch (OPENDJK-1673)
11+
Given s2i build https://github.com/jerboaa/quarkus-quickstarts from getting-started using quickstart-2.16-s2i-cds
12+
Then container log should not contain A jar file is not the one used while building the shared archive file

0 commit comments

Comments
 (0)