opendevreview | kiran pawar proposed openstack/manila master: Fix leak of ports on share server deletion https://review.opendev.org/c/openstack/manila/+/920513 | 07:33 |
---|---|---|
opendevreview | kiran pawar proposed openstack/manila master: Fix deferred deletion in share show https://review.opendev.org/c/openstack/manila/+/920547 | 08:28 |
opendevreview | kiran pawar proposed openstack/manila master: Fix deferred deletion in share show https://review.opendev.org/c/openstack/manila/+/920547 | 09:54 |
fnn45 | gouthamr, clarkb. Probably we have an issue with zuul runner. Trying to solve it. Meanwhile I have link to logs of real pipeline. Could you have a look pls? Is there something missing? http://vast-zuul-ci-logs.s3-website-eu-west-1.amazonaws.com/t/opendev/build/6e4c36f1f06e4372a0691b1ef4d0ed0b/ | 13:15 |
opendevreview | Volodymyr Boiko proposed openstack/manila master: Add share driver for VastData storage https://review.opendev.org/c/openstack/manila/+/915380 | 22:13 |
gouthamr | fnn45: i think clarkb just clarified that your CI user account doesn't need any permissions to be able to upload results back to gerrit.. so i presume the change with Verified: 0 didn't work? | 22:20 |
fnn45 | gouthamr. It works. There was problem with our runner. So no issues so far. I've just start new pipeline which should (I hope) work end-to-end. Meanwhile I'd like to ask you to review how our logs looks like http://vast-zuul-ci-logs.s3-website-eu-west-1.amazonaws.com/t/opendev/build/6e4c36f1f06e4372a0691b1ef4d0ed0b/ | 22:23 |
gouthamr | fnn45: ah great; ack | 22:24 |
gouthamr | fnn45: thanks.. can the whole /etc/ folder from the devstack machine be added to that log? | 22:25 |
fnn45 | gouthamr. No problem. Whatever u want | 22:26 |
gouthamr | besides that, i think this looks great! | 22:26 |
gouthamr | fnn45: have you attempted to run the tests under manila_tempest_tests.tests.scenario ? these will spawn VMs via OpenStack Nova, mount shares and r/w data | 22:29 |
fnn45 | gouthamr here is my command: tempest run --workspace wrk --concurrency 5 -r manila_tempest_tests.tests.api --subunit | 22:33 |
fnn45 | it suppose to run all tests. No? | 22:33 |
gouthamr | fnn45: ah; there are three kinds of tests under the path: "manila_tempest_tests.tests" --- these are api, scenario and rbac | 22:33 |
fnn45 | can I specify manila_tempest_tests.tests ? To run all of them? | 22:34 |
gouthamr | you don't need to run rbac tests; but, scenario is definitely helpful.. none of the API tests will attempt to "use" the shares they create.. i.e., mount and read/write data | 22:34 |
gouthamr | fnn45: sure you can; or use a fancy regex like this: '(^manila_tempest_tests.tests)(?=.*\[.*\bbackend\b.*\])' | 22:36 |
gouthamr | fnn45: https://docs.openstack.org/manila/latest/contributor/tempest_tests.html#running-tests | 22:37 |
fnn45 | So '(^manila_tempest_tests.tests)(?=.*\[.*\bbackend\b.*\])' is enough to run all important suites right? | 22:37 |
gouthamr | ^ yes | 22:37 |
fnn45 | Cool. Thx | 22:37 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!