Thursday, 2019-10-17

clarkbif this is a devstack job then yes00:04
*** bigdogstl has joined #openstack-qa00:06
bigdogstlReview request https://review.opendev.org/#/c/630128/00:08
*** bigdogstl has quit IRC00:14
*** markvoelker has joined #openstack-qa00:15
*** markvoelker has quit IRC00:20
*** markvoelker has joined #openstack-qa00:22
gmanneandersson: try with list the tests using tempest run --list-tests00:24
gmannwith the new changes of skip exception workaround skipUnless at class level should work fine to list the tests in skip list00:26
gmannbut that is the only thing i doubt which might causing this issue if there is any00:28
*** mriedem_afk has quit IRC00:30
gmanneandersson: what version of Tempest and stestr you have locally where it work fine. work fine means skipping tests or run ?00:33
*** haixin has joined #openstack-qa00:49
*** rfolco has joined #openstack-qa00:49
*** rcernin has joined #openstack-qa00:51
*** brinzhang has joined #openstack-qa00:53
eanderssongmann, yea they run locally01:01
eanderssonskipTest basically works, there just isn't an error message01:01
eanderssonor well sorry warning saying hey skipping these tests01:02
eanderssonand the skipUnless was skipping the tests because senlin isn't in the environment01:02
eanderssonWe just assumed skipUnless would print a message or something when skipping01:02
*** brinzhang_ has joined #openstack-qa01:11
*** haixin_inspur has joined #openstack-qa01:12
*** brinzhang has quit IRC01:14
*** haixin has quit IRC01:15
gmanneandersson: yeah it should add the test in skip tests list and print the reason passed in that decorator01:16
*** haixin_inspur has quit IRC01:20
gmanneandersson: it seems same behavior with old Tempest and stestr also  - https://zuul.opendev.org/t/openstack/build/b3b3c22f62764c55a43644a72b9310ce/log/job-output.txt#5283401:24
eanderssonI think what changed is that tempest is in a venv01:24
gmanntesttools is not adding the test in skip list when using  skipUnless at class level01:24
eanderssonor at some point (however long ago) senlin was installed01:25
eanderssonin the same enviornment as the senlin plugin01:25
gmanni think it was same always.01:25
eanderssonIt's possible it was never working, or maybe something changed on the senlin tempest side01:26
gmannyeah, same for py27 job also - https://019ab552bc17f89947ce-f1e24edd0ae51a8de312c1bf83189630.ssl.cf2.rackcdn.com/662677/4/check/senlin-dsvm-tempest-py27-integration/dc1e2c7/testr_results.html.gz01:26
*** anastzhyr has quit IRC01:26
eanderssondtruong, swears that it used to work thou :p01:26
gmanneandersson: i see, this is the one would have stopped this - https://github.com/openstack/senlin-tempest-plugin/commit/c0d869a36d4dd9f39c55fde9df862ac617fb7e6d#diff-3ae915a8bf84c12e9cb441e5a195304b01:27
*** mtreinish has quit IRC01:27
gmanneandersson: in Tempest i think we never used the class level skip using decorator. I can debug the testtool decorator tomorrow and see if using decorator at class level is ok or not.01:29
gmannotherwise senlin-tempest-plugin can use skip_checks() in that tests01:29
gmannthat is standard way in Tempest like tests01:29
gmannexample- https://github.com/openstack/tempest/blob/7fdd39c6dbde37bccd419c4037e1e352a5189c5a/tempest/api/compute/volumes/test_volumes_get.py#L3501:30
eanderssonThanks gmann01:32
gmanneandersson: np!01:33
*** brinzhang has joined #openstack-qa01:34
*** brinzhang_ has quit IRC01:36
*** rfolco has quit IRC01:42
eanderssongmann, do we need that check? It was meant for backwards compatibility01:56
eanderssondoes tempest plugins need to keep compatibility in master?01:56
*** rh-jelabarre has joined #openstack-qa01:57
gmanneandersson: yes, because master version should be used for stable branch testing. If that version is there in all supported stable branches (stable/queens onwards) then we can remove otherwise we should keep the check01:57
eanderssonI see - guess I need to figure out a better way of doing that check01:58
eanderssonIs installing senlin in the tempest venv an option? lol01:58
gmannskip_check is best way to do that.01:58
eanderssonah and set it it .zuul.yaml or something?01:59
eanderssonor the tempest config01:59
gmannno, in tests only. remove the skipUnless and add the same condition in skip_checks class method01:59
gmanntempest setUpClass will take care of everything else01:59
eanderssonI see02:00
gmannsame way you are doing in base class - https://github.com/openstack/tempest/blob/7fdd39c6dbde37bccd419c4037e1e352a5189c5a/tempest/api/compute/volumes/test_volumes_get.py#L3502:00
*** brinzhang_ has joined #openstack-qa02:05
*** brinzhang_ has quit IRC02:05
*** brinzhang has quit IRC02:08
eanderssongmann, guessing something like this https://review.opendev.org/#/c/689054/ ?02:11
gmanneandersson: yes. it should work fine now.02:13
*** dave-mccowan has quit IRC03:00
*** pleia2 has quit IRC03:04
*** xinranwang has joined #openstack-qa03:07
*** rh-jelabarre has quit IRC03:11
*** pleia2 has joined #openstack-qa03:13
*** nweinber has joined #openstack-qa03:32
*** ramishra has joined #openstack-qa03:44
*** nweinber has quit IRC03:51
*** larainema has joined #openstack-qa03:55
*** ramishra has quit IRC03:56
*** igordc has quit IRC04:15
*** ramishra has joined #openstack-qa04:17
*** pcaruana has joined #openstack-qa04:18
*** soniya29 has joined #openstack-qa04:34
*** markvoelker has quit IRC04:45
*** gcheresh_ has joined #openstack-qa04:51
*** lbragstad has quit IRC04:53
*** lbragstad has joined #openstack-qa04:53
*** dansmith has quit IRC04:54
*** ianw has quit IRC04:54
*** ianw_ has joined #openstack-qa04:55
*** dansmith has joined #openstack-qa04:55
*** ianw_ is now known as ianw04:56
*** Luzi has joined #openstack-qa05:04
*** surpatil has joined #openstack-qa05:22
*** gcheresh_ has quit IRC05:25
*** sridharg has joined #openstack-qa05:33
*** brinzhang has joined #openstack-qa05:34
*** gcheresh_ has joined #openstack-qa05:38
*** brinzhang has quit IRC05:39
*** raukadah is now known as chandankumar05:49
*** gcheresh_ has quit IRC06:03
*** rcernin has quit IRC06:18
*** udesale has joined #openstack-qa06:22
*** ccamposr__ has quit IRC06:33
*** ccamposr has joined #openstack-qa06:33
*** markvoelker has joined #openstack-qa06:46
*** markvoelker has quit IRC06:51
*** trident has quit IRC06:55
*** slaweq has joined #openstack-qa06:55
*** trident has joined #openstack-qa06:58
*** tesseract has joined #openstack-qa07:09
*** tosky has joined #openstack-qa07:16
*** jpena|off is now known as jpena07:24
*** rpittau|afk is now known as rpittau07:52
*** xinranwang has quit IRC07:57
*** dtantsur|afk is now known as dtantsur07:59
*** e0ne has joined #openstack-qa08:01
*** noama has joined #openstack-qa08:05
openstackgerritSlawek Kaplonski proposed openstack/devstack master: Add possibility to configure manually MYSQL_SERVICE_NAME  https://review.opendev.org/68120108:08
openstackgerritJens Harbott (frickler) proposed openstack/devstack master: Change USE_PYTHON3=True by default  https://review.opendev.org/64909708:14
*** lucasagomes has joined #openstack-qa08:15
*** e0ne_ has joined #openstack-qa08:17
*** e0ne has quit IRC08:17
*** kopecmartin|off is now known as kopecmartin08:23
openstackgerritAbhishek Kekane proposed openstack/devstack master: Glance: Add support to configure multiple file stores  https://review.opendev.org/68910409:03
openstackgerritSoniya Murlidhar Vyas proposed openstack/tempest master: Moved subunit_describe_calls from argparse to cliff  https://review.opendev.org/68283509:09
*** e0ne has joined #openstack-qa09:10
*** e0ne_ has quit IRC09:11
*** brinzhang has joined #openstack-qa09:57
*** gfidente has joined #openstack-qa09:58
*** Luzi has quit IRC10:00
openstackgerritJens Harbott (frickler) proposed openstack/devstack master: Change USE_PYTHON3=True by default  https://review.opendev.org/64909710:25
openstackgerritJens Harbott (frickler) proposed openstack/devstack master: Handle uninstalled python3  https://review.opendev.org/68879910:25
*** soniya29 has quit IRC10:26
*** brinzhang_ has joined #openstack-qa10:34
*** brinzhang has quit IRC10:36
*** brinzhang has joined #openstack-qa10:37
*** brinzhang_ has quit IRC10:38
*** Luzi has joined #openstack-qa10:44
*** dmellado has quit IRC10:55
*** dmellado has joined #openstack-qa10:57
*** brinzhang_ has joined #openstack-qa10:57
*** udesale has quit IRC10:57
*** brinzhang_ has quit IRC10:58
*** brinzhang has quit IRC11:00
*** jpena is now known as jpena|lunch11:09
*** mtreinish has joined #openstack-qa11:12
*** nweinber has joined #openstack-qa11:32
openstackgerritMerged openstack/devstack master: Remove deprecated PostgreSQL database driver  https://review.opendev.org/67849611:39
*** dviroel has joined #openstack-qa11:45
*** nweinber has quit IRC11:46
*** Luzi has quit IRC11:48
*** markvoelker has joined #openstack-qa11:48
*** raildo has joined #openstack-qa11:56
*** ccamposr has quit IRC12:00
*** rh-jelabarre has joined #openstack-qa12:02
*** Luzi has joined #openstack-qa12:04
*** ccamposr has joined #openstack-qa12:06
*** ccamposr has quit IRC12:10
openstackgerritJens Harbott (frickler) proposed openstack/devstack master: Change USE_PYTHON3=True by default  https://review.opendev.org/64909712:18
*** jpena|lunch is now known as jpena12:19
openstackgerritJens Harbott (frickler) proposed openstack/devstack master: Handle uninstalled python3  https://review.opendev.org/68879912:22
*** rfolco has joined #openstack-qa12:23
*** larainema has quit IRC12:26
openstackgerritJens Harbott (frickler) proposed openstack/devstack master: Handle uninstalled python3  https://review.opendev.org/68879912:27
brtknrhow do i use python3 by default in devstack?12:33
brtknri looked in the docs and dont see anything obvious12:34
*** ccamposr has joined #openstack-qa12:34
toskybrtknr: see one of the proposed change above, like https://review.opendev.org/649097 - you just need to set USE_PYTHON3=True in the devstack configuration file12:35
brtknrtosky: tyvm12:36
*** brinzhang has joined #openstack-qa12:37
*** dtantsur is now known as dtantsur|brb12:38
*** ccamposr has quit IRC12:39
*** ccamposr has joined #openstack-qa12:42
*** mriedem has joined #openstack-qa12:42
*** dave-mccowan has joined #openstack-qa12:44
*** ccamposr has quit IRC12:46
*** Luzi has quit IRC12:48
*** Luzi has joined #openstack-qa12:49
*** ramishra has quit IRC12:49
*** ccamposr has joined #openstack-qa12:52
*** brinzhang_ has joined #openstack-qa12:54
*** brinzhang has quit IRC12:56
*** rfolco is now known as rfolco|ruck13:03
*** nweinber has joined #openstack-qa13:04
*** iurygregory has joined #openstack-qa13:12
*** gcheresh_ has joined #openstack-qa13:14
*** udesale has joined #openstack-qa13:16
*** gcheresh_ has quit IRC13:22
*** lbragsta_ has joined #openstack-qa13:42
*** brinzhang has joined #openstack-qa13:47
openstackgerritMatt Riedemann proposed opendev/elastic-recheck master: Add query for networkx 2.4 bug 1848499  https://review.opendev.org/68916013:49
openstackbug 1848499 in OpenStack Compute (nova) "tests fail with networkx 2.4: "AttributeError: 'DiGraph' object has no attribute 'node'"" [Critical,In progress] https://launchpad.net/bugs/1848499 - Assigned to Balazs Gibizer (balazs-gibizer)13:49
*** brinzhang_ has quit IRC13:50
*** Luzi has quit IRC13:57
*** ramishra has joined #openstack-qa14:03
*** brinzhang_ has joined #openstack-qa14:08
*** brinzhang has quit IRC14:12
openstackgerritMerged opendev/elastic-recheck master: Add query for networkx 2.4 bug 1848499  https://review.opendev.org/68916014:12
openstackbug 1848499 in OpenStack Compute (nova) "tests fail with networkx 2.4: "AttributeError: 'DiGraph' object has no attribute 'node'"" [Critical,In progress] https://launchpad.net/bugs/1848499 - Assigned to Balazs Gibizer (balazs-gibizer)14:12
*** dtantsur|brb is now known as dtantsur14:14
*** jdwidari has joined #openstack-qa14:15
*** surpatil has quit IRC14:16
*** noama has quit IRC14:38
*** sridharg has quit IRC14:43
*** jpena is now known as jpena|off14:47
*** mattw4 has joined #openstack-qa15:18
*** igordc has joined #openstack-qa15:24
*** surpatil has joined #openstack-qa15:25
*** surpatil is now known as surpatil|dinner15:26
*** gcheresh_ has joined #openstack-qa15:29
*** e0ne has quit IRC15:29
*** gcheresh_ has quit IRC15:38
*** ramishra has quit IRC15:41
*** surpatil|dinner is now known as surpatil15:47
*** brinzhang_ has quit IRC15:49
*** brinzhang_ has joined #openstack-qa15:50
*** brinzhang_ has quit IRC15:51
openstackgerritStephen Finucane proposed openstack/devstack master: stackrc: Change default Python 3 version  https://review.opendev.org/68758815:52
*** lucasagomes has quit IRC15:59
*** udesale has quit IRC16:22
*** ccamposr__ has joined #openstack-qa16:23
*** ccamposr has quit IRC16:25
*** markvoelker has quit IRC16:26
*** rpittau is now known as rpittau|afk16:27
*** SurajPatil has joined #openstack-qa16:33
*** surpatil has quit IRC16:36
*** dtantsur is now known as dtantsur|afk16:37
*** ccamposr has joined #openstack-qa16:38
*** ccamposr__ has quit IRC16:40
*** jpena|off is now known as jpena16:44
*** markvoelker has joined #openstack-qa17:05
*** amodi has joined #openstack-qa17:07
*** mriedem has quit IRC17:55
*** mriedem has joined #openstack-qa17:56
*** jpena is now known as jpena|off18:24
*** lbragsta_ has quit IRC18:29
*** SurajPatil has quit IRC18:40
*** gfidente has quit IRC18:59
*** gcheresh_ has joined #openstack-qa18:59
*** tesseract has quit IRC19:07
*** iurygregory has quit IRC19:18
*** e0ne has joined #openstack-qa19:25
*** gcheresh_ has quit IRC19:31
openstackgerritMatt Riedemann proposed openstack/devstack master: Revert "Remove deprecated PostgreSQL database driver"  https://review.opendev.org/68925019:34
*** e0ne has quit IRC19:34
clarkbmriedem: re ^ I believe the messaging around deprecating it in pike is related to the session we had in boston (boston was pike right?) where sdague said lets remove postgres because it doesn't work and no one cares for it19:35
clarkbmriedem: in that session Suse stood up and said "we care for it and will make it work"19:35
mriedemthe tc resolution was abandoned,19:36
clarkbif I had a hunch the recent Suse news has bubbled that back up again as "lets delete it then"19:36
mriedemand yes the conclusion was there are people that use it and it's not broken so why drop it19:36
clarkbbut I don't know that anyone other than suse was consulted first19:36
* clarkb will type what was typed here on the change one moment pleas19:36
mriedemok, well no one is using the sev stuff that suse added to nova in train so we can drop that too19:36
clarkbwell I don't think we should drop it19:37
mriedemi'm cool with dropping most things that are not being used and causing a nuisance, like nova-network and cells v1, but this is like super minimal energy to "maintain"19:37
clarkbI think not dropping it if it works (your assertion with devstack) is the better path19:37
mriedemstephen posted the patch in august so i don't think it has anything to do with the recent suse news btw19:38
clarkboh huh19:38
mriedemmy guess is it's just stephen wanting to delete stuff19:38
clarkbpersonally I think it would help to condense the non uiser facing feature stuff (postgres vs mysql doesn't really enable user functionality) to simplify things overall in openstack. But I've made that argument for moer than half a decade and always been on the wrong side. As long as people on the other side are keeping things working I have no strong objections to making it work. Also in this particular19:43
clarkbcase having multiple DBs has been useful to shake out bugs in the past.19:43
clarkbsemi related, I think we made etcd a base service and no one really uses it at all yet, but it consumes a bunch of memory that could be used to avoid swapping in devstack jobs instead19:44
clarkbmriedem: any idea if cinder backup ended up being removed from the default service list to help with ^19:44
mriedemcinder services are the only things in the integrated gate19:44
mriedemclarkb: my patch is still sitting19:45
clarkb:/19:45
mriedemin my local.conf i disable tempest, etcd, c-bak, and horizon19:45
clarkbya I think for our nodepool jobs we do similar19:45
* clarkb double checks19:45
mriedemhttps://review.opendev.org/#/c/651865/ is the c-bak change19:46
openstackgerritMatt Riedemann proposed openstack/tempest master: Disable c-bak service in tempest-full* jobs  https://review.opendev.org/65186519:48
clarkbwe disable tempest cinder and horizon but not etcd19:48
*** ccamposr__ has joined #openstack-qa19:49
*** pcaruana has quit IRC19:49
*** ccamposr has quit IRC19:50
openstackgerritEric Harney proposed openstack/devstack master: Cinder: only set volume_clear for LVM  https://review.opendev.org/68925519:51
*** e0ne has joined #openstack-qa19:52
*** e0ne has quit IRC19:53
openstackgerritMatt Riedemann proposed openstack/devstack master: Revert "Remove deprecated PostgreSQL database driver"  https://review.opendev.org/68925019:58
openstackgerritMatt Riedemann proposed openstack/devstack master: Revert "Generate deprecation warning for postgresql"  https://review.opendev.org/49008319:58
*** jdwidari has quit IRC20:14
*** igordc has quit IRC20:26
*** nweinber has quit IRC20:30
openstackgerritSlawek Kaplonski proposed openstack/devstack master: Add possibility to configure manually MYSQL_SERVICE_NAME  https://review.opendev.org/68120120:34
*** mattw4 has quit IRC20:48
*** mattw4 has joined #openstack-qa20:48
*** mriedem has quit IRC20:49
*** e0ne has joined #openstack-qa20:57
*** igordc has joined #openstack-qa20:58
*** trident has quit IRC20:58
*** raildo has quit IRC21:01
*** igordc has quit IRC21:03
*** trident has joined #openstack-qa21:04
*** igordc has joined #openstack-qa21:09
*** e0ne has quit IRC21:11
*** lbragstad has quit IRC21:14
*** rfolco|ruck has quit IRC21:17
*** lbragstad has joined #openstack-qa21:24
*** rcernin has joined #openstack-qa21:39
*** markvoelker has quit IRC21:39
*** rcernin has quit IRC21:53
*** slaweq has quit IRC21:56
openstackgerritPhil Sphicas proposed openstack/tempest master: Update test_port_list_filter_by_ip pass conditions  https://review.opendev.org/67685221:59
*** tosky has quit IRC22:02
*** rcernin has joined #openstack-qa22:09
*** rcernin has quit IRC22:27
*** rcernin has joined #openstack-qa22:27
*** adriant has quit IRC22:46
*** kopecmartin is now known as kopecmartin|off22:56
*** mattw4 has quit IRC22:58
*** mattw4 has joined #openstack-qa22:59
*** markvoelker has joined #openstack-qa23:40
*** mattw4 has quit IRC23:41
*** markvoelker has quit IRC23:45
*** nweinber has joined #openstack-qa23:58

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