Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAYARA-3805 Cannot edit, add, or delete JVM options from Admin Console #3957

Merged
merged 2 commits into from
May 16, 2019

Conversation

AlanRoth
Copy link

The problem was caused by '-XX:NewRatio=2' as previously it was assumed -X command-line options didn't require a value like in -D command-line options.

@AlanRoth AlanRoth self-assigned this May 16, 2019
@@ -352,10 +352,10 @@ private String getErrorMessage(Map<String, String> data, ActionReport ar) {
results.put(key, entry.getValue());
} else {
options.append(sep).append(removeVersioning ? new JvmOption(key).option : key);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tabz

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spaces ;)

@Pandrex247 Pandrex247 added this to the 5.192 milestone May 16, 2019
@Pandrex247
Copy link
Member

Jenkins test please

Copy link
Contributor

@jbee jbee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check order of assertEquals arguments.

@Pandrex247
Copy link
Member

@jbee It's using TestNg assert equals rather than Junit assert equals - they take expected and actual in reverse of each other (which is just lovely and will never lead to confusion)

@AlanRoth AlanRoth merged commit a8b51d9 into payara:master May 16, 2019
AlanRoth pushed a commit to AlanRoth/Payara that referenced this pull request Aug 13, 2019
Updated versions to align with CQs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants