*** oomichi has quit IRC | 00:01 | |
*** Swami__ has quit IRC | 00:02 | |
openstackgerrit | Matthew Treinish proposed openstack/openstack-health: Set default type for stacked area to expanded https://review.openstack.org/258199 | 00:03 |
---|---|---|
*** Swami_ has joined #openstack-qa | 00:03 | |
mtreinish | timothyb89, david-lyle_, jhesketh: ^^^ | 00:04 |
mtreinish | a simple 1 liner | 00:04 |
*** e0ne has quit IRC | 00:04 | |
jhesketh | mtreinish: reviewed - needs a small fix | 00:05 |
*** jrcloud has joined #openstack-qa | 00:07 | |
*** oomichi has joined #openstack-qa | 00:09 | |
openstackgerrit | Matthew Treinish proposed openstack/openstack-health: Set default type for stacked area to expanded https://review.openstack.org/258199 | 00:10 |
*** zz_dimtruck is now known as dimtruck | 00:10 | |
mtreinish | jhesketh: oops, good catch | 00:10 |
openstackrecheck | Console logs not available after 13:29s for gate-nova-python27 197569,23,a9c7b3a | 00:10 |
*** zackf has quit IRC | 00:10 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add debugging info for test_baremetal_basic_ops https://review.openstack.org/257863 | 00:12 |
jhesketh | mtreinish: I'm not familiar with the classes. I assume 'expand' is correct and not 'expanded'? | 00:19 |
mtreinish | yeah, I had to google it | 00:20 |
jhesketh | shiny | 00:20 |
mtreinish | I couldn't figure it out even look at the module on github | 00:20 |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python27 258004,1,87b2389 | 00:23 |
*** Swami__ has joined #openstack-qa | 00:25 | |
openstackgerrit | Merged openstack-infra/subunit2sql: Handle test_runs without metadata in write_subunit https://review.openstack.org/255462 | 00:25 |
*** Swami_ has quit IRC | 00:27 | |
*** nic has left #openstack-qa | 00:30 | |
*** zhangjn has joined #openstack-qa | 00:30 | |
*** david-lyle has joined #openstack-qa | 00:36 | |
*** david-lyle_ has quit IRC | 00:36 | |
openstackrecheck | Console logs not available after 13:26s for gate-nova-python27 258005,1,8ac3dbc | 00:37 |
*** artom_ has quit IRC | 00:39 | |
*** dimtruck is now known as zz_dimtruck | 00:40 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Make create_image use **kwargs https://review.openstack.org/251310 | 00:46 |
*** itzikb has joined #openstack-qa | 00:47 | |
*** ccneill has quit IRC | 00:49 | |
openstackrecheck | Console logs not available after 13:29s for gate-tempest-dsvm-full 193894,5,19c14c5 | 00:51 |
*** davideagnello has quit IRC | 00:54 | |
*** hoangcx has joined #openstack-qa | 00:54 | |
*** hoangcx has left #openstack-qa | 00:55 | |
mtreinish | jhesketh: found it in the source: https://github.com/novus/nvd3/blob/master/src/models/stackedArea.js#L296-L320 | 00:59 |
*** salv-orlando has joined #openstack-qa | 01:00 | |
oomichi | mtreinish: ironic job still is not on good condition. | 01:02 |
mtreinish | oomichi: nope | 01:02 |
mtreinish | oomichi: jroll pushed a patch to make it nonvoting on tempest | 01:02 |
openstackgerrit | Zack Feldstein proposed openstack/tempest: Fix password not strong enough failures https://review.openstack.org/178561 | 01:03 |
oomichi | mtreinish: I post a patch for no-voting https://review.openstack.org/#/c/258210/1 | 01:03 |
mtreinish | and there is a timeout bump in d-g which might make it better | 01:03 |
oomichi | mtreinish: ok, will drop my patch | 01:03 |
mtreinish | oomichi: https://review.openstack.org/#/c/258179/ | 01:03 |
oomichi | mtreinish: thanks, +1 | 01:04 |
*** lutostag_ has quit IRC | 01:04 | |
openstackrecheck | Console logs not available after 13:23s for gate-horizon-npm-run-lint 246745,9,aa9773a | 01:05 |
*** eil397 has quit IRC | 01:05 | |
*** pvaneck has quit IRC | 01:05 | |
oomichi | mtreinish: yeah, d-g patch will help us | 01:05 |
oomichi | mtreinish: the other is https://review.openstack.org/#/c/257863/ for debugging | 01:05 |
mtreinish | oomichi: is that just to see the node state when the test times out? | 01:07 |
mtreinish | oh I see, it's the node state, but tempest is querying the nova api and interacting with that normally | 01:09 |
mtreinish | so we don't know what ironic is doing under the covers that's taking so long? | 01:09 |
*** oomichi_ has joined #openstack-qa | 01:09 | |
oomichi_ | mtreinish: yeah, that is right | 01:09 |
*** zz_dimtruck is now known as dimtruck | 01:10 | |
oomichi_ | mtreinish: when the problem happens, now we cannot know the status of problematic baremetal node | 01:10 |
oomichi_ | mtreinish: the patch adds it | 01:10 |
*** oomichi has quit IRC | 01:11 | |
*** Swami__ has quit IRC | 01:12 | |
*** oomichi_ has quit IRC | 01:12 | |
*** oomichi has joined #openstack-qa | 01:12 | |
*** jacky_zhang has joined #openstack-qa | 01:14 | |
mtreinish | oomichi: so I'm not sure tempest is the right place for that logging tbh. It feels like something nova needs to log | 01:14 |
*** armax has quit IRC | 01:14 | |
mtreinish | because tempest isn't really interacting with ironic for the operation that's timing out | 01:15 |
mtreinish | it issues a rebuild to nova and then waits against the nova api for the rebuild to finish | 01:15 |
oomichi | mtreinish: IIRC, nova doesn't collect this kind of info after problem happens on the other services side basically | 01:16 |
mtreinish | oomichi: sure I can see that. I'm just wondering if this is really the ux we want for people using the ironic driver through nova | 01:16 |
oomichi | mtreinish: and the problematic test is a baremetal test. so not so bad to add this kind of log | 01:17 |
*** salv-orlando has quit IRC | 01:17 | |
oomichi | mtreinish: nice point. for the production env, your point will be helpful | 01:17 |
oomichi | mtreinish: because users are not tempest ;) | 01:18 |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-neutron-full 258030,2,d1631f1 | 01:18 |
mtreinish | sure, but its a baremetal test only because it checks the underlying ironic state is the right thing after issuing nova calls. It really doesn't feel like a tempest test but more a nova driver functional test... | 01:19 |
openstackgerrit | Jacky_lei_zhang proposed openstack/tempest: Make volume_types_client use **kwargs https://review.openstack.org/250228 | 01:19 |
mtreinish | like you could get rid of the 1 get_node call and it'd be a nova test | 01:20 |
*** yangyapeng has joined #openstack-qa | 01:20 | |
mtreinish | and tempest is kinda a user. Not a very typical one, but its limited in how it can interact with a cloud the same way a user is. It also should be able to run against a prod env | 01:21 |
*** eil397 has joined #openstack-qa | 01:24 | |
mtreinish | oomichi: anyway I reviewed it | 01:25 |
oomichi | mtreinish: yeah, if removing get_node from the test, it becomes nova test | 01:25 |
oomichi | mtreinish: thanks :) | 01:25 |
*** shuquan has joined #openstack-qa | 01:26 | |
*** markvoelker has quit IRC | 01:29 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm 257888,7,511997c | 01:31 |
jacky_zhang | hi oomichi gmann ,could you please review https://review.openstack.org/#/c/250228/ if you have time,thanks | 01:33 |
*** eil397 has quit IRC | 01:33 | |
*** shuquan has quit IRC | 01:33 | |
*** dimtruck is now known as zz_dimtruck | 01:39 | |
*** weshay has quit IRC | 01:40 | |
*** shuquan has joined #openstack-qa | 01:41 | |
openstackgerrit | Jacky_lei_zhang proposed openstack/tempest: Make volume_qos_client use **kwargs https://review.openstack.org/257709 | 01:42 |
openstackrecheck | Console logs not available after 13:24s for gate-nova-python27 258020,1,0a6c55e | 01:45 |
*** ccneill has joined #openstack-qa | 01:49 | |
*** itzikb has quit IRC | 01:56 | |
openstackrecheck | Console logs not available after 13:25s for gate-keystone-pep8 249958,10,2404d5e | 01:58 |
*** dims has quit IRC | 01:59 | |
*** salv-orlando has joined #openstack-qa | 02:00 | |
*** weshay has joined #openstack-qa | 02:00 | |
*** mtanino has quit IRC | 02:01 | |
*** shuquan has quit IRC | 02:03 | |
*** salv-orlando has quit IRC | 02:05 | |
*** bochi-michael has joined #openstack-qa | 02:11 | |
*** zhangjn has quit IRC | 02:11 | |
*** jecarey has joined #openstack-qa | 02:11 | |
*** hitalia has quit IRC | 02:11 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-full-ceph 248852,2,6fa3e7c | 02:12 |
*** jecarey has quit IRC | 02:15 | |
*** zhangjn has joined #openstack-qa | 02:16 | |
*** __maurosr__ has joined #openstack-qa | 02:16 | |
*** zhangjn has quit IRC | 02:17 | |
*** timello_ has joined #openstack-qa | 02:17 | |
*** ekhugen_alt has joined #openstack-qa | 02:18 | |
*** timello has quit IRC | 02:18 | |
*** zhangjn has joined #openstack-qa | 02:19 | |
*** ekhugen has quit IRC | 02:20 | |
*** maurosr has quit IRC | 02:20 | |
*** __maurosr__ is now known as maurosr | 02:20 | |
*** Liuqing has joined #openstack-qa | 02:22 | |
*** yamamoto has joined #openstack-qa | 02:22 | |
*** ccneill has quit IRC | 02:23 | |
*** zhangjn has quit IRC | 02:24 | |
*** yamamoto has quit IRC | 02:25 | |
*** hitalia has joined #openstack-qa | 02:25 | |
openstackrecheck | Console logs not available after 13:29s for gate-nova-tox-functional 203078,37,a55d3dd | 02:25 |
*** markvoelker has joined #openstack-qa | 02:29 | |
*** zhangjn has joined #openstack-qa | 02:30 | |
*** markvoelker has quit IRC | 02:34 | |
*** yamahata has quit IRC | 02:36 | |
*** zhangjn has quit IRC | 02:38 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full-liberty 257493,5,fd57b6f | 02:39 |
*** zz_dimtruck is now known as dimtruck | 02:51 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for error "Cannot allocate memory" https://review.openstack.org/254370 | 02:51 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-ironic-agent_ssh 256534,8,787d3b7 | 02:52 |
*** zhangjn has joined #openstack-qa | 02:52 | |
*** openstackrecheck has quit IRC | 02:54 | |
*** openstackrecheck has joined #openstack-qa | 02:54 | |
*** zhangjn has quit IRC | 02:54 | |
openstackgerrit | Adolfo Duarte proposed openstack/tempest: DVRHA tests https://review.openstack.org/227450 | 02:57 |
*** timello has joined #openstack-qa | 02:58 | |
*** zhangjn has joined #openstack-qa | 02:58 | |
*** ekhugen has joined #openstack-qa | 02:58 | |
*** __maurosr__ has joined #openstack-qa | 02:58 | |
*** ekhugen_alt has quit IRC | 03:00 | |
*** maurosr has quit IRC | 03:00 | |
*** __maurosr__ is now known as maurosr | 03:00 | |
*** timello_ has quit IRC | 03:01 | |
*** zhangjn has quit IRC | 03:03 | |
*** zhangjn has joined #openstack-qa | 03:04 | |
openstackgerrit | FelixLi proposed openstack/tempest: Splitting clients into client groups in manager.py https://review.openstack.org/254160 | 03:05 |
*** zhangjn has quit IRC | 03:06 | |
*** zhangjn has joined #openstack-qa | 03:07 | |
*** zhangjn has quit IRC | 03:10 | |
*** mriedem_away has left #openstack-qa | 03:11 | |
*** yamamoto has joined #openstack-qa | 03:12 | |
*** zhangjn has joined #openstack-qa | 03:19 | |
*** tochi has quit IRC | 03:30 | |
*** hitalia has quit IRC | 03:43 | |
*** dimtruck is now known as zz_dimtruck | 03:44 | |
*** dims has joined #openstack-qa | 03:45 | |
*** shuquan has joined #openstack-qa | 03:45 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/255975 failed gate-nova-python27 in the gate queue with an unrecognized error | 03:46 |
*** markvoelker has joined #openstack-qa | 03:46 | |
*** markvoelker has quit IRC | 03:50 | |
*** sree has joined #openstack-qa | 03:52 | |
*** sree has quit IRC | 03:53 | |
*** sree has joined #openstack-qa | 03:53 | |
*** zhangjn has quit IRC | 03:56 | |
openstackrecheck | openstack-infra/devstack-gate change: https://review.openstack.org/257637 failed gate-grenade-dsvm-multinode in the gate queue with an unrecognized error | 03:58 |
*** armax has joined #openstack-qa | 04:00 | |
*** jacky_zhang has quit IRC | 04:00 | |
*** tochi has joined #openstack-qa | 04:04 | |
*** shuquan has quit IRC | 04:05 | |
*** armax has quit IRC | 04:07 | |
*** amotoki has joined #openstack-qa | 04:16 | |
*** jacky_zhang has joined #openstack-qa | 04:18 | |
*** armax has joined #openstack-qa | 04:20 | |
*** dims has quit IRC | 04:20 | |
*** bochi-michael_ has joined #openstack-qa | 04:22 | |
*** bochi-michael has quit IRC | 04:22 | |
*** bochi-michael_ has quit IRC | 04:22 | |
*** bochi-michael has joined #openstack-qa | 04:23 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Make v1 create_image & update_image use **kwargs https://review.openstack.org/252277 | 04:29 |
*** zhangjn has joined #openstack-qa | 04:30 | |
*** rossella_s has quit IRC | 04:30 | |
*** rossella_s has joined #openstack-qa | 04:31 | |
*** sree_ has joined #openstack-qa | 04:31 | |
*** sree_ is now known as Guest80091 | 04:31 | |
*** sree has quit IRC | 04:35 | |
*** Wei_Liu has joined #openstack-qa | 04:41 | |
*** rbak has quit IRC | 04:51 | |
*** zhangjn has quit IRC | 04:52 | |
*** jacky_zhang has quit IRC | 04:54 | |
*** jacky_zhang has joined #openstack-qa | 04:55 | |
*** eglute_s is now known as eglute | 05:00 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/258047 failed gate-nova-python27 in the gate queue with an unrecognized error | 05:05 |
*** jecarey has joined #openstack-qa | 05:05 | |
*** jecarey has quit IRC | 05:05 | |
*** jecarey has joined #openstack-qa | 05:06 | |
*** binbincong has quit IRC | 05:06 | |
*** binbincong_ has quit IRC | 05:07 | |
*** shausy has joined #openstack-qa | 05:12 | |
*** viktor_nokia has joined #openstack-qa | 05:16 | |
*** binbincong has joined #openstack-qa | 05:20 | |
Wei_Liu | ylobankov: hi, I got the comment in https://review.openstack.org/#/c/255725/, you preferred tempest.common.utils to replace tempest_lib.common.utils, why? | 05:22 |
*** jrcloud is now known as zackf | 05:24 | |
*** zz_dimtruck is now known as dimtruck | 05:25 | |
*** binbincong_ has joined #openstack-qa | 05:26 | |
openstackgerrit | Piyush Pathak proposed openstack/tempest: Make 3 functions in network_client use **kwargs https://review.openstack.org/257892 | 05:26 |
zackf | andreaf: are you there? | 05:31 |
openstackrecheck | openstack/nova change: https://review.openstack.org/247719 failed gate-nova-python27 in the gate queue with an unrecognized error | 05:31 |
*** salv-orlando has joined #openstack-qa | 05:31 | |
*** zhangjn has joined #openstack-qa | 05:32 | |
zackf | andreaf: if you have a spare minute, i've updated the commit message, do you think you could go over my patch again? https://review.openstack.org/#/c/178561/ | 05:33 |
*** liljb has joined #openstack-qa | 05:34 | |
*** Liuqing_ has joined #openstack-qa | 05:35 | |
*** liljb is now known as felix_li | 05:35 | |
*** jecarey has quit IRC | 05:36 | |
openstackgerrit | Merged openstack-dev/hacking: Deprecated tox -downloadcache option removed https://review.openstack.org/256667 | 05:38 |
*** Liuqing has quit IRC | 05:38 | |
openstackgerrit | Merged openstack/qa-specs: Move tempest external plugin spec to implemented https://review.openstack.org/257658 | 05:39 |
*** markvoelker has joined #openstack-qa | 05:46 | |
*** salv-orlando has quit IRC | 05:48 | |
*** salv-orlando has joined #openstack-qa | 05:50 | |
andreaf | zackf: +2 | 05:50 |
*** Guest80091 has quit IRC | 05:51 | |
*** markvoelker has quit IRC | 05:51 | |
*** sree has joined #openstack-qa | 05:51 | |
*** salv-orl_ has joined #openstack-qa | 05:54 | |
*** ngoracke has quit IRC | 05:54 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/256094 failed gate-nova-python27 in the gate queue with an unrecognized error | 05:54 |
*** shuquan has joined #openstack-qa | 05:56 | |
*** salv-orlando has quit IRC | 05:56 | |
*** gamado_ has joined #openstack-qa | 05:57 | |
*** salv-orlando has joined #openstack-qa | 05:57 | |
*** salv-orl_ has quit IRC | 05:58 | |
zackf | Thank you andreaf! | 05:58 |
*** yfried has quit IRC | 05:58 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/231076 failed gate-nova-python27 in the gate queue with an unrecognized error | 05:59 |
*** bochi-michael has quit IRC | 06:01 | |
openstackrecheck | openstack/horizon change: https://review.openstack.org/257145 failed gate-horizon-dsvm-integration in the gate queue with an unrecognized error | 06:02 |
*** piyush_ has joined #openstack-qa | 06:04 | |
*** oomichi has quit IRC | 06:04 | |
*** lutostag has joined #openstack-qa | 06:05 | |
piyush_ | HI While trying to vote for the name of next release of openstack i got 500 internal error | 06:06 |
piyush_ | somebody else facing the same issue, or i am the lucky one :-P | 06:06 |
piyush_ | *anyone | 06:06 |
*** salv-orlando has quit IRC | 06:07 | |
clarkb | piyush_: I believe we may have DDoSed the service setting up the polls | 06:07 |
clarkb | piyush_: I got that error for the N release earlier but was able to vote juts now and still get it on the O release poll | 06:07 |
clarkb | I would just try again tomorrow or later today | 06:08 |
*** salv-orlando has joined #openstack-qa | 06:08 | |
piyush_ | clarkb:ya you may be right too many request .. | 06:08 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Fix telemetry tests to use v1 create image correctly https://review.openstack.org/258271 | 06:11 |
*** dimtruck is now known as zz_dimtruck | 06:11 | |
*** salv-orl_ has joined #openstack-qa | 06:14 | |
*** salv-orlando has quit IRC | 06:14 | |
*** shuquan has quit IRC | 06:15 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add different_host test on multiple nodes https://review.openstack.org/257660 | 06:15 |
*** shuquan has joined #openstack-qa | 06:20 | |
*** [1]Thelo has joined #openstack-qa | 06:22 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add different_host test on multiple nodes https://review.openstack.org/257660 | 06:23 |
*** Thelo has quit IRC | 06:24 | |
*** [1]Thelo is now known as Thelo | 06:24 | |
*** piyush_ has quit IRC | 06:29 | |
*** hitalia has joined #openstack-qa | 06:30 | |
*** piyush_ has joined #openstack-qa | 06:31 | |
*** salv-orlando has joined #openstack-qa | 06:41 | |
openstackrecheck | openstack/horizon change: https://review.openstack.org/257440 failed gate-horizon-dsvm-integration in the gate queue with an unrecognized error | 06:42 |
*** salv-orl_ has quit IRC | 06:43 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Make v1 create_image & update_image use **kwargs https://review.openstack.org/252277 | 06:43 |
*** SridharG has joined #openstack-qa | 06:44 | |
felix_li | hi | 06:44 |
jacky_zhang | felix_li, hi | 06:44 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Make v1 list_images use **kwargs & doc string update https://review.openstack.org/252291 | 06:44 |
*** markvoelker has joined #openstack-qa | 06:47 | |
*** shuquan has quit IRC | 06:48 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Split out Neutron agents client https://review.openstack.org/257764 | 06:52 |
*** markvoelker has quit IRC | 06:52 | |
*** shuquan has joined #openstack-qa | 06:53 | |
*** SridharG has quit IRC | 06:55 | |
*** SridharG has joined #openstack-qa | 06:57 | |
*** armax has quit IRC | 06:57 | |
*** anshul has joined #openstack-qa | 06:58 | |
*** rcernin has joined #openstack-qa | 07:01 | |
*** salv-orlando has quit IRC | 07:04 | |
openstackrecheck | Console logs not available after 13:40s for gate-tempest-dsvm-neutron-full-kilo 257709,3,80370e5 | 07:07 |
*** rcernin_ has joined #openstack-qa | 07:12 | |
*** aopincar has joined #openstack-qa | 07:12 | |
*** rcernin has quit IRC | 07:13 | |
openstackgerrit | Vincent Hou proposed openstack/tempest: Add tempest tests for volume retype with migration https://review.openstack.org/195443 | 07:20 |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-neutron-full-kilo 250228,29,d7bdd96 | 07:21 |
*** rcernin_ has quit IRC | 07:21 | |
*** anshul has quit IRC | 07:22 | |
*** rcernin has joined #openstack-qa | 07:22 | |
*** boris-42_ has quit IRC | 07:23 | |
*** anshul has joined #openstack-qa | 07:35 | |
*** salv-orlando has joined #openstack-qa | 07:36 | |
*** binbincong has quit IRC | 07:36 | |
openstackrecheck | openstack/horizon change: https://review.openstack.org/256931 failed gate-horizon-dsvm-integration in the gate queue with an unrecognized error | 07:37 |
openstackgerrit | Piyush Pathak proposed openstack/tempest: Make 3 functions in network_client use **kwargs https://review.openstack.org/257892 | 07:38 |
*** jacky_zhang has quit IRC | 07:39 | |
*** salv-orl_ has joined #openstack-qa | 07:47 | |
*** salv-orlando has quit IRC | 07:47 | |
openstackrecheck | Console logs not available after 13:23s for gate-horizon-dsvm-integration 257207,7,5aff9eb | 07:52 |
*** neeti has joined #openstack-qa | 07:54 | |
*** salv-orlando has joined #openstack-qa | 07:54 | |
*** salv-orl_ has quit IRC | 07:55 | |
*** salv-orl_ has joined #openstack-qa | 07:57 | |
*** salv-orlando has quit IRC | 07:57 | |
*** yamamoto has quit IRC | 08:00 | |
*** yamamoto has joined #openstack-qa | 08:03 | |
*** bochi-michael has joined #openstack-qa | 08:04 | |
*** salv-orl_ has quit IRC | 08:05 | |
*** yamamoto has quit IRC | 08:06 | |
openstackrecheck | Console logs not available after 13:26s for gate-horizon-dsvm-integration 257145,3,6d38b3f | 08:06 |
*** ngoracke has joined #openstack-qa | 08:06 | |
*** salv-orl_ has joined #openstack-qa | 08:08 | |
*** ngoracke has quit IRC | 08:11 | |
*** salv-orl_ has quit IRC | 08:14 | |
*** e0ne has joined #openstack-qa | 08:18 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add different_host test on multiple nodes https://review.openstack.org/257660 | 08:18 |
*** yamamoto has joined #openstack-qa | 08:18 | |
*** yamamoto has quit IRC | 08:18 | |
openstackrecheck | Console logs not available after 13:24s for gate-horizon-dsvm-integration 241700,25,e0bfa26 | 08:19 |
*** e0ne has quit IRC | 08:23 | |
*** e0ne has joined #openstack-qa | 08:24 | |
*** shardy has joined #openstack-qa | 08:25 | |
*** salv-orlando has joined #openstack-qa | 08:27 | |
*** yfried has joined #openstack-qa | 08:28 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Split out Neutron agents client https://review.openstack.org/257764 | 08:30 |
*** bknudson has quit IRC | 08:31 | |
*** hitalia has quit IRC | 08:33 | |
*** yfried_ has joined #openstack-qa | 08:33 | |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python27 255044,7,a47b971 | 08:33 |
*** yfried has quit IRC | 08:34 | |
*** tochi has quit IRC | 08:36 | |
*** salv-orlando has quit IRC | 08:38 | |
*** sree has quit IRC | 08:39 | |
gmann | andreaf: ping | 08:39 |
openstackgerrit | Merged openstack/tempest: Make v3 create_trust use **kwargs & doc string https://review.openstack.org/254596 | 08:39 |
andreaf | gmann: hi | 08:39 |
ylobankov | Hi Wei_Liu. Please check my comment in https://review.openstack.org/#/c/255725/ . | 08:43 |
gmann | andreaf: regarding https://review.openstack.org/#/c/244439/ | 08:43 |
gmann | andreaf: so if we do through Manager, we need to set microversion on each client | 08:43 |
*** jordanP has joined #openstack-qa | 08:44 | |
gmann | andreaf: but that will be helpful for further refactoring of manger right? | 08:44 |
andreaf | gmann: what I meant there is that if a client exposes the set_microversion you set it, else not - so you don't need to set it on all clients | 08:44 |
andreaf | gmann: I started working on a manager refactor, but microversions cannot wait on that :) | 08:45 |
*** amotoki has quit IRC | 08:45 | |
gmann | andreaf: but we need to have set on each client as we are planning to run gate job (1 for floor version and experimental for latest) which will run all tests with specific microversion | 08:45 |
*** salv-orlando has joined #openstack-qa | 08:45 | |
gmann | andreaf: yea :) | 08:45 |
*** jlanoux has joined #openstack-qa | 08:46 | |
*** salv-orlando has quit IRC | 08:46 | |
gmann | andreaf: i mean for Nova we need to have all clients with version set, which is why i set microversion on base class of service client | 08:47 |
*** salv-orlando has joined #openstack-qa | 08:47 | |
openstackrecheck | Console logs not available after 13:29s for gate-tempest-dsvm-large-ops 257693,2,75dabb2 | 08:47 |
andreaf | gmann: uhm, I think I see the problem - so if a nova microversion test sets the microversion, then you would set the microversion to all clients that support microversions which would not be k | 08:47 |
andreaf | as for instance that microversion would not make sense for ironic | 08:47 |
*** ifarkas has joined #openstack-qa | 08:47 | |
*** gfidente has joined #openstack-qa | 08:48 | |
*** gfidente has quit IRC | 08:48 | |
*** gfidente has joined #openstack-qa | 08:48 | |
*** markvoelker has joined #openstack-qa | 08:48 | |
gmann | andreaf: each test will have its separate Manager and so service clients | 08:48 |
andreaf | gmann: however you will have the same type of problem with scenario tests - let's say you want to write a scenario test that uses nova microversion 2.2 and ironic microversion 1.7 (random numbers) - how to you specify that? | 08:48 |
gmann | andreaf: ahh, no that is different thing | 08:49 |
gmann | andreaf: we will have different configuration for each project microversion | 08:49 |
andreaf | yes sure that I understand | 08:49 |
andreaf | but you set a microversion range on a test level as well | 08:49 |
gmann | andreaf: so compute client will be set as compute one only and so ironic | 08:50 |
gmann | andreaf: yes | 08:50 |
andreaf | but that's not specific to any API | 08:50 |
*** rcernin has quit IRC | 08:50 | |
gmann | andreaf: yea but on on any service client that service microversion will be set | 08:51 |
gmann | andreaf: from any test using those | 08:51 |
gmann | andreaf: so in your example compute client will be set with compute version and ironic one with ironic version | 08:52 |
gmann | andreaf: oh got it. with scenario tests....... | 08:52 |
andreaf | yes the API is implied by the test atm | 08:52 |
andreaf | which would not work with scenario | 08:52 |
andreaf | you would need to have a dict or something at class level | 08:53 |
*** markvoelker has quit IRC | 08:53 | |
gmann | andreaf: then we need to have different set of version | 08:53 |
andreaf | nova: min = 1 nova: max =9 or so | 08:53 |
gmann | andreaf: yea kind of dict etc | 08:53 |
andreaf | gmann: exactly - and you could use the same info to set the right version to the right client in the manager | 08:54 |
andreaf | gmann: I really thing configuring the microversion should be the only thing you need to do in your test | 08:54 |
gmann | andreaf: in that case we should rename min_microversion -> <service>_min_microversion | 08:54 |
gmann | andreaf: i see your point now.. | 08:55 |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: Update configuration options ssh-auth-strategy https://review.openstack.org/253444 | 08:55 |
*** dims has joined #openstack-qa | 08:55 | |
*** safchain has joined #openstack-qa | 08:56 | |
gmann | andreaf: only issue is Manager class end up storing all services microversion | 08:56 |
openstackgerrit | Ankit Agrawal proposed openstack-dev/grenade: Upgrade rootwrap configuration for Nova Compute https://review.openstack.org/256343 | 08:56 |
andreaf | gmann: yes you could use <service>_min_microversion, or even a dict directly, but maybe a dict is less "user" friendly | 08:56 |
gmann | andreaf: I thought of letting tests(user of service client) to set | 08:56 |
andreaf | well the manager would invoke the set_api_microversion() on the relevant clients | 08:57 |
andreaf | gmann: yes with "users" I meant developers of tests | 08:57 |
*** salv-orlando has quit IRC | 08:57 | |
*** salv-orlando has joined #openstack-qa | 08:59 | |
andreaf | gmann: I don't want to slow down the implementation of microversions really so if you prefer we can go ahead as it is, and refactor later on to remove the need for extra client init in tests | 09:00 |
andreaf | gmann: but I think at least the there should be a set method available | 09:00 |
openstackrecheck | Console logs not available after 13:38s for gate-tempest-dsvm-neutron-full-kilo 257764,4,efaba8e | 09:01 |
gmann | andreaf: but if we do in Manager (from scenario tests i think it is better) then we can just pass as arg during initialization of service client | 09:01 |
gmann | andreaf: but yea set is much clear may be | 09:01 |
gmann | andreaf: but till we refactor the client loading on need base, we have to set for all clients | 09:02 |
gmann | andreaf: as tests as of now use any set of clients from Manager | 09:03 |
*** e0ne has quit IRC | 09:04 | |
gmann | andreaf: because future gate job making all tests running on microversion (base and latest) needs to have that set on each client | 09:05 |
*** weshay has quit IRC | 09:06 | |
andreaf | gmann: I was thinking something like this in the manager http://paste.openstack.org/show/482044/ | 09:06 |
andreaf | gmann: sorry my code it pretty rough, I don't remember the right method names | 09:07 |
gmann | andreaf: yea i got it but my point is we need to have set method on each client | 09:07 |
gmann | andreaf: as we need to run all tests running with microversion | 09:07 |
*** salv-orlando has quit IRC | 09:08 | |
*** rcernin has joined #openstack-qa | 09:08 | |
gmann | andreaf: if we need only microversion specific tests use the microversion then your point is valid | 09:08 |
*** yamahata has joined #openstack-qa | 09:08 | |
andreaf | gmann: I though we a test does not specify any microversion it will run without microversions, unless we configure a min microversion other than None | 09:09 |
gmann | andreaf: i mean each service client should be capable of making request on microversion when ever it is requested | 09:09 |
andreaf | gmann: yes, but only for services that do support microversions, right? | 09:09 |
gmann | andreaf: no so all existing tests have their applicable version as None but if min configure version is more than None | 09:11 |
gmann | andreaf: yes only for service support version, as of now Nova nd ironic | 09:11 |
gmann | andreaf: like | '2.2', 'latest' | A('2.2'), B('2.2'), C('2.3'), D('2.5') | 09:11 |
gmann | and if you see matrix in commit msg - https://review.openstack.org/#/c/242296/ | 09:11 |
gmann | andreaf: more clear all existing compute tests are applicable for [None, latest] range | 09:12 |
andreaf | gmann: right, that matches my understanding | 09:13 |
andreaf | gmann: so the manager could look like http://paste.openstack.org/show/482046/ | 09:13 |
andreaf | gmann: we'd have to repeat the set_api_versoin call on all clients | 09:13 |
*** dims has quit IRC | 09:13 | |
gmann | andreaf: yea, exactly | 09:13 |
openstackrecheck | Console logs not available after 13:21s for gate-nova-python27 257692,5,21178df | 09:14 |
gmann | andreaf: another way we can avoid invoking set on each client is passing microversion during init (as default arg) | 09:14 |
gmann | andreaf: and if any tests need to set after initialization then they can invoke set explicitly | 09:15 |
*** jacky_zhang has joined #openstack-qa | 09:16 | |
gmann | andreaf: which i think should not be needed by any tests as we set microversion at class level | 09:16 |
*** slunkad has joined #openstack-qa | 09:16 | |
gmann | andreaf: so that Manager is configured with microversion and so its provided service client which are separate instance for each tests | 09:17 |
*** yfried_ has quit IRC | 09:20 | |
*** aarefiev has quit IRC | 09:20 | |
andreaf | gmann: heh, yes passing at init time would probably be better, but it would require changing the client signature - which may be ok | 09:20 |
andreaf | gmann: I was thinking some magic like http://paste.openstack.org/show/482049/ could help... | 09:20 |
andreaf | in the manager | 09:21 |
andreaf | gmann: I guess it would all be easier if we refactor the manager a bit and get the lists of available clients into manager metadata | 09:21 |
andreaf | gmann: which is what I'm working on | 09:21 |
andreaf | so perhaps we could go ahead as it is, and after manager is refactored, move the logic to it | 09:22 |
andreaf | I'll try and propose a draft manager refactor patch today so you and the others can have a look if it seems to be going in the right direction | 09:22 |
gmann | andreaf: ok, that also nice direction | 09:23 |
*** aarefiev has joined #openstack-qa | 09:23 | |
gmann | andreaf: so in Manager refactor you will separate the initialization of clients only or runtime loading of client | 09:24 |
gmann | andreaf: but i saw a another point to have it in Manager only(as initial also) | 09:25 |
gmann | andreaf: some tests might be using os.*_client i mean directly from Manager instance instead of their self. | 09:25 |
*** salv-orlando has joined #openstack-qa | 09:26 | |
gmann | andreaf: and if we go with current approach of https://review.openstack.org/#/c/244439/ there might be some service client ending up without microversion | 09:27 |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-neutron-full-test-accounts 255815,8,860f406 | 09:27 |
andreaf | gmann: yes that was my concern exactly\ | 09:28 |
gmann | andreaf: yea | 09:28 |
gmann | andreaf: so I think we go with setting it through Mangaer - with logic you mentioned and have set method on compute service clients (base class) only | 09:29 |
gmann | andreaf: and in your refactoring we can improve further | 09:29 |
gmann | andreaf: if all has *_client :) otherwise explicitly set on each client | 09:31 |
gmann | andreaf: how about this? | 09:31 |
andreaf | gmann: sounds good to me | 09:31 |
gmann | andreaf: ok, i will modify that tomorrow and we can see how it looks like | 09:32 |
andreaf | gmann: cool, thanks | 09:32 |
gmann | andreaf: Thanks | 09:32 |
andreaf | gmann: thank you | 09:32 |
gmann | andreaf: need to hurry for home, Thanks for review and discussion :) | 09:33 |
*** hichihara has quit IRC | 09:36 | |
*** jacky_zhang has quit IRC | 09:36 | |
openstackgerrit | Wei Liu proposed openstack/tempest: Add 3 negative test cases for dientity v3 role https://review.openstack.org/255725 | 09:41 |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-postgres-full-liberty 252291,7,37c73ca | 09:41 |
*** _nadya_ has joined #openstack-qa | 09:42 | |
*** cdent has joined #openstack-qa | 09:42 | |
*** yamamoto has joined #openstack-qa | 09:47 | |
*** shuquan has quit IRC | 09:50 | |
*** salv-orlando has quit IRC | 09:54 | |
openstackrecheck | Console logs not available after 13:27s for gate-tempest-dsvm-postgres-full 252277,7,e6bc2e8 | 09:54 |
*** e0ne has joined #openstack-qa | 09:57 | |
*** Liuqing_ has quit IRC | 10:01 | |
*** anshul has quit IRC | 10:01 | |
*** Liuqing has joined #openstack-qa | 10:02 | |
*** Liuqing has quit IRC | 10:02 | |
*** anshul has joined #openstack-qa | 10:03 | |
openstackrecheck | Console logs not available after 13:21s for gate-horizon-dsvm-integration 205196,79,464ec37 | 10:08 |
openstackgerrit | Piyush Pathak proposed openstack/tempest: Make update_agent in network_client use **kwargs https://review.openstack.org/258386 | 10:08 |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: WIP - DO NOT REVIEW https://review.openstack.org/258391 | 10:17 |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: WIP - DO NOT REVIEW https://review.openstack.org/258391 | 10:19 |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-neutron-full-kilo 250228,29,0e7cd2b | 10:21 |
*** zhangjn has quit IRC | 10:27 | |
*** tosky has joined #openstack-qa | 10:29 | |
*** aix has joined #openstack-qa | 10:30 | |
*** zhangjn has joined #openstack-qa | 10:34 | |
openstackrecheck | Console logs not available after 13:21s for gate-nova-python27 255975,4,a22470e | 10:34 |
*** felix_li has quit IRC | 10:36 | |
*** zhangjn has quit IRC | 10:38 | |
*** zhangjn has joined #openstack-qa | 10:40 | |
*** Liuqing has joined #openstack-qa | 10:40 | |
*** salv-orlando has joined #openstack-qa | 10:41 | |
*** zhangjn has quit IRC | 10:43 | |
*** yamahata has quit IRC | 10:43 | |
*** gamado_ has quit IRC | 10:46 | |
*** zhangjn has joined #openstack-qa | 10:48 | |
openstackrecheck | Console logs not available after 13:28s for gate-nova-python27 248989,44,c6d099d | 10:48 |
*** markvoelker has joined #openstack-qa | 10:49 | |
*** slunkad has quit IRC | 10:49 | |
*** zhangjn has quit IRC | 10:49 | |
*** zhangjn has joined #openstack-qa | 10:50 | |
*** sshnaidm has joined #openstack-qa | 10:52 | |
*** markvoelker has quit IRC | 10:53 | |
*** rfolco has joined #openstack-qa | 10:53 | |
*** zhangjn has quit IRC | 10:55 | |
*** grafuls__ has quit IRC | 10:58 | |
*** grafuls has joined #openstack-qa | 10:58 | |
*** aix has quit IRC | 10:59 | |
*** aix has joined #openstack-qa | 11:00 | |
*** coolsvap is now known as coolsvap|away | 11:01 | |
openstackrecheck | Console logs not available after 13:26s for gate-horizon-dsvm-integration 256931,2,778708c | 11:02 |
*** gamado_ has joined #openstack-qa | 11:02 | |
openstackgerrit | Merged openstack/tempest: Fix some Type in docstrings https://review.openstack.org/254027 | 11:03 |
*** sree has joined #openstack-qa | 11:04 | |
*** grafuls is now known as grafuls|lunch | 11:04 | |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: WIP - DO NOT REVIEW https://review.openstack.org/258391 | 11:06 |
*** ngoracke has joined #openstack-qa | 11:06 | |
openstackgerrit | Merged openstack/tempest: Make server action methods[f-l] use **kwargs https://review.openstack.org/255119 | 11:07 |
openstackgerrit | Merged openstack/tempest: Make server action methods[m-z] use **kwargs https://review.openstack.org/255138 | 11:07 |
*** aysyd has joined #openstack-qa | 11:08 | |
*** gamado_ has quit IRC | 11:08 | |
*** r-mibu has joined #openstack-qa | 11:09 | |
*** ngoracke has quit IRC | 11:11 | |
*** bochi-michael has quit IRC | 11:11 | |
*** vgridnev has joined #openstack-qa | 11:13 | |
*** _nadya_ has quit IRC | 11:14 | |
*** aysyd has quit IRC | 11:15 | |
openstackrecheck | Console logs not available after 13:27s for gate-horizon-dsvm-integration 241700,25,0a78ca3 | 11:15 |
*** sree has quit IRC | 11:15 | |
*** aysyd has joined #openstack-qa | 11:15 | |
*** sree has joined #openstack-qa | 11:16 | |
*** lucas-dinner is now known as lucasagomes | 11:19 | |
*** sree has quit IRC | 11:20 | |
*** yamamoto has quit IRC | 11:23 | |
*** yangyapeng has quit IRC | 11:24 | |
openstackgerrit | Daniel Mellado proposed openstack/tempest: Split out roles client from keystone identity client https://review.openstack.org/254274 | 11:24 |
openstackrecheck | Console logs not available after 13:25s for gate-nova-python27 221162,5,8cc00f8 | 11:29 |
*** cdent has quit IRC | 11:29 | |
*** cdent has joined #openstack-qa | 11:29 | |
openstackgerrit | Daniel Mellado proposed openstack/tempest: Split out roles client from keystone identity client https://review.openstack.org/254274 | 11:34 |
openstackgerrit | Sean Dague proposed openstack-infra/elastic-recheck: add query for nova-net dnsmasq race https://review.openstack.org/258435 | 11:36 |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-postgres-full 258314,1,dfe1f1c | 11:42 |
*** erlon has joined #openstack-qa | 11:43 | |
*** salv-orlando has quit IRC | 11:47 | |
*** salv-orlando has joined #openstack-qa | 11:47 | |
*** cdent has quit IRC | 11:48 | |
lucasagomes | hi all, re devstack plugins... Devstack will only look at files/{debs,rpms} in the plugins tree? And ignore all other files there? | 11:49 |
openstackgerrit | Merged openstack-infra/elastic-recheck: add query for nova-net dnsmasq race https://review.openstack.org/258435 | 11:49 |
*** openstackrecheck has quit IRC | 11:54 | |
*** openstackrecheck has joined #openstack-qa | 11:54 | |
openstackgerrit | John Warren proposed openstack/tempest: Split out Neutron security groups client https://review.openstack.org/258030 | 11:59 |
*** yamamoto has joined #openstack-qa | 12:00 | |
*** yamamoto_ has joined #openstack-qa | 12:02 | |
*** salv-orlando has quit IRC | 12:03 | |
*** vgridnev has quit IRC | 12:04 | |
*** sree has joined #openstack-qa | 12:04 | |
*** yamamoto has quit IRC | 12:05 | |
*** sree has quit IRC | 12:09 | |
*** salv-orlando has joined #openstack-qa | 12:09 | |
*** vgridnev has joined #openstack-qa | 12:10 | |
*** salv-orlando has quit IRC | 12:11 | |
*** sree has joined #openstack-qa | 12:14 | |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python27 254703,10,0f21acf | 12:16 |
openstackrecheck | openstack/horizon change: https://review.openstack.org/243880 failed gate-horizon-dsvm-integration in the gate queue with an unrecognized error | 12:16 |
*** gamado has joined #openstack-qa | 12:17 | |
*** slunkad has joined #openstack-qa | 12:18 | |
*** _nadya_ has joined #openstack-qa | 12:29 | |
*** cdent has joined #openstack-qa | 12:29 | |
*** gsagie has joined #openstack-qa | 12:29 | |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python27 249834,14,6337982 | 12:30 |
*** rossella_s has quit IRC | 12:30 | |
*** rossella_s has joined #openstack-qa | 12:31 | |
*** slunkad has quit IRC | 12:31 | |
openstackgerrit | Wei Liu proposed openstack/tempest: Add 3 negative test cases for identity v3 role https://review.openstack.org/255725 | 12:32 |
*** slunkad has joined #openstack-qa | 12:34 | |
*** markvoelker has joined #openstack-qa | 12:35 | |
*** yamamoto_ has quit IRC | 12:36 | |
*** markvoelker has quit IRC | 12:39 | |
openstackrecheck | Console logs not available after 13:25s for gate-nova-python27 189279,12,ec9e753 | 12:43 |
openstackgerrit | Ryota MIBU proposed openstack/tempest: add client_manager_class param to BaseTestCase https://review.openstack.org/255161 | 12:49 |
*** yamamoto has joined #openstack-qa | 12:53 | |
*** yamamoto has quit IRC | 12:54 | |
*** Wei_Liu has quit IRC | 12:56 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-postgres-full 257458,3,dc64c24 | 12:56 |
*** rcernin has quit IRC | 12:58 | |
*** cdent has quit IRC | 13:02 | |
*** piyush_ has quit IRC | 13:02 | |
*** gsagie has left #openstack-qa | 13:06 | |
*** jecarey has joined #openstack-qa | 13:09 | |
*** markvoelker has joined #openstack-qa | 13:09 | |
*** shardy has quit IRC | 13:10 | |
openstackrecheck | Console logs not available after 13:31s for gate-tempest-dsvm-full-ceph 257339,2,3271491 | 13:10 |
*** weshay_xchat has joined #openstack-qa | 13:11 | |
*** shardy has joined #openstack-qa | 13:12 | |
*** rcernin has joined #openstack-qa | 13:13 | |
*** jecarey has quit IRC | 13:17 | |
openstackrecheck | Console logs not available after 13:24s for gate-nova-python27 242087,14,2723a4c | 13:24 |
*** woodster_ has joined #openstack-qa | 13:25 | |
*** ngoracke has joined #openstack-qa | 13:33 | |
openstackgerrit | Vincent Hou proposed openstack/tempest: Add tempest tests for volume retype with migration https://review.openstack.org/195443 | 13:33 |
openstackrecheck | Console logs not available after 13:38s for gate-nova-python27 247692,15,7e87c53 | 13:38 |
*** ngoracke has quit IRC | 13:38 | |
jlanoux | Hi andreaf jordanP gmann. Could you please review https://review.openstack.org/#/c/253444/ ? | 13:39 |
openstackgerrit | Sean Dague proposed openstack-infra/elastic-recheck: Widen query https://review.openstack.org/258498 | 13:43 |
*** jlanoux has quit IRC | 13:47 | |
*** neeti has quit IRC | 13:49 | |
*** jlanoux has joined #openstack-qa | 13:50 | |
*** yfried has joined #openstack-qa | 13:50 | |
openstackrecheck | Console logs not available after 13:24s for gate-grenade-dsvm 183537,41,aabc9b3 | 13:51 |
*** sree has quit IRC | 13:51 | |
*** rfolco_ has joined #openstack-qa | 13:53 | |
*** rfolco has quit IRC | 13:54 | |
openstackgerrit | Sean Dague proposed openstack-infra/elastic-recheck: moved to new bug https://review.openstack.org/258513 | 13:54 |
*** yamamoto has joined #openstack-qa | 13:55 | |
*** rfolco_ has quit IRC | 13:57 | |
*** rfolco_ has joined #openstack-qa | 13:58 | |
*** dkranz has joined #openstack-qa | 14:00 | |
*** sree has joined #openstack-qa | 14:01 | |
*** amotoki has joined #openstack-qa | 14:02 | |
*** yamamoto has quit IRC | 14:02 | |
*** amotoki has quit IRC | 14:02 | |
openstackgerrit | John Warren proposed openstack/tempest: Split out Neutron security groups client https://review.openstack.org/258030 | 14:03 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Widen query https://review.openstack.org/258498 | 14:03 |
*** amotoki has joined #openstack-qa | 14:04 | |
*** amotoki has quit IRC | 14:04 | |
*** amotoki has joined #openstack-qa | 14:04 | |
*** rbak has joined #openstack-qa | 14:04 | |
openstackrecheck | Console logs not available after 13:35s for gate-nova-python27 243131,19,e24ac7a | 14:05 |
*** rcernin has quit IRC | 14:06 | |
*** sree has quit IRC | 14:06 | |
*** vincent_hou has joined #openstack-qa | 14:06 | |
*** openstackrecheck has quit IRC | 14:08 | |
*** openstackrecheck has joined #openstack-qa | 14:08 | |
openstackgerrit | Merged openstack/tempest: Split out Neutron quotas client https://review.openstack.org/257784 | 14:10 |
*** ekarlso has quit IRC | 14:10 | |
*** mriedem has joined #openstack-qa | 14:16 | |
vincent_hou | jordanP: Hi Jordan. Does a new added tempest test have to be in a gate job? I am working on https://review.openstack.org/#/c/195443/, adding volume retype test. It is used for the cinder admins to test if a volume is able to retype from one to another back-end. Admins needs to configure the cinder environment manually, since there are so many drivers supported in cinder. No matter it... | 14:17 |
vincent_hou | ...succeeds or fails, either result just indicates it is able to retype or not. | 14:17 |
openstackgerrit | Merged openstack-infra/elastic-recheck: moved to new bug https://review.openstack.org/258513 | 14:17 |
*** moravec has joined #openstack-qa | 14:17 | |
jordanP | vincent_hou, ho. Yes we can only add tempest tests that run in a gate job | 14:20 |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: WIP - DO NOT REVIEW https://review.openstack.org/258391 | 14:20 |
jordanP | vincent_hou, you should make sure that the LVM driver support retype and that devstack and tempest are configured to set up cinder multi backend | 14:21 |
openstackrecheck | Console logs not available after 13:24s for gate-nova-python27 188321,20,cb45e2d | 14:21 |
openstackrecheck | openstack/horizon change: https://review.openstack.org/257677 failed gate-horizon-dsvm-integration in the gate queue with an unrecognized error | 14:22 |
*** obutenko has quit IRC | 14:22 | |
vincent_hou | jordanP: devstack and tempest are configured to set up cinder multi backend. Where do I configure it? On my local machine? | 14:22 |
jordanP | vincent_hou, it looks to me that in the Gate, cinder multi backend is not configuref | 14:23 |
jordanP | at least multi backend tests are skipped | 14:24 |
*** Liuqing has quit IRC | 14:24 | |
vincent_hou | jordanP: right. my test is similar to the case of the multi backend tests. | 14:24 |
*** zhangjn has joined #openstack-qa | 14:24 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Bump ironic timeout way up https://review.openstack.org/257637 | 14:25 |
vincent_hou | jordanP: Could you give some guidance on how to configure it? | 14:25 |
*** openstackrecheck has quit IRC | 14:25 | |
*** openstackrecheck has joined #openstack-qa | 14:25 | |
*** mwagner_lap has quit IRC | 14:28 | |
*** obutenko has joined #openstack-qa | 14:28 | |
jordanP | vincent_hou, there's something to change in the 'project-config' infra repo | 14:28 |
*** amotoki has quit IRC | 14:28 | |
*** yamamoto has joined #openstack-qa | 14:29 | |
*** yamamoto has quit IRC | 14:29 | |
vincent_hou | https://github.com/openstack-infra/project-config? | 14:29 |
*** yamamoto has joined #openstack-qa | 14:30 | |
*** Liuqing has joined #openstack-qa | 14:31 | |
jordanP | vincent_hou, yes | 14:31 |
openstackgerrit | Merged openstack/tempest: Fix and improve server personality tests https://review.openstack.org/257493 | 14:31 |
*** rbak has quit IRC | 14:33 | |
*** Liuqing has quit IRC | 14:36 | |
*** zhangjn has quit IRC | 14:36 | |
*** Liuqing has joined #openstack-qa | 14:37 | |
*** regXboi has joined #openstack-qa | 14:38 | |
*** malini has joined #openstack-qa | 14:39 | |
*** shausy has quit IRC | 14:40 | |
*** yfried has quit IRC | 14:41 | |
*** Swami_ has joined #openstack-qa | 14:45 | |
openstackrecheck | Console logs not available after 13:24s for gate-nova-python27 147520,60,1a7cd20 | 14:45 |
openstackgerrit | Tiago Mello proposed openstack-dev/devstack: Introduce IMAGE_PROPERTIES for custom image properties https://review.openstack.org/238655 | 14:46 |
*** hichihara has joined #openstack-qa | 14:47 | |
mtreinish | jordanP: I thought that test ran on the experimental all job, it was just skipped normally because it was tagged slow. Or am I missing something? | 14:48 |
*** lucasagomes is now known as lucas-hungry | 14:49 | |
*** tosky has quit IRC | 14:50 | |
*** dustins|out is now known as dustins | 14:52 | |
*** bknudson has joined #openstack-qa | 14:52 | |
*** mtanino has joined #openstack-qa | 14:55 | |
jordanP | I don't know, I asked vincent_hou whether that test was running somewhere and stated that we can't accept tests that are not run | 14:55 |
*** dtantsur is now known as dtantsur|brb | 14:55 | |
jordanP | I didn"t know about the experimental job | 14:56 |
*** tosky has joined #openstack-qa | 14:58 | |
vincent_hou | jordanP: The test is tagged with slow, because it is really supposed to be. I trigger the experimental job, and it is not in there either. | 14:58 |
*** rbak has joined #openstack-qa | 14:58 | |
mtreinish | jordanP: no you're right it's still skipped in the all job: http://logs.openstack.org/43/195443/49/experimental/periodic-tempest-dsvm-all-master/6d9f1fa/console.html#_2015-12-16_09_02_01_663 | 14:58 |
mtreinish | although I thought we enabled multibackend in devstack (just 2 lvm backends) but I might be mistaken | 14:59 |
openstackrecheck | Console logs not available after 13:26s for gate-horizon-dsvm-integration 258477,1,8c681f2 | 14:59 |
vincent_hou | jordanP: mtreinish: I think enabling two back-ends in devstack with two different LVMs will work for this case. LVM supports retype and devstack supports multiple backends. | 15:00 |
openstackgerrit | Alexey Galkin proposed openstack-dev/devstack: Add Glance Artifact API in devstack installation https://review.openstack.org/257888 | 15:01 |
jordanP | vincent_hou, that would be great | 15:01 |
mtreinish | vincent_hou: right, although I thought we were already doing that in the gate. Which is why I'm kinda confused | 15:02 |
mtreinish | but, it looks like I was wrong so we need to fix that | 15:03 |
vincent_hou | jordanP: mtreinish: I am not sure. I know there are already some multiple back-ends in tempest, and they are not found in the gate job either. | 15:03 |
mtreinish | vincent_hou: right, but is it because devstack isnt setting up 2 backends or is it because devstack is just forgetting to configure tempest so that tempest knows there are multiple backends | 15:05 |
*** jecarey has joined #openstack-qa | 15:06 | |
*** jecarey has quit IRC | 15:07 | |
*** jecarey has joined #openstack-qa | 15:07 | |
vincent_hou | mtreinish: Sorry. To be honest, this is also something I would like to know. | 15:07 |
*** rfolco_ has quit IRC | 15:07 | |
*** ngoracke has joined #openstack-qa | 15:08 | |
mtreinish | vincent_hou: well let's check the devstack logs from a gate run. That'll have the answers | 15:08 |
mtreinish | tempest clearly isnt being configured for multibackend we just need to check if devstack is setting up multiple backends in cinder | 15:08 |
mtreinish | vincent_hou: it doesn't look like it. Starting here: http://logs.openstack.org/43/195443/49/check/gate-tempest-dsvm-full/1abd7a1/logs/devstacklog.txt.gz#_2015-12-16_07_41_14_619 | 15:10 |
mtreinish | devstack looks like it's only setting up a single lvm backend before moving on to setting up nova | 15:10 |
mtreinish | jgriffith: ^^^ I thought we were running with 2 lvm backends in the gate. Did we have to change that for some reason? | 15:10 |
*** zz_dimtruck is now known as dimtruck | 15:10 | |
*** sree has joined #openstack-qa | 15:10 | |
vincent_hou | openstack volume type create --os-volume-api-version 1 --property volume_backend_name=lvmdriver-1 lvmdriver-1 | 15:12 |
vincent_hou | Only this line is found, which means only one backend is there. | 15:12 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-ceilometer-mysql-neutron-full 255725,6,f2f37e5 | 15:13 |
*** mwagner_lap has joined #openstack-qa | 15:14 | |
vincent_hou | mtreinish: jordanP: So far, only one backend lvmdriver-1 is configured in the devstack setup. | 15:14 |
*** sree has quit IRC | 15:14 | |
mtreinish | vincent_hou: right, so we need to either enable 2 lvm backends everywhere or setup a new job that does that | 15:15 |
*** sabeen1 has joined #openstack-qa | 15:15 | |
jordanP | I wouldn't add another job just for that | 15:16 |
mtreinish | vincent_hou: I don't think there is a reason to not just change it everywhere, there shouldn't really be any harm (well besides a little more disk consumed) | 15:16 |
jordanP | +1 | 15:16 |
mtreinish | jordanP: right | 15:16 |
*** rfolco_ has joined #openstack-qa | 15:17 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Refactor and split client manager https://review.openstack.org/258566 | 15:19 |
vincent_hou | It will be very handy for the tests, which need multi back-ends | 15:19 |
vincent_hou | For the other tests, they can just use one backend and forget the second. | 15:20 |
*** SridharG has quit IRC | 15:21 | |
*** yamahata has joined #openstack-qa | 15:21 | |
vincent_hou | mtreinish: jordanP: They second question after the 2 LVM support is that we need to make sure all the multiple backend tests are added in to the gate or experimental. | 15:22 |
jordanP | if you have multi backend, tests will automatically run (I think) | 15:23 |
*** aopincar has quit IRC | 15:23 | |
jordanP | I meant multiple backend tests | 15:23 |
vincent_hou | jordanP: that will be nice. | 15:24 |
jgriffith | mtreinish: that was turned off a while ago. I think we were running out of volume quota or something at one point | 15:24 |
*** pglass has joined #openstack-qa | 15:24 | |
andreaf | mtreinish, gmann, oomichi, jordanP, masayukig, mkoderer: this is my first attempt at splitting the manager class into two and refactoring it, so that one part is CONF independent, and it providers lazy load of clients: https://review.openstack.org/#/c/258566/ I would welcome feedback on the approach before I continue down this road | 15:25 |
mkoderer | andreaf: will review it tomorrow | 15:25 |
andreaf | mkoderer: cool, thanks | 15:25 |
*** yfried has joined #openstack-qa | 15:26 | |
openstackrecheck | Console logs not available after 13:26s for gate-nova-python27 193134,30,52d8cb7 | 15:27 |
*** artom_ has joined #openstack-qa | 15:29 | |
*** sabeen1 has quit IRC | 15:30 | |
*** edmondsw has joined #openstack-qa | 15:31 | |
*** artom_ is now known as artom | 15:33 | |
*** sshnaidm has quit IRC | 15:33 | |
*** mfisher_ora has joined #openstack-qa | 15:33 | |
*** ifarkas has quit IRC | 15:34 | |
*** jlanoux has quit IRC | 15:37 | |
*** edmondsw has quit IRC | 15:38 | |
*** mjturek1 has joined #openstack-qa | 15:39 | |
*** gszasz has joined #openstack-qa | 15:40 | |
*** jlanoux has joined #openstack-qa | 15:40 | |
openstackrecheck | Console logs not available after 13:25s for gate-nova-python27 193133,18,2ad003d | 15:40 |
*** vgridnev has quit IRC | 15:42 | |
mtreinish | jgriffith: ah ok that makes sense. Well lets see what happens when vincent_hou tries to turn it back on :) | 15:43 |
mtreinish | becuase he's trying to land some multibackend tests in tempest and is being blocked because nothing in the gate runs with it | 15:43 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Test change to debug lp1524717 https://review.openstack.org/255815 | 15:44 |
*** jecarey has quit IRC | 15:46 | |
sdague | mtreinish: so, we may have a lead on some of those ssh failures | 15:46 |
sdague | see nova channel | 15:46 |
mtreinish | sdague: okh, cool | 15:47 |
*** gszasz has quit IRC | 15:50 | |
*** Liuqing has quit IRC | 15:50 | |
*** lucas-hungry is now known as lucasagomes | 15:51 | |
openstackrecheck | Console logs not available after 13:35s for gate-nova-python27 193135,33,e9de475 | 15:54 |
*** sabeen1 has joined #openstack-qa | 15:55 | |
openstackgerrit | Vincent Hou proposed openstack/tempest: Add tempest tests for volume retype with migration https://review.openstack.org/195443 | 15:56 |
openstackgerrit | Ryan McNair proposed openstack/tempest: Tempest test for swap volume https://review.openstack.org/258593 | 15:56 |
*** dwalleck has joined #openstack-qa | 15:57 | |
*** sabeen3 has joined #openstack-qa | 16:00 | |
*** sabeen1 has quit IRC | 16:02 | |
*** dwalleck has quit IRC | 16:02 | |
*** dwalleck has joined #openstack-qa | 16:02 | |
*** jecarey has joined #openstack-qa | 16:02 | |
*** hichihara has quit IRC | 16:04 | |
anteaya | so everyone remembers gerrit does down in just under an hour, right? http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html | 16:07 |
anteaya | s/does/goes | 16:07 |
openstackrecheck | Console logs not available after 13:28s for gate-nova-python27 153038,41,6d08acf | 16:08 |
jroll | anteaya: now I do! thanks :) | 16:09 |
*** armax has joined #openstack-qa | 16:09 | |
anteaya | jroll: welcome do share the knowledge and link | 16:09 |
jroll | oh, I did | 16:10 |
*** dkranz has quit IRC | 16:10 | |
anteaya | well done | 16:12 |
anteaya | you just saved me from at least a dozen queries about gerrit in -infra, thank you | 16:13 |
openstackgerrit | Merged openstack/tempest: Fix password not strong enough failures https://review.openstack.org/178561 | 16:14 |
mtreinish | andreaf: I actually forgot too, but I would have quickly remembered when I couldnt get to it | 16:14 |
*** devananda has quit IRC | 16:14 | |
*** vincent_hou has quit IRC | 16:17 | |
andreaf | mtreinish: I guess you meant anteaya? | 16:17 |
*** tosky has quit IRC | 16:17 | |
anteaya | andreaf: he needed you as translator | 16:17 |
*** dkranz has joined #openstack-qa | 16:17 | |
anteaya | andreaf: thanks for helping out | 16:17 |
mtreinish | andreaf: yes, I did. tab complete fails me again | 16:17 |
anteaya | :) | 16:17 |
andreaf | :D | 16:17 |
anteaya | mriedem: thats okay I understand | 16:18 |
mtreinish | haha | 16:18 |
mriedem | I DON'T! | 16:18 |
andreaf | and I forgot as well about the restart | 16:18 |
*** ekarlso has joined #openstack-qa | 16:18 | |
mriedem | a rare double whammy | 16:18 |
anteaya | mriedem: just my way of saying hello | 16:19 |
anteaya | mriedem: hello | 16:19 |
anteaya | :) | 16:19 |
mriedem | hello | 16:19 |
*** tosky has joined #openstack-qa | 16:20 | |
*** agireud has quit IRC | 16:20 | |
anteaya | :) | 16:20 |
-openstackstatus- NOTICE: Gerrit will be offline for a software upgrade from 17:00 to 21:00 UTC. See: http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html | 16:21 | |
*** agireud has joined #openstack-qa | 16:21 | |
openstackrecheck | Console logs not available after 13:24s for gate-nova-python27 258472,1,66581d4 | 16:21 |
*** devananda has joined #openstack-qa | 16:22 | |
*** [1]Thelo has joined #openstack-qa | 16:23 | |
*** dtantsur|brb is now known as dtantsur | 16:23 | |
*** mkoderer has quit IRC | 16:24 | |
*** Thelo has quit IRC | 16:25 | |
*** [1]Thelo is now known as Thelo | 16:25 | |
stevemar | dtroyer: poke for review: https://review.openstack.org/#/c/253530/ | 16:26 |
*** mkoderer has joined #openstack-qa | 16:26 | |
*** dwalleck has quit IRC | 16:27 | |
*** rossella_s has quit IRC | 16:28 | |
andreaf | mtreinish: I put together a draft rework on tempest client manager, let me know if it looks like a reasonable direction to you https://review.openstack.org/#/c/258566/ - I could refresh the spec as well, it's going to be a few patches anyways - I guess 7 or 8 changes to finish it | 16:29 |
*** rossella_s has joined #openstack-qa | 16:30 | |
*** rossella_s has quit IRC | 16:30 | |
mtreinish | andreaf: there's a spec for the client manager refactor? | 16:32 |
mtreinish | heh, I didn't even realize that :) | 16:32 |
stevemar | mtreinish: you could theoretically help too :) https://review.openstack.org/#/c/253530/ | 16:34 |
anteaya | if anyone cares in -3 defcore is discussing what tempest can test | 16:34 |
andreaf | mtreinish: yes a pretty old one | 16:34 |
andreaf | anteaya: -3 ? | 16:34 |
anteaya | #openstack-meeting-3 | 16:34 |
mtreinish | andreaf: meeting-3 | 16:34 |
openstackrecheck | Console logs not available after 13:24s for gate-cinder-releasenotes 237387,52,a9bf17f | 16:34 |
*** vgridnev has joined #openstack-qa | 16:35 | |
andreaf | anteaya, mtreinish: thanks | 16:35 |
anteaya | welcome | 16:35 |
anteaya | monty seems to be the only dev voice in the meeting at the moment, thought others would want to know what is being discussed | 16:35 |
*** sree has joined #openstack-qa | 16:37 | |
*** sabeen3 has quit IRC | 16:41 | |
*** sabeen1 has joined #openstack-qa | 16:41 | |
*** sree has quit IRC | 16:42 | |
*** jasonsb has quit IRC | 16:46 | |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: WIP - DO NOT REVIEW https://review.openstack.org/258391 | 16:47 |
openstackrecheck | Console logs not available after 13:30s for gate-tempest-dsvm-postgres-full 249042,39,eb784d7 | 16:48 |
*** cdent has joined #openstack-qa | 16:53 | |
openstackgerrit | John Warren proposed openstack/tempest: Split out Neutron security groups client https://review.openstack.org/258030 | 16:54 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Test change to debug lp1524717. https://review.openstack.org/255815 | 16:56 |
*** hemna has quit IRC | 16:59 | |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python27 258020,1,4dcf784 | 17:01 |
*** AndChat|297600 has joined #openstack-qa | 17:04 | |
-openstackstatus- NOTICE: Gerrit is offline for a software upgrade from 17:00 to 21:00 UTC. See: http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html | 17:05 | |
*** ChanServ changes topic to "Gerrit is offline for a software upgrade from 17:00 to 21:00 UTC. See: http://lists.openstack.org/pipermail/openstack-dev/2015-December/081037.html" | 17:05 | |
*** jlanoux has quit IRC | 17:08 | |
*** e0ne has quit IRC | 17:09 | |
*** yfried has quit IRC | 17:11 | |
openstackrecheck | Console logs not available after 13:29s for gate-tempest-dsvm-full 256273,11,3d08b96 | 17:15 |
andreaf | jswarren, mtreinish: I will refresh the test-resources spec tomorrow, based on the latest comment from afazekas and masayukig - I would welcome your reviews as well then - hopefully we can close the spec then and get started with the implementation | 17:16 |
andreaf | jswarren: are you still aiming to drive work on that spec? | 17:17 |
jswarren | andreaf: yes | 17:17 |
andreaf | jswarren: cool :) | 17:17 |
*** _nadya_ has quit IRC | 17:18 | |
*** yfried has joined #openstack-qa | 17:20 | |
*** yamahata has quit IRC | 17:21 | |
*** salv-orlando has joined #openstack-qa | 17:21 | |
openstackrecheck | Console logs not available after 13:21s for gate-nova-python27 247719,9,7162e04 | 17:29 |
*** bnemec has quit IRC | 17:32 | |
mriedem | mtreinish: does tempest set the default security group rules in nova if you're doing ssh validation? | 17:32 |
mriedem | or does devstack set those? | 17:32 |
*** Swami_ has quit IRC | 17:32 | |
mtreinish | mriedem: because of the question from the cells meeting? I was just checking what tempest does | 17:33 |
mtreinish | I think the answer is it's configurable though | 17:33 |
mriedem | yeah | 17:33 |
*** bnemec has joined #openstack-qa | 17:33 | |
*** salv-orlando has quit IRC | 17:34 | |
*** salv-orlando has joined #openstack-qa | 17:34 | |
*** jswarren has quit IRC | 17:36 | |
andreaf | mriedem: I was looking at a patch to create a compute sg feature flag because of cells | 17:40 |
mtreinish | andreaf: that's different isn't it? | 17:40 |
mtreinish | like the validation group flag is saying tempest you need to create a new sg for each tenant when you want to ssh into it | 17:41 |
mtreinish | while the feature flag is saying tempest this cloud supports sg | 17:41 |
mriedem | andreaf: i think the point we were trying to make in the cells meeting was security groups are supposedly optional regardless of cells | 17:41 |
mriedem | like i don't think infra runs with security groups nor cells, right? | 17:42 |
mtreinish | this is where having better help messages in the config options would be useful | 17:42 |
*** bnemec has quit IRC | 17:42 | |
andreaf | mtreinish, mriedem: ok, what I was trying to understand there is how that fits with neutron | 17:42 |
openstackrecheck | Console logs not available after 13:24s for gate-glance-python27 258527,1,8a0b891 | 17:42 |
mtreinish | mriedem: well infra configures their tenant's default sg to allow everything | 17:42 |
*** pglass has quit IRC | 17:42 | |
andreaf | mtreinish, mriedem: because even if sg in n-net are not supported, if neutron is enabled that feature flag is not relevant anymore, right? | 17:42 |
mtreinish | andreaf: well except for the nova api for security groups | 17:43 |
*** Swami_ has joined #openstack-qa | 17:44 | |
*** anshul has quit IRC | 17:44 | |
mriedem | mtreinish: the nova secgroup api works ok with cellsv1, it's just that the nw firewall filters aren't applied in the child cells (i think) | 17:44 |
andreaf | mtreinish: perhaps, but I though the nova API would proxy the neutron one? | 17:44 |
mriedem | melwitt: alaski: would have to clarify | 17:44 |
andreaf | mtreinish: and in any case the patch I was reviewing skips 100% neutron SG tests because of that flag, but it seems not to be fitting? | 17:45 |
*** jecarey has quit IRC | 17:45 | |
*** jecarey_ has joined #openstack-qa | 17:46 | |
alaski | mtreinish: right, the secgroup api works but groups aren't set in the cell db. so the default seems to work because it's looked up in the api and passed down. custom ones fail on a db lookup within the child cell | 17:46 |
melwitt | yeah, and adding rules to the default group works | 17:47 |
*** yamahata has joined #openstack-qa | 17:48 | |
*** mriedem is now known as mriedem_lunch | 17:49 | |
*** jecarey_ has quit IRC | 17:50 | |
*** gamado has quit IRC | 17:52 | |
*** jswarren has joined #openstack-qa | 17:54 | |
openstackrecheck | Console logs not available after 13:21s for gate-nova-python27 258415,1,2478ba5 | 17:56 |
*** pglass has joined #openstack-qa | 18:00 | |
*** cdent has quit IRC | 18:00 | |
*** cdent has joined #openstack-qa | 18:00 | |
*** aopincar has joined #openstack-qa | 18:00 | |
*** dtantsur is now known as dtantsur|pto | 18:01 | |
*** malini has quit IRC | 18:01 | |
*** tosky has quit IRC | 18:02 | |
*** sabeen1 has quit IRC | 18:02 | |
*** mriedem_lunch is now known as mriedem | 18:03 | |
*** e0ne has joined #openstack-qa | 18:06 | |
*** eil397 has joined #openstack-qa | 18:06 | |
*** cdent has quit IRC | 18:07 | |
openstackrecheck | Console logs not available after 13:21s for gate-horizon-python27 252488,18,7b86e9d | 18:10 |
*** cdent has joined #openstack-qa | 18:11 | |
*** r-mibu has quit IRC | 18:12 | |
*** r-mibu has joined #openstack-qa | 18:12 | |
*** sshnaidm has joined #openstack-qa | 18:13 | |
*** jordanP has quit IRC | 18:15 | |
*** mhickey has joined #openstack-qa | 18:16 | |
*** pglass has quit IRC | 18:19 | |
*** salv-orlando has quit IRC | 18:21 | |
*** hitalia has joined #openstack-qa | 18:21 | |
*** hemna has joined #openstack-qa | 18:21 | |
*** dimtruck is now known as zz_dimtruck | 18:22 | |
*** sshnaidm has quit IRC | 18:22 | |
openstackrecheck | Console logs not available after 13:21s for gate-nova-python27 256069,12,3a23755 | 18:23 |
*** salv-orlando has joined #openstack-qa | 18:23 | |
*** rbak has quit IRC | 18:33 | |
*** rbak_ has joined #openstack-qa | 18:33 | |
*** malini has joined #openstack-qa | 18:34 | |
*** aix has quit IRC | 18:35 | |
*** vgridnev has quit IRC | 18:35 | |
*** AndChat|297600 has quit IRC | 18:35 | |
*** sshnaidm has joined #openstack-qa | 18:36 | |
openstackrecheck | Console logs not available after 13:21s for gate-nova-python27 189843,15,1aefb5b | 18:37 |
*** yamamoto has quit IRC | 18:38 | |
*** bnemec has joined #openstack-qa | 18:38 | |
*** yamamoto has joined #openstack-qa | 18:38 | |
*** yamamoto has quit IRC | 18:48 | |
*** david-lyle_ has joined #openstack-qa | 18:49 | |
*** david-lyle has quit IRC | 18:50 | |
openstackrecheck | Console logs not available after 13:21s for gate-cinder-python27 258541,1,ceecf5f | 18:51 |
*** pvaneck has joined #openstack-qa | 18:53 | |
*** david-lyle_ is now known as david-lyle | 18:54 | |
*** jecarey has joined #openstack-qa | 19:00 | |
*** jecarey has quit IRC | 19:00 | |
*** jecarey has joined #openstack-qa | 19:00 | |
*** cdent has quit IRC | 19:01 | |
*** safchain has quit IRC | 19:03 | |
openstackrecheck | Console logs not available after 13:23s for bindep-nova-python27 227278,21,7853d15 | 19:04 |
*** bnemec has quit IRC | 19:04 | |
*** zz_dimtruck is now known as dimtruck | 19:06 | |
*** woodster_ has quit IRC | 19:06 | |
*** pglass has joined #openstack-qa | 19:07 | |
*** aysyd has quit IRC | 19:09 | |
*** aysyd has joined #openstack-qa | 19:09 | |
*** bnemec has joined #openstack-qa | 19:10 | |
*** _nadya_ has joined #openstack-qa | 19:11 | |
*** e0ne_ has joined #openstack-qa | 19:13 | |
*** e0ne has quit IRC | 19:15 | |
*** david-lyle has quit IRC | 19:17 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python27 180942,27,972cc81 | 19:17 |
*** yamamoto has joined #openstack-qa | 19:18 | |
*** yamamoto has quit IRC | 19:19 | |
*** david-lyle has joined #openstack-qa | 19:20 | |
*** shardy is now known as shardy_afk | 19:22 | |
*** bnemec has quit IRC | 19:22 | |
*** david-lyle_ has joined #openstack-qa | 19:24 | |
*** david-lyle has quit IRC | 19:24 | |
*** alyson_ has joined #openstack-qa | 19:26 | |
*** dims has joined #openstack-qa | 19:27 | |
*** salv-orlando has quit IRC | 19:27 | |
*** shardy_afk has quit IRC | 19:27 | |
*** boris-42_ has joined #openstack-qa | 19:30 | |
*** david-lyle_ has quit IRC | 19:30 | |
openstackrecheck | Console logs not available after 13:25s for gate-grenade-dsvm 258599,1,a72cf1d | 19:33 |
openstackrecheck | openstack-dev/devstack change: https://review.openstack.org/256469 failed gate-tempest-dsvm-neutron-full in the gate queue with an unrecognized error | 19:33 |
*** cdent has joined #openstack-qa | 19:34 | |
*** pglass has quit IRC | 19:34 | |
*** weshay_xchat is now known as weshay | 19:35 | |
*** bnemec has joined #openstack-qa | 19:35 | |
*** aopincar has quit IRC | 19:36 | |
*** pglass has joined #openstack-qa | 19:37 | |
*** pglbutt has joined #openstack-qa | 19:42 | |
*** sabeen1 has joined #openstack-qa | 19:44 | |
*** pglass has quit IRC | 19:45 | |
*** sabeen3 has joined #openstack-qa | 19:46 | |
*** david-lyle has joined #openstack-qa | 19:48 | |
*** sabeen1 has quit IRC | 19:49 | |
*** zackf has quit IRC | 19:55 | |
*** zackf has joined #openstack-qa | 19:56 | |
*** davideagnello has joined #openstack-qa | 19:57 | |
*** _nadya_ has quit IRC | 19:57 | |
*** shardy has joined #openstack-qa | 20:02 | |
*** dims has quit IRC | 20:18 | |
*** dimtruck is now known as zz_dimtruck | 20:18 | |
*** dims has joined #openstack-qa | 20:19 | |
*** yamamoto has joined #openstack-qa | 20:19 | |
*** lucasagomes is now known as lucas-dinner | 20:19 | |
*** mhickey has quit IRC | 20:25 | |
*** yamamoto has quit IRC | 20:25 | |
*** malini has quit IRC | 20:40 | |
mtreinish | david-lyle, regXboi, timothyb89: if you get a sec: https://review.openstack.org/#/c/258199/ should be straightforward | 20:45 |
*** hitalia has quit IRC | 20:48 | |
regXboi | and me guesses gerrit is back :) | 20:52 |
david-lyle | mtreinish: LGTM | 20:52 |
regXboi | yeah - david-lyle beat me to it | 20:53 |
regXboi | I was checking out the new gerrit | 20:53 |
regXboi | :) | 20:53 |
mtreinish | regXboi: yeah it's shiny :) | 20:53 |
mtreinish | david-lyle: thanks | 20:54 |
* david-lyle misses the old view option | 20:54 | |
mtreinish | david-lyle: as do I | 20:54 |
mtreinish | regXboi: you can take a look at: https://review.openstack.org/#/c/256740/ it's a bit more involved though :) | 20:54 |
regXboi | yeah, but it's still relatively straightforward - it's got the CR+2 - somebody else can pull the W+1 lever | 20:56 |
mtreinish | david-lyle: ^^^ want to finish it off? :) | 20:57 |
david-lyle | thought I did | 20:57 |
mtreinish | david-lyle: a 2nd patch | 20:58 |
mtreinish | I'm getting greedy | 20:58 |
david-lyle | ah | 20:58 |
david-lyle | so much work :) | 20:58 |
*** ChanServ changes topic to "All Things QA..." | 21:01 | |
*** bnemec has quit IRC | 21:01 | |
-openstackstatus- NOTICE: Gerrit has been upgraded to 2.11. Please report any issues in #openstack-infra as soon as possible. | 21:01 | |
openstackgerrit | Merged openstack/openstack-health: Set default type for stacked area to expanded https://review.openstack.org/258199 | 21:01 |
*** bnemec has joined #openstack-qa | 21:01 | |
*** zz_dimtruck is now known as dimtruck | 21:02 | |
*** aysyd has quit IRC | 21:02 | |
mtreinish | SpamapS: on: https://review.openstack.org/#/c/256179/ I'm not sure I understand what you're proposing | 21:07 |
mtreinish | it's how to fix the create run db api call so it doesn't leave empty rows in the table right? | 21:08 |
*** regXboi has quit IRC | 21:09 | |
openstackgerrit | Merged openstack/openstack-health: Properly interpolate missing data for test_runs https://review.openstack.org/256740 | 21:13 |
mtreinish | SpamapS: fwiw, I'm fine with doing that. But, the bugs been there for a long time, like 5% of the rows in infra's run table is made up of the empty runs | 21:13 |
*** bnemec has quit IRC | 21:13 | |
*** ajmiller has quit IRC | 21:14 | |
*** ajmiller has joined #openstack-qa | 21:14 | |
*** e0ne_ has quit IRC | 21:15 | |
mgagne | How can I find "why" a test was skipped in tempest? This isn't helping much: setUpClass (tempest.api.object_storage.test_object_services.ObjectTest) SKIP 0.00 | 21:19 |
mtreinish | mgagne: what are you using to run tempest? that looks like the old colorizer script (which was removed not too long ago) | 21:21 |
mgagne | mtreinish refstack =) | 21:21 |
mtreinish | mgagne: I'd try running testr last --subunit | subunit-trace | 21:21 |
mtreinish | mgagne: yeah refstack refuses to move to a decent output filter | 21:21 |
mtreinish | the colorizer is terrible | 21:21 |
*** hitalia has joined #openstack-qa | 21:22 | |
mgagne | mtreinish I understand what you are saying but unfortunately, that's not my fight today =) | 21:22 |
mtreinish | mgagne: just run the testr command from the tempest dir refstack is running things from | 21:22 |
mtreinish | that'll generate output that actually prints the skip message | 21:22 |
mgagne | can testr be told to run ONE test? | 21:22 |
*** Guest72290 has quit IRC | 21:22 | |
mgagne | tests are taking 50m total | 21:23 |
mtreinish | mgagne: it can, but that command isn't running anything it's displaying the results of the last run | 21:23 |
mtreinish | testr stores all the subunit streams from previous runs on disk (in a .testrepository dir) | 21:23 |
mtreinish | it's just recalling it that and your piping it into subunit-trace (which is a better output filter) | 21:23 |
*** artom has quit IRC | 21:25 | |
mgagne | thanks, much better now | 21:25 |
mgagne | SKIPPED: ObjectExpiryTest skipped because the configured credential provider is not able to provide credentials with the _member_ role assigned. | 21:25 |
mtreinish | mgagne: cool | 21:26 |
mgagne | not only problem is: my users do have the _member_ role... | 21:26 |
mgagne | now* | 21:27 |
*** bnemec has joined #openstack-qa | 21:27 | |
mtreinish | mgagne: the test accounts mechanism needs to be told which roles are on users you're providing | 21:27 |
*** safchain has joined #openstack-qa | 21:27 | |
mtreinish | just add the role to your accounts.yaml | 21:27 |
mgagne | mriedem yep, already done | 21:27 |
*** safchain has quit IRC | 21:27 | |
mtreinish | hmm, I'd expect that to fix it | 21:27 |
mgagne | http://paste.openstack.org/show/482122/ | 21:28 |
openstackgerrit | Tim Buckley proposed openstack/openstack-health: Allow users to select information grouping https://review.openstack.org/240453 | 21:28 |
*** rcernin has joined #openstack-qa | 21:28 | |
timothyb89 | mtreinish, david-lyle: ^^ should be ready to merge | 21:28 |
timothyb89 | I'm still not a fan of the ui, but I'll follow up later | 21:29 |
mtreinish | timothyb89: ok, I'll take a look in a bit | 21:30 |
timothyb89 | mtreinish: awesome, thanks | 21:30 |
mtreinish | mgagne: hmm, yeah I just did a quick check of the code and that shouldn't skip. The result of: https://github.com/openstack/tempest/blob/master/tempest/common/preprov_creds.py#L315-L321 | 21:32 |
mtreinish | is what's used to determine whether to raise the skip exception or not | 21:32 |
mtreinish | I think I found a bug if you specify the role and type together, but it shouldn't result in a skip. (or a failure its just an unecessary step in a loop) | 21:35 |
mgagne | yea, that's what I was about to suspect | 21:36 |
mgagne | so what's my best workaround? | 21:37 |
mgagne | or could be it a bad error message? | 21:38 |
openstackgerrit | Michael Turek proposed openstack/tempest: Consolidate ironic timeouts into one blanket timeout https://review.openstack.org/258670 | 21:38 |
mtreinish | TBH, I'm not sure. What checkout of tempest is refstack using these days? | 21:38 |
mtreinish | mgagne: the error message is pretty distinct it comes from: https://github.com/openstack/tempest/blob/master/tempest/test.py#L496-L503 | 21:39 |
mgagne | yea but how is types related? | 21:39 |
mtreinish | types is just a shortcut, mostly there for legacy users. Internally tempest converts the type to the corresponding role from config | 21:41 |
mtreinish | mgagne: the thing I'm confused by is all the swift tests require the operator role: https://github.com/openstack/tempest/blob/master/tempest/api/object_storage/base.py#L27 | 21:41 |
mgagne | ok, removed the types entry. still skipping =( | 21:41 |
mtreinish | mgagne: just for reference the conversion happens here: https://github.com/openstack/tempest/blob/master/tempest/common/preprov_creds.py#L122-L144 | 21:42 |
*** sabeen3 has quit IRC | 21:43 | |
mgagne | mtreinish yea, I got an idea after poking the code. I'm still confused as to why it's still skipping although I removed the types attribute | 21:43 |
mtreinish | mgagne: I'm wondering if there is just a bug in the version refstack chooses to run? | 21:44 |
mgagne | :-/ | 21:45 |
mgagne | all tests are ok except swift ones | 21:45 |
mtreinish | mgagne: oh, it's all swift tests. Thats a bit more consistent with what I'd expect | 21:45 |
*** e0ne has joined #openstack-qa | 21:45 | |
mgagne | mtreinish yea, sorry for lack of context. all skipped with same reasons about role | 21:45 |
mgagne | mtreinish I don't mind adding debug and print where ever you would find them useful. I just don't know much tempest to know where to add debug | 21:47 |
mgagne | interesting, I don't have this file (tempest/common/preprov_creds.py) | 21:48 |
mtreinish | mgagne: yeah, it's because refstack uses an old checkout | 21:49 |
mgagne | running 551e1a9701e7e2b3edf6d49a2eaa62b7ab2435ad | 21:49 |
mgagne | ok, will update to master | 21:49 |
mtreinish | mgagne: it should be accounts.py or something like that | 21:49 |
mtreinish | it used to be called the test accounts mechanism, andreaf recently renamed it to pre provisioned accounts to be a bit more descriptive | 21:50 |
mtreinish | (tenant isolation was also renamed to dynamic credentials) | 21:50 |
mgagne | ok, checking master anyway | 21:50 |
mgagne | I think it's useless to debug a dated version of tempest if it got fixed in master | 21:50 |
*** mfisher_ora has quit IRC | 21:51 | |
mtreinish | sure, I agree :) | 21:51 |
mgagne | unless refstack relies on old output format... | 21:51 |
*** yfried has quit IRC | 21:51 | |
mtreinish | I don't know what refstack does tbh, I'd assume they'd rely on the subunit output. But who knows | 21:52 |
mgagne | it looks for result in .tempest/.testrepository/1.json | 21:52 |
mgagne | well, end result is this file | 21:53 |
mtreinish | ok, then yeah it's probably just converting the subunit to json or something like that | 21:54 |
mgagne | same error :-/ | 21:55 |
mgagne | at least the output is now much better | 21:55 |
mtreinish | mgagne: :/ hmm, ok try running it with: http://paste.openstack.org/show/482124/ applied | 21:56 |
*** mwagner_lap has quit IRC | 21:56 | |
mgagne | yep, was about to do the same | 21:57 |
mgagne | now to find stdout... | 21:58 |
mgagne | will use LOG.info | 21:59 |
mtreinish | oh, heh yeah it gets eaten by the test runner. It should be in the subunit stream though. But, subunit-trace doesn't print it on skips iirc | 21:59 |
mtreinish | yeah, that'll probably be faster | 21:59 |
*** harlowja has quit IRC | 21:59 | |
mgagne | can't find output, could it be this function is not used? | 22:00 |
mtreinish | mgagne: oh, did you turn tenant isolation off? | 22:01 |
mtreinish | in the tempest.conf | 22:01 |
mgagne | accounts are pre-created allow_tenant_isolation = false | 22:01 |
mtreinish | ok | 22:01 |
mtreinish | that's correct. But if it was set to true the function wouldn't ever be called | 22:02 |
mtreinish | mgagne: the function should definitely be called by: https://github.com/openstack/tempest/blob/master/tempest/test.py#L496-L503 | 22:04 |
mtreinish | thats the only place that skip message can come from iirc | 22:04 |
*** harlowja has joined #openstack-qa | 22:04 | |
mtreinish | mgagne: just a sanity check question on your tempest.conf. Do you have any user creds in the tempest.conf (not the accounts.yaml) | 22:06 |
mgagne | I think the function is never called. I replaced print with LOG.info then with write to file then with a raise Exception. still same skip output | 22:06 |
mgagne | yes I do for some tests that *really* asked for it | 22:06 |
mtreinish | there is another path where if it can't find the accounts file it uses those creds for everything | 22:07 |
mtreinish | and the function won't be called then | 22:07 |
mtreinish | another sanity check question, is the accounts.yaml path correct in your tempest.conf? | 22:07 |
mgagne | yes, passing all tests except swift | 22:09 |
mtreinish | mgagne: well this function: https://github.com/openstack/tempest/blob/master/tempest/common/credentials_factory.py#L155-L182 | 22:09 |
mgagne | and tempest crashes if I put invalid data in it =) | 22:09 |
mtreinish | determines which credential provider is used | 22:09 |
mtreinish | and if we're using the pre provisioned creds that is_role_available function should be called | 22:10 |
mtreinish | but if it's using the legacy provider it always returns false | 22:10 |
mtreinish | (which would cause the skip there) | 22:10 |
mgagne | removing old account info crashes tempest | 22:10 |
mtreinish | what's the error? | 22:10 |
mgagne | wait, I would restore the function | 22:10 |
mgagne | same thing http://paste.openstack.org/show/482125/ | 22:11 |
mgagne | missing domain_name I guess | 22:12 |
mgagne | man, it's hard to debug with those obscure error message =( | 22:13 |
mtreinish | mgagne: so that error is being caused because tempest doesn't see your accounts.yaml file | 22:13 |
mtreinish | mgagne: yeah, that error message is useless. Can you file a bug when we get through this? :) | 22:14 |
*** artom has joined #openstack-qa | 22:14 | |
mtreinish | basically this if check: https://github.com/openstack/tempest/blob/master/tempest/common/credentials_factory.py#L173-L174 | 22:15 |
mtreinish | is evaling false and it's not using the test accounts file | 22:15 |
mtreinish | and trying to use the fallback legacy options in the tempest.conf file | 22:15 |
mgagne | mtreinish: I can add it to a post-it, trying to complete that test before I go on holidays on thursday =( | 22:15 |
mtreinish | sure, that's fine :) | 22:15 |
mgagne | I put an invalid filename and tempest crashes. so it does try to find it | 22:16 |
mgagne | so I suspect invalid/incomplete data | 22:16 |
mtreinish | mgagne: is the crash different though? | 22:16 |
mgagne | yea, cannot find accounts.yamlaaa | 22:17 |
mtreinish | that's odd can you paste the full stacktrace for that? | 22:17 |
mtreinish | we should check up front for its existance before we try to use it | 22:17 |
mtreinish | that's why the fallback to using the config options exists | 22:18 |
mtreinish | it's quite clear that when you get the skip messages it's running using the config options instead of the accounts.yaml file | 22:18 |
mgagne | it's not clear tbh | 22:19 |
mgagne | hence why I'm here =) | 22:19 |
mtreinish | heh, to me it is. But, that's probably because I wrote most of the underlying mechanisms originally :) | 22:20 |
mtreinish | mgagne: we should log most of this state iirc | 22:20 |
*** shardy has quit IRC | 22:21 | |
*** gfidente has quit IRC | 22:21 | |
mgagne | trying to setup tempest is quite a frustrating experience for me tbh | 22:22 |
mtreinish | does http://docs.openstack.org/developer/tempest/configuration.html#tempest-configuration help at all? I've tried to write down things as I remember or they come up there | 22:24 |
mtreinish | it's hard though, because I'm the only one who ever really adds anything there | 22:24 |
mtreinish | timothyb89: I left a comment on the group_by change, I think it failed unit tests. You might want to fix the comment while you respin | 22:25 |
mtreinish | but it's not critical either way | 22:26 |
mtreinish | I'll be +2 when it's passing the gate | 22:26 |
mgagne | mtreinish looks like I followed all steps for accounts.yaml | 22:26 |
*** sshnaidm has quit IRC | 22:28 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Remove pre-check for test accounts file in credential factory https://review.openstack.org/258691 | 22:30 |
mtreinish | mgagne: ^^^ try running with that patch | 22:31 |
*** mtanino has quit IRC | 22:32 | |
*** diegows has joined #openstack-qa | 22:32 | |
mgagne | now I'm back to SKIPPED: ObjectExpiryTest skipped because the configured credential provider is not able to provide credentials with the _member_ role assigned. | 22:32 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Remove pre-check for test accounts file in credential factory https://review.openstack.org/258691 | 22:32 |
mtreinish | mgagne: err, actually: ^^^ | 22:32 |
*** e0ne has quit IRC | 22:33 | |
mtreinish | I missed one check | 22:33 |
mgagne | IOError: [Errno 2] No such file or directory: '.tempest/etc/accounts.yaml' | 22:33 |
mgagne | what's the current dir when that file is looked up? | 22:34 |
mtreinish | mgagne: yep, that's what I was saying, the path isn't right and tempest isnt actually using the accounts file | 22:34 |
mtreinish | uhm, not sure | 22:34 |
mtreinish | lemme check | 22:34 |
mtreinish | err, I think we're expecting it's an absolute path | 22:34 |
mtreinish | in config | 22:35 |
mtreinish | it doesn't set a dir: https://github.com/openstack/tempest/blob/master/tempest/common/preprov_creds.py#L33-L36 | 22:35 |
mgagne | had to use full path | 22:36 |
mgagne | as I couldn't figure out the cwd | 22:36 |
mgagne | tests look to be running, will wait for results | 22:37 |
mgagne | tests passed | 22:37 |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-dsvm-integration 245398,14,00ce410 | 22:37 |
mtreinish | cool | 22:37 |
mtreinish | I'll add a note to the configuration guide about using a full path | 22:38 |
mgagne | this might not always be possible | 22:38 |
mgagne | we should be able to put a relative path | 22:38 |
mgagne | path relative to my cwd: refstack is happy but tempest complains. path relative to tempest.conf: refstack crashes | 22:39 |
timothyb89 | mtreinish: somehow I missed that change, it does seem a bit odd ... I'll revert it | 22:40 |
mgagne | running whole suite now, will see what happens | 22:40 |
mtreinish | mgagne: relative to what though? tempest doesn't actually control its execution it's the test runner. I can make it relative to the tempest.conf location I guess | 22:41 |
mtreinish | that wouldn't be too hard | 22:41 |
mgagne | mtreinish well, that's what I would expect but my expectations could be wrong | 22:42 |
mtreinish | timothyb89: I know why glauco did that. He was trying to map the imaginary object hiearchy from the urls on to the response data structure | 22:42 |
mtreinish | timothyb89: but it just makes it more complicated and doesn't add anything... | 22:43 |
timothyb89 | mtreinish: huh... is that something we want? | 22:43 |
mtreinish | no | 22:43 |
*** sabeen1 has joined #openstack-qa | 22:43 | |
timothyb89 | mtreinish: alright, I agree, removing that ends up simplifying the patch a fair bit too | 22:43 |
mtreinish | cool | 22:44 |
*** artom has quit IRC | 22:44 | |
*** artom has joined #openstack-qa | 22:46 | |
*** sabeen2 has joined #openstack-qa | 22:46 | |
mtreinish | mgagne: yeah, tempest is a bit weird since it doesn't control it's own execution. In the short term I'll push a patch with the note about using the full path | 22:46 |
mtreinish | and I'll work on making it relative to the tempest.conf location after I get home | 22:47 |
mgagne | mtreinish tyvm for your help btw, much appreciated. I won't make the promise to contribute bugfixes since I tend to not respect them for reasons outside my control. I can only say I will try (again) | 22:47 |
*** asselin has joined #openstack-qa | 22:47 | |
*** sabeen1 has quit IRC | 22:47 | |
*** jbernard has quit IRC | 22:48 | |
*** asselin__ has quit IRC | 22:49 | |
mtreinish | mgagne: heh, ok no worries. I'm glad we could get to the bottom of your issue | 22:49 |
*** dkranz has quit IRC | 22:50 | |
openstackgerrit | Johan Pas proposed openstack/tempest: Extend security group scenario with IPv6 tests https://review.openstack.org/258700 | 22:51 |
*** weshay has quit IRC | 22:52 | |
mtreinish | mgagne: one qq do you have the stack trace with the io error? | 22:53 |
mgagne | which one? | 22:53 |
mtreinish | I think we might want to cactch that and print an invalid configuration error instead (with a message explaining the file oculdn't be found) | 22:53 |
mtreinish | mgagne: the one you got after running with my patch and the relative path in config | 22:53 |
mgagne | I think it's that one: http://paste.openstack.org/show/482129/ | 22:54 |
mtreinish | yeah, that looks right | 22:54 |
*** jbernard has joined #openstack-qa | 22:55 | |
openstackrecheck | Console logs not available after 13:35s for gate-tempest-dsvm-full 258650,1,e40f405 | 22:56 |
*** drptbl has joined #openstack-qa | 22:57 | |
openstackgerrit | Tim Buckley proposed openstack/openstack-health: Allow users to select information grouping https://review.openstack.org/240453 | 22:58 |
timothyb89 | mtreinish: ^^ reverts the dict change and fixes unit tests | 22:59 |
*** drptbl has quit IRC | 23:00 | |
*** harlowja has quit IRC | 23:01 | |
*** dims has quit IRC | 23:01 | |
*** drptbl has joined #openstack-qa | 23:04 | |
*** zhangjn has joined #openstack-qa | 23:04 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for random qemu sigterm bug 1526989 https://review.openstack.org/258707 | 23:06 |
openstack | bug 1526989 in OpenStack Compute (nova) "nova boot fails with "libvirtError: internal error: early end of file from monitor: possible problem: qemu: terminating on signal 15 from pid 15765"" [Medium,Confirmed] https://launchpad.net/bugs/1526989 | 23:06 |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-neutron-full 258313,1,65276d3 | 23:09 |
mtreinish | timothyb89: cool | 23:17 |
mtreinish | timothyb89: I think you slipped a hard tab in there | 23:19 |
mtreinish | I expect the npm lint will fail when it comes back | 23:19 |
mtreinish | (assuming that's one of the checks) | 23:20 |
*** zhangjn has quit IRC | 23:22 | |
*** mriedem has quit IRC | 23:22 | |
timothyb89 | mtreinish: ah, geez, you're right... atom is really aggressive about converting without any warning | 23:23 |
*** dims has joined #openstack-qa | 23:24 | |
mtreinish | timothyb89: oh, it looks like pep8 failed too | 23:25 |
mtreinish | and extra space before a [ | 23:25 |
timothyb89 | mtreinish: ouch, this is what I get for thinking I had my python plugins set up correctly :/ | 23:26 |
openstackgerrit | Tim Buckley proposed openstack/openstack-health: Allow users to select information grouping https://review.openstack.org/240453 | 23:28 |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full 256273,14,5a58cd3 | 23:30 |
*** dustins is now known as dustins|out | 23:30 | |
timothyb89 | mtreinish: ^ for real this time, I swear | 23:31 |
*** pglbutt has quit IRC | 23:33 | |
*** ngoracke has quit IRC | 23:33 | |
*** drptbl has quit IRC | 23:36 | |
*** cdent has quit IRC | 23:37 | |
*** drptbl has joined #openstack-qa | 23:37 | |
*** tochi has joined #openstack-qa | 23:40 | |
*** woodster_ has joined #openstack-qa | 23:41 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest-lib: Migrated servers_client.py from tempest https://review.openstack.org/258716 | 23:41 |
*** drptbl has quit IRC | 23:43 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-postgres-full 193135,35,b6de093 | 23:44 |
*** dimtruck is now known as zz_dimtruck | 23:46 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Split out Neutron subnetpools client https://review.openstack.org/257724 | 23:49 |
*** sabeen2 has quit IRC | 23:49 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Remove pre-check for test accounts file in credential factory https://review.openstack.org/258691 | 23:52 |
mtreinish | andreaf, gmann, masayukig: if you get a sec ^^^ should be quick | 23:53 |
mtreinish | timothyb89: hmm testing things locally when I set the metadata key to build_name the second page doesn't do anything | 23:56 |
timothyb89 | mtreinish: odd, that seemed okay to me, it was a large page though | 23:57 |
mtreinish | so other keys work, like build_branch | 23:58 |
mtreinish | but build_name I can't get | 23:58 |
*** sabeen has joined #openstack-qa | 23:59 | |
mtreinish | oh, there the response is a bit different from the api server | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!