Tuesday, 2024-05-28

opendevreviewkiran pawar proposed openstack/manila master: Fix leak of ports on share server deletion  https://review.opendev.org/c/openstack/manila/+/92051307:33
opendevreviewkiran pawar proposed openstack/manila master: Fix deferred deletion in share show  https://review.opendev.org/c/openstack/manila/+/92054708:28
opendevreviewkiran pawar proposed openstack/manila master: Fix deferred deletion in share show  https://review.opendev.org/c/openstack/manila/+/92054709:54
fnn45gouthamr, 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
opendevreviewVolodymyr Boiko proposed openstack/manila master: Add share driver for VastData storage  https://review.opendev.org/c/openstack/manila/+/91538022:13
gouthamrfnn45: 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
fnn45gouthamr. 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
gouthamrfnn45: ah great; ack22:24
gouthamrfnn45: thanks.. can the whole /etc/ folder from the devstack machine be added to that log? 22:25
fnn45gouthamr. No problem. Whatever u want22:26
gouthamrbesides that, i think this looks great!22:26
gouthamrfnn45: 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 data22:29
fnn45gouthamr here is my command:   tempest run --workspace wrk --concurrency 5 -r manila_tempest_tests.tests.api --subunit 22:33
fnn45it suppose to run all tests. No? 22:33
gouthamrfnn45: ah; there are three kinds of tests under the path: "manila_tempest_tests.tests" --- these are api, scenario and rbac22:33
fnn45can I specify manila_tempest_tests.tests ? To run all of them?22:34
gouthamryou 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 data22:34
gouthamrfnn45: sure you can; or use a fancy regex like this: '(^manila_tempest_tests.tests)(?=.*\[.*\bbackend\b.*\])'22:36
gouthamrfnn45: https://docs.openstack.org/manila/latest/contributor/tempest_tests.html#running-tests22:37
fnn45So  '(^manila_tempest_tests.tests)(?=.*\[.*\bbackend\b.*\])' is enough to run all important suites right? 22:37
gouthamr^ yes22:37
fnn45Cool. Thx22:37

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!