-
Notifications
You must be signed in to change notification settings - Fork 13
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
Removed the method CommandLineBasedKeystoreGenerator::getSplitCommand… #203
Conversation
…NameBasedOnOeratingSystem Removed the above mentioned method. It was returning "gcsplit" when the "os.name" property was "mac", and "csplit" otherwise. Since Intersmash supports only Linux execution, I hardcoded the value "csplit" where the method call was returning this value, as it is not supposed to change.
/test |
Intersmash PR CI check resultsHi @TheMarvelFan, this comment is meant to report the outcome of Intersmash integration tests, CI checks job <continuous-testing-umb-listener-for-intersmash-pr-checks#136> FAILED:
|
Hi @fabiobrz, Thanks! |
<eap-8.x-intersmash-integration-tests-community#64> reported 1 failure, i.e.:
which is a new one, but unrelated to the changes in this PR. We're investigating it as it happens with the
<eap-8.x-intersmash-integration-tests-products-jboss-eap#74> reported 1 failure, i.e.:
which is an intermittent one, reported as fixed by the subsequent run: <eap-8.x-intersmash-integration-tests-products-jboss-eap#75> ✅
<eap-8.x-intersmash-integration-tests-products-jboss-eap-xp#80> reported 3 failures, i.e.:
All of them are intermittent issue, reported as fixed by the subsequent run: <eap-8.x-intersmash-integration-tests-products-jboss-eap-xp#81> ✅ Based on the above findings, the changes in the PR are deemed to pass the integration tests and can now be reviewed. |
Sure @TheMarvelFan - what you see here is the result of integration tests which have been triggered by a comment of mine. The report is posted as a comment made by me, although it is an automated process. This is a temporary solution which we're testing and improving right now. In theory we aim at using a service account and proper checks. See more details here.
Hopefully it's more clear now, but definitely thank you for your feedback, which helps us improve the CI processes and the related documentation. As you can see above, I've then reviewed the failures in the jobs which are mentioned in the report, and have deemed the changes to pass the integration tests 🙂 |
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 for your PR and for your first contribution to the Intersmash prject @TheMarvelFan! 🎉
Feel free to keep contributing, by logging issues, working on existing ones, or discuss topics! - we love to get feedback from the community 🙂
Changes LGTM, merging!
…NameBasedOnOeratingSystem
Fixes issue #198
Removed the above mentioned method. It was returning "gcsplit" when the "os.name" property was "mac", and "csplit" otherwise.
Since Intersmash supports only Linux execution, I hardcoded the value "csplit" where the method call was returning this value, as it is not supposed to change.
Description
Type of change
test, version modification, documentation, etc.)
Checklist