Tuesday, 2019-02-26

*** tosky has quit IRC00:23
*** eharney has quit IRC01:19
*** whoami-rajat has joined #openstack-manila02:01
*** kshitija has joined #openstack-manila06:20
*** kshitija has quit IRC06:29
*** kshitija has joined #openstack-manila06:34
*** logan- has quit IRC07:35
*** logan- has joined #openstack-manila07:37
*** pcaruana has joined #openstack-manila08:35
*** tosky has joined #openstack-manila08:39
*** e0ne has joined #openstack-manila09:25
*** FlorianFa has quit IRC09:30
*** tbarron has quit IRC09:30
*** FlorianFa has joined #openstack-manila09:35
*** kshitija has quit IRC09:50
*** kshitija has joined #openstack-manila10:04
*** kshitija has quit IRC10:20
*** erlon has joined #openstack-manila10:48
*** mauricio_ps has joined #openstack-manila10:48
*** luizbag has joined #openstack-manila10:52
*** ganso has joined #openstack-manila10:58
*** thgcorrea has joined #openstack-manila11:13
*** arne_wiebalck_ has joined #openstack-manila12:27
*** logan_ has joined #openstack-manila12:27
*** logan_ is now known as Guest1164712:28
*** gouthamr has quit IRC12:30
*** kaisers has quit IRC12:30
*** arne_wiebalck has quit IRC12:30
*** logan- has quit IRC12:30
*** openstackgerrit has quit IRC12:30
*** arne_wiebalck_ is now known as arne_wiebalck12:30
*** Guest11647 is now known as logan-12:31
*** kaisers has joined #openstack-manila12:32
*** gouthamr has joined #openstack-manila12:33
*** arne_wiebalck has quit IRC13:05
*** arne_wiebalck has joined #openstack-manila13:07
*** enriquetaso has joined #openstack-manila13:52
*** enriquetaso has quit IRC14:19
*** enriquetaso has joined #openstack-manila14:30
*** eharney has joined #openstack-manila14:46
*** enriquetaso has quit IRC14:48
*** eharney has quit IRC15:13
*** eharney has joined #openstack-manila15:15
*** e0ne has quit IRC15:16
gansogouthamr: hey, we got a dependency problem going on15:18
gansogouthamr: patch https://review.openstack.org/#/c/638231 does not have its dependencies applies probably because of https://review.openstack.org/#/c/63588515:19
gansogouthamr: the ideal way of setting up dependencies and merging would be 635885 <= 635831 <= 63823115:20
gansogouthamr: but I believe we will need to change to 638231 <= 63583115:20
gansogouthamr: there is no way we can run 635831 standalone, because of the test 635885 disables15:21
gansogouthamr: I've never tested running manila-tempest-plugin with a higher microversion than manila... hopefully that works15:22
*** enriquetaso has joined #openstack-manila15:43
*** e0ne has joined #openstack-manila15:53
gansogouthamr: yea it doesn't work https://review.openstack.org/63936616:04
gansogouthamr: I think we will need to split the tests16:08
gansogouthamr: and merge it first16:09
*** lseki has joined #openstack-manila16:15
*** jmlowe has quit IRC16:32
*** pcaruana has quit IRC16:32
*** kshitija has joined #openstack-manila16:50
*** e0ne has quit IRC17:24
* gouthamr reads scrollback17:35
*** jmlowe has joined #openstack-manila17:40
gouthamrganso: i don't see the problem on the upstream gate17:41
gouthamrs/the problem/a problem17:41
*** kshitija has quit IRC17:41
gouthamrwhat is the dependency problem here? i.e, what breaks?17:42
*** openstackgerrit has joined #openstack-manila17:42
openstackgerritMerged openstack/puppet-manila stable/rocky: Support cephfs_volume_mode parameter  https://review.openstack.org/63932717:42
gansogouthamr: sorry for the delay17:44
gansogouthamr: https://review.openstack.org/#/c/638231 is not running the tests accordingly17:44
gansogouthamr: if you check the skip message on test_share_manage module tests, they don't make sense, it is like the patch is not being applied at all17:45
gansogouthamr: the message is not even in the code anymore17:45
gouthamrganso: http://logs.openstack.org/31/638231/3/check/manila-tempest-minimal-dsvm-dummy/dc29533/logs/tempest_2/testr_results.html.gz <- dummy driver test run from https://review.openstack.org/#/c/63823117:57
gouthamrganso: there are other manage tests from the class, and they have run17:58
gouthamrwhich job are you finding them skipped on?17:58
gouthamrganso: on a side note, please enable the tests for the container driver implementation patch, or, make the tests depend on the container driver implementation18:00
gansogouthamr: yea I noticed that I still have to enable them for the container driver. I can't find test_share_servers_manage in the dummy driver run18:00
gansogouthamr: perhaps it is skipping the class entirely and not printing it18:01
gansogouthamr: probably because it is not enable in dummy driver DHSS=True run18:01
gansogouthamr: ok so perhaps the problem is in our CI, not in upstream CI, our CI is currently unable to run the tests at all due to the dependencies18:02
gouthamrganso: yes, if there's a skip decorator on a test class or method, the tests involved are not "discovered" during the initial test discovery18:02
gansogouthamr: thanks for the help Goutham, will enable the dummy and container tests18:03
gouthamrganso: yes, i think we saw that problem on an earlier patch of mine, your CI needs to translate the review URLs to change IDs perhaps..18:03
gansogouthamr: so if we change all patches to use change IDs perhaps it will work?18:03
gouthamrganso: https://review.openstack.org/#/c/628921/ started passing on the netapp job only after the parent merged in manila18:04
gansogouthamr: since we may be using an older version of gerrit, our gerrit probably does not know how to handle depends-on with URLs18:04
gansogouthamr: hmm makes sense18:04
gouthamrganso: your zuul, the depends-on code became really simple in zuulv318:04
gansogouthamr: yea ok, I will change everything to changeIDs18:04
*** kshitija has joined #openstack-manila18:04
openstackgerritRodrigo Barbieri proposed openstack/manila-tempest-plugin master: Temporarily disable test_manage_invalid  https://review.openstack.org/63588518:20
openstackgerritRodrigo Barbieri proposed openstack/manila master: Add manage/unmanage of shares in DHSS=True  https://review.openstack.org/63583118:34
openstackgerritRodrigo Barbieri proposed openstack/manila master: Add manage/unmanage of shares in DHSS=True  https://review.openstack.org/63583118:36
gouthamramito: check these changes: https://review.openstack.org/#/q/status:open+project:openstack/manila+branch:master+topic:pylint , and if you agree, pl0x merge 'em :)18:39
openstackgerritRodrigo Barbieri proposed openstack/manila master: [NetApp] Add manage/unmanage of share servers  https://review.openstack.org/63662518:39
gouthamramito: Please review the pylint changes in this order: https://review.openstack.org/637659/ https://review.openstack.org/638127/ https://review.openstack.org/638067/ https://review.openstack.org/638075/ https://review.openstack.org/638095/18:40
openstackgerritRodrigo Barbieri proposed openstack/manila-tempest-plugin master: Add functional tests for manage/unmanage of shares in DHSS=True  https://review.openstack.org/63823118:42
amitoI'll look at it tonight (your daytime :P it's GMT+2 here) and tomorrow morning, and merge it :)18:43
amitogouthamr: ^18:44
gouthamramito: absolutely, yeah, don't let pylint keep you up at night :D18:44
amitogouthamr: it's either that or completing another quest in Witcher 3 :P18:46
gouthamramito: lol :D enjoy!18:46
amitogouthamr: thx!18:46
*** gouthamr has quit IRC19:20
*** gouthamr_ has joined #openstack-manila19:20
*** e0ne has joined #openstack-manila19:26
*** e0ne has quit IRC19:46
*** e0ne has joined #openstack-manila19:46
*** thgcorrea has quit IRC20:00
*** mauricio_ps has quit IRC20:04
*** luizbag has quit IRC20:07
openstackgerritEric Harney proposed openstack/python-manilaclient master: Re-enable shell completion cache  https://review.openstack.org/63942420:09
*** enriquetaso has quit IRC20:24
*** enriquetaso has joined #openstack-manila20:25
*** e0ne has quit IRC20:31
*** kshitija has quit IRC20:36
*** gouthamr_ is now known as gouthamr20:42
*** takamatsu_ has quit IRC20:48
*** jmlowe has quit IRC20:49
*** takamatsu_ has joined #openstack-manila20:50
gansogouthamr: do you think it makes more sense to change container's driver CI regex to run on all API_WITH_BACKEND, or tag the tests to be BACKEND tests instead of API_WITH_BACKEND?20:51
gansogouthamr: I am more inclined on the former20:51
gansogouthamr: the container driver is running only 7 tests20:51
gansogouthamr: I think it should be running more20:52
gansobswartz, toabctl: Hi folks! Friendly reminder that Manage/Unmanage in DHSS=True patches are ready in gerrit waiting for your reviews: https://wiki.openstack.org/wiki/Manila/SteinCycle#Manage.2FUnmanage_Share_Servers20:54
gansogouthamr, tbarron: thanks for the reviews so far =D20:54
gouthamrganso: why not run the full tree? i'd be glad if we didn't filter out the API tests for any of the first party drivers20:58
gouthamrganso: doubt we're seeing any issues with running time that we envisioned with those tags20:59
gouthamrs/with those/that warranted those20:59
*** lseki has quit IRC21:01
*** erlon has quit IRC21:02
gansogouthamr: hmm okay :D21:04
gansogouthamr: but depending on how long it takes (and how unstable it might get due to flaky tests) we might need to change to API_WITH_BACKEND21:06
*** jmlowe has joined #openstack-manila21:06
*** enriquetaso has quit IRC21:18
*** e0ne has joined #openstack-manila21:28
*** eharney has quit IRC21:33
*** whoami-rajat has quit IRC21:41
*** e0ne has quit IRC22:03
gouthamrganso: true, but the subset of the tests that we'd not be running (i.e, only API tests) are usually only negative tests and they're never supposed to break!22:04
gouthamrokay on to your other patches22:04
gansogouthamr: haha you should check the dummy driver job failures then22:05
gouthamrganso: which ones? i know of two issues with concurrency, both both do need the dummy driver to be up and running, so are API_WITH_BACKEND22:06
gouthamrganso: small activity based off on tbarron's meticulous logging/tagging of these bugs: https://bugs.launchpad.net/manila/+bugs?field.tag=races22:10
gansogouthamr: test_revert_to_snapshot.RevertToSnapshotTest.test_revert_to_latest_snapshot_2_2_46 and setUpClass (manila_tempest_tests.tests.api.admin.test_migration.MigrationWithDifferentSnapshotSupportNFSTest)22:14
openstackgerritRodrigo Barbieri proposed openstack/manila master: [DNM] debug  https://review.openstack.org/63918822:38
*** cmoura has quit IRC23:11
*** cmoura has joined #openstack-manila23:11

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!