-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jayashree Huttanagoudar <[email protected]>
- Loading branch information
Showing
3 changed files
with
44 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@ubi8/openjdk-8 | ||
@ubi8/openjdk-11 | ||
@ubi8/openjdk-17 | ||
@ubi8/openjdk-21 | ||
Feature: OpenJDK JAVA s2i Runtime tests | ||
|
||
Scenario: JAVA_OPTIONS sets JAVA_OPTS and overrides defaults (OPENJDK-2009) | ||
Given container is started with env | ||
| variable | value | | ||
| JAVA_OPTIONS | --show-version | | ||
Then container log should not contain -XX:MaxRAMPercentage | ||
And container log should contain --show-version |