Uh oh!
There was an error while loading. Please reload this page.
CLOUDSTACK-9542 make listNics and ListUserVms return uniform NIC data - #2208
Conversation
borisstoyanov
commented
Jul 28, 2017
Hey @DaanHoogland I think you pinged the wrong Boris, but don't worry |
DaanHoogland
commented
Jul 28, 2017
sorry @borisroman , just missing you ;) |
borisstoyanov
commented
Jul 28, 2017
@blueorangutan test |
borisstoyanov
left a comment
There was a problem hiding this comment.
@DaanHoogland There's one error in travis could this be related to your changes? I doubt so..
File "/home/travis/build/apache/cloudstack/test/integration/smoke/test_primary_storage.py", line 386, in tearDownClass
Exception: Cleanup failed with Execute cmd: deletestoragepool failed, due to: errorCode: 530, errorText:Cannot delete pool Primary XEN as there are associated non-destroyed vols for this pool
borisstoyanov
left a comment
There was a problem hiding this comment.
Looks like few tests are failing due to the listNics changes, will build and try to fix them
borisstoyanov
left a comment
There was a problem hiding this comment.
@DaanHoogland it appears that the router fails to start with the error:
{errorcode : 530, errortext : u'Resource [Host:2] is unreachable: Host 2: Unable to start instance due to Unable to start VM:c36680d3-765e-4d62-85ae-49cd89c04ad1 due to error in finalizeStart, not retrying'}
I think this could be related to your changes.
yadvr
commented
Aug 3, 2017
LGTM, no deletions in returned keys just additive changes. @DaanHoogland however a minor note, the comments may be indented, or just removed. I understand that it notes the sequence of keys, however that's not how the params/keys are serialized/returned in the api response. It just makes the code look bit weird IMO :) |
DaanHoogland
commented
Aug 25, 2017
@rhtyd I agree with your comment on comments (in this case) however those are there just to keep track for the viewer which has been added in which output. I will add cross references to both bits to each other so future generations will be able to make sense of it. |
DaanHoogland
commented
Aug 25, 2017
@borisstoyanov I don't see how a host unreachable can be caused by an API result changing. I will rebase, repackage and retest. |
ff1f891 to
d44b4e1CompareDaanHoogland
commented
Aug 25, 2017
@blueorangutan package |
cloudmonger
commented
Aug 25, 2017
ACS CI BVT RunSumarry: Link to logs Folder (search by build_no):https://www.dropbox.com/sh/r2si930m8xxzavs/AAAzNrnoF1fC3auFrvsKo_8-a?dl=0 Failed tests:
Skipped tests: Passed test suits: |
DaanHoogland
commented
Aug 28, 2017
question about @cloudmonger, everyone: How to find the error output for the failed tests in the dropbox link. There are only numbered directories in there. Must they be grep'd, i.e. all downloaded to search? or can i find a logical link from a failed test name to a location of it's results? @karuturi@kishankavala@sanjaytripathi , @ALL, @anyoneelse, ... |
DaanHoogland
commented
Oct 12, 2017
two runs with the same version led to different fails as I suspected. I don't see direct relation to the code but don't dare to merge. I will rebase and go from there. |
4e18ae6 to
5af64acCompareyadvr
commented
Dec 11, 2017
@DaanHoogland please rebase and fix conflicts |
yadvr
commented
Dec 19, 2017
@DaanHoogland can you fix conflicts on your PR? |
DaanHoogland
commented
Dec 20, 2017
Yes @rhtyd I will rebase one last time. |
5af64ac to
b01d143Compareyadvr
commented
Dec 20, 2017
@DaanHoogland thanks, you know you can kick tests yourself! |
blueorangutan
commented
Dec 20, 2017
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Dec 20, 2017
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-1438 |
yadvr
commented
Dec 20, 2017
@DaanHoogland and also run them ;) |
blueorangutan
commented
Dec 20, 2017
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Dec 20, 2017
Trillian test result (tid-1841)
|
yadvr
commented
Dec 20, 2017
Tests lgtm, additional review required for merging this. |
borisstoyanov
left a comment
There was a problem hiding this comment.
LGTM, based on the latests test results
yadvr
commented
Dec 21, 2017
Merged this based on test results and two lgtms/code reviews. |
Correção de listagem não autorizada de temas da UI Closesapache#2208 See merge request scclouds/scclouds!1262
@PaulAngus@borisroman please see if this is what is expected