Skip to content

Commit 7d9a5ef

Browse files
committed
[OPENJDK-1335] don't use 'available container log'
This is potentially racy. Use 'container log' instead. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent c79cad1 commit 7d9a5ef

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

tests/features/java/openjdk.feature

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,18 @@ Feature: Miscellaneous OpenJDK-related unit tests
8080
| command | bash -c "$JAVA_HOME/bin/java -XshowSettings:properties -version" |
8181
Then available container log should contain file.encoding = UTF-8
8282

83+
@wip
8384
@ubi8/openjdk-8
8485
@ubi8/openjdk-11
8586
@ubi8/openjdk-17
8687
Scenario: Check that transitive weak dependencies are not installed (OPENJDK-1335)
8788
When container is started with args
8889
| arg | value |
8990
| command | rpm -qa |
90-
Then available container log should not contain procps-ng
91-
Then available container log should not contain os-prober
92-
Then available container log should not contain which
93-
Then available container log should not contain systemd-pam
94-
Then available container log should not contain libpwquality
95-
Then available container log should not contain libxkbcommon
96-
Then available container log should not contain kbd
91+
Then container log should not contain procps-ng
92+
Then container log should not contain os-prober
93+
Then container log should not contain which
94+
Then container log should not contain systemd-pam
95+
Then container log should not contain libpwquality
96+
Then container log should not contain libxkbcommon
97+
Then container log should not contain kbd

0 commit comments

Comments
 (0)