-
Notifications
You must be signed in to change notification settings - Fork 14
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
Polishing the core
module by adding missing Javadoc and do some refactoring
#180
Conversation
/test |
/and-test-again |
test-me |
test-again |
ok-to-test |
/test |
Intersmash PR CI check resultsHi @fabiobrz, this comment is meant to report the outcome of Intersmash integration tests, CI checks job <continuous-testing-umb-listener-for-intersmash-pr-checks#72> FAILED: Intersmash integration tests job <eap-8.x-intersmash-integration-tests-community#28> reported failures. Intersmash integration tests job <eap-8.x-intersmash-integration-tests-products-jboss-eap#41> reported failures. Intersmash integration tests job <eap-8.x-intersmash-integration-tests-products-jboss-eap-xp#45> reported failures. |
/test |
Intersmash PR CI check resultsHi @fabiobrz, this comment is meant to report the outcome of Intersmash integration tests, CI checks job <continuous-testing-umb-listener-for-intersmash-pr-checks#74> FAILED:
|
Intersmash PR CI check resultsHi @fabiobrz, this comment is meant to report the outcome of Intersmash integration tests, CI checks job <continuous-testing-umb-listener-for-intersmash-pr-checks#76> FAILED:
|
00aa0a1
to
1d074f9
Compare
/test |
core
module by adding missing Javadoc and do some refactoring
1d074f9
to
9869075
Compare
/test |
9869075
to
522293f
Compare
…e cleanup and Javadoc
522293f
to
507cebf
Compare
/test |
Intersmash PR CI check resultsHi @fabiobrz, this comment is meant to report the outcome of Intersmash integration tests, CI checks job <continuous-testing-umb-listener-for-intersmash-pr-checks#105> FAILED:
|
<eap-8.x-intersmash-integration-tests-products-jboss-eap#59> failed due to a Jenkins error, and was executed again as <eap-8.x-intersmash-integration-tests-products-jboss-eap#60>, which in turn reported 2 failures:
Both are intermittent failures, and actually reported as fixed in the subsequent run, i.e. <eap-8.x-intersmash-integration-tests-products-jboss-eap#62>. Based on the above findings, the changes in the PR are deemed to pass the integration tests and can now be reviewed. |
} | ||
|
||
private static String getSplitCommandNameBasedOnOeratingSystem() { | ||
return System.getProperty("os.name").toLowerCase().startsWith("mac") ? "gcsplit" : "csplit"; |
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.
Is mac supported by other parts of intersmash as well?
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.
No, there are no other places where we take it into account.
That must be a leftover of early implementation of this utility class.
I might file an issue for removal, if you'd be okay with that, or remove it now, although this would mean another "costly" integration-tests round.
WDYT @marekkopecky ?
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.
+1, let's merge it now, the issue for the future would be great.
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.
Thanks @marekkopecky - here's the issue tracker: #198
Description
Some changes for the
core
module, i.e. adding missing Javadoc, refactoring theProcessKeystoregenerator
class, and moving the auto provisioning tooling to theprovisioners
moduleType of change
test, version modification, documentation, etc.)
Checklist