-
Notifications
You must be signed in to change notification settings - Fork 53
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
Added integration tests for validating JMX_PORT config #257
base: master
Are you sure you want to change the base?
Conversation
Would it make sense to just mark the expected-to-fail test as disabled for now? |
"cassandra": { | ||
"jmx_port": 8199 | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing trailing newline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
@nickbp Let me mark that test as disabled, and add a task to remind that we need to enable this test. |
@mesosphere-ci retest this please |
@mesosphere-ci retest this please |
@mesosphere-ci retest this please |
1 similar comment
@mesosphere-ci retest this please |
@mohitsoni: The needed change in binary dependency has been made. All tests have passed. Can you get this PR across the line if it is still needed? |
retest this please |
Added two integration tests for validating:
JMX_PORT
being set to 7199 (test_jmx_default)JMX_PORT
(test_jmx_override)Note: The test automation will report
test_jmx_default
asPASSING
andtest_jmx_override
asFAILED
.test_jmx_override
will fail for this PR because we have not updated thehttps://downloads.mesosphere.com/cassandra/assets/apache-cassandra-3.0.8-bin-dcos.tar.gz
yet, which is used by default in the stub universe package. We intend to do that when we'll release our next version.