Uh oh!
There was an error while loading. Please reload this page.
security_group: Use execute() function instead of non-existing bash() - #2732
Conversation
borisstoyanov
commented
Jul 5, 2018
@blueorangutan package |
blueorangutan
commented
Jul 5, 2018
@borisstoyanov a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Jul 5, 2018
Packaging result: ✔centos6 ✖centos7 ✔debian. JID-2164 |
GabrielBrascher
left a comment
There was a problem hiding this comment.
Code LGTM, tested with master and it fixed the exceptions related with the bash. Thanks.
yadvr
commented
Jul 6, 2018
@wido@GabrielBrascher can you show some test results wrt SG+KVM? |
borisstoyanov
commented
Jul 6, 2018
@blueorangutan package |
blueorangutan
commented
Jul 6, 2018
@borisstoyanov a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Jul 6, 2018
Packaging result: ✖centos6 ✔centos7 ✖debian. JID-2165 |
yadvr
commented
Jul 6, 2018
@blueorangutan package |
blueorangutan
commented
Jul 6, 2018
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Jul 6, 2018
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-2166 |
borisstoyanov
commented
Jul 6, 2018
@blueorangutan test |
blueorangutan
commented
Jul 6, 2018
@borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Jul 6, 2018
Trillian test result (tid-2837)
|
borisstoyanov
left a comment
There was a problem hiding this comment.
@wido@GabrielBrascher I think most of the errors within the smoketest results are addressed by now, we should be able to get clean results if you sync with latest master. Can you also share some test results with Security groups on?
In 6233a77 as a part of PR apache#2432 the bash() function was replaced by the execute() function. Somehow this last calling of the bash() function was not caught by testing and is still in there. This causes Exceptions to be thrown by the Security Group script. Signed-off-by: Wido den Hollander <wido@widodh.nl>
d99d68c to
9c2fa03CompareThe following log messages are from After updating to 4.12: After adding changes from this PR: |
…apache#2732) In 6233a77 as a part of PR apache#2432 the bash() function was replaced by the execute() function. Somehow this last calling of the bash() function was not caught by testing and is still in there. This causes Exceptions to be thrown by the Security Group script. Signed-off-by: Wido den Hollander <wido@widodh.nl>
In 6233a77 as a part of PR #2432 the
bash() function was replaced by the execute() function.
Somehow this last calling of the bash() function was not caught by testing
and is still in there.
This causes Exceptions to be thrown by the Security Group script.
Signed-off-by: Wido den Hollander wido@widodh.nl