openstackgerrit | John Warren proposed openstack/tempest: Full response for v1 ImageClient.update_image https://review.openstack.org/208616 | 00:05 |
---|---|---|
*** achanda has quit IRC | 00:06 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Decoupling horizon from glance testing https://review.openstack.org/208586 | 00:07 |
*** gfidente|afk has quit IRC | 00:08 | |
*** pvaneck has quit IRC | 00:10 | |
openstackgerrit | Merged openstack/tempest: Use relative path in data_files in setup.cfg https://review.openstack.org/207994 | 00:17 |
*** jaypipes has quit IRC | 00:18 | |
mtreinish | man http://logs.openstack.org/87/208187/2/gate/gate-tempest-dsvm-full/0e7891a//logs/tempest_conf.txt.gz is so much easier to read now that stopped preseeding it with the sample config | 00:24 |
mtreinish | hogepodge: ^^^ the devstack case will probably serve as a better example now | 00:24 |
hogepodge | yeah | 00:25 |
hogepodge | nice | 00:25 |
hogepodge | mtreinish: I was going to start having one of the mirantis folks take a look at the swift/tempest integration. She'll probably ping you soon (if she hasn't already) | 00:25 |
mtreinish | hogepodge: ok, sure | 00:26 |
*** sabeen has quit IRC | 00:28 | |
openstackgerrit | Zhenzan Zhou proposed openstack/tempest: Add identity v2 endpoint operations https://review.openstack.org/203019 | 00:29 |
*** dmorita has quit IRC | 00:29 | |
*** tsekiyam_ has joined #openstack-qa | 00:30 | |
*** salv-orlando has quit IRC | 00:31 | |
*** tsekiyama has quit IRC | 00:34 | |
*** annashen has joined #openstack-qa | 00:34 | |
*** haigang has joined #openstack-qa | 00:35 | |
*** zz_dimtruck is now known as dimtruck | 00:36 | |
gmann | mtreinish: regarding exception handing in https://review.openstack.org/#/c/205176/ | 00:38 |
*** annashen has quit IRC | 00:39 | |
mtreinish | uh oh, that teaches me to be online after 8 :) | 00:39 |
gmann | mtreinish: actually my main concern is Tempest will be broken if any buggy plugin | 00:39 |
gmann | mtreinish: heh :) | 00:39 |
*** laughterwym has joined #openstack-qa | 00:39 | |
*** sabeen1 has joined #openstack-qa | 00:41 | |
*** sabeen1 has quit IRC | 00:41 | |
mtreinish | gmann: sure, I get where you're coming from but I'm just cautious against putting guards everywhere because people can't potentially write a good plugin | 00:41 |
mtreinish | because it's a slippery slope, the main point of adding the plugin interface is because we're saying we can't and don't want to support every project under the sun | 00:42 |
gmann | mtreinish: yea | 00:42 |
*** tpeoples has joined #openstack-qa | 00:42 | |
mtreinish | so we're providing the interface for others to do what they need to test things | 00:42 |
mtreinish | and if they can't do that without stack tracing while returning a list of tuples, I wouldn't know what to say :) | 00:42 |
gmann | mtreinish: yea, i got your point. So we can expect/assume plugin owner tests that properly before adding in entry point. | 00:44 |
*** yamamoto has joined #openstack-qa | 00:44 | |
mtreinish | gmann: well I think its more user beware | 00:44 |
mtreinish | ideally the plugin author/owner will actually test things | 00:45 |
mtreinish | and use it for gating too | 00:45 |
gmann | mtreinish: and if there is some bug stack trace that will be caught in gate and would not land | 00:46 |
gmann | mtreinish: if they make plugin in entry point it goers through gate | 00:46 |
mtreinish | gmann: yes it should be caught there actually really early too because it'll be raised on import | 00:46 |
gmann | yea, that make sense and clarify my concern :) | 00:48 |
gmann | i did not thing about gating thing... | 00:48 |
gmann | because i agree with you, ignoring buggy plugins would be good idea | 00:48 |
gmann | *would not | 00:48 |
*** yamamoto has quit IRC | 00:49 | |
gmann | now m ok with that. Sorry to bother you so late :) | 00:49 |
mtreinish | gmann: I mean it's possible to write a tempest plugin and not gate anything on it, but I think that's a bad example we don't want to worry about | 00:49 |
mtreinish | oh, no worries, I was online anyway :) | 00:49 |
*** ajmiller has quit IRC | 00:49 | |
mtreinish | I was just joking before | 00:49 |
gmann | :) | 00:50 |
*** mtanino has quit IRC | 00:51 | |
gmann | mtreinish: ok, in that case, can you please have look on https://review.openstack.org/#/c/203949/ :) | 00:51 |
*** erlon has quit IRC | 00:53 | |
*** dimtruck is now known as zz_dimtruck | 00:58 | |
mtreinish | gmann: it lgtm, but I think we should improve the formatting a bit | 01:01 |
mtreinish | the raw list of dicts output isn't exactly easy to read | 01:01 |
gmann | mtreinish: ok, yea. will update that. Thanks | 01:02 |
mtreinish | gmann: if you have ideas to make it better feel free to use them, that code snippet I put in the review was just me typing | 01:05 |
mtreinish | I didn't actually try it so I don't know if it's better or not :) | 01:05 |
*** dmorita has joined #openstack-qa | 01:05 | |
gmann | mtreinish: sure, I will check | 01:06 |
*** jiaxi has joined #openstack-qa | 01:09 | |
jiaxi | Good morning everyone | 01:09 |
*** yunpengl has joined #openstack-qa | 01:10 | |
jiaxi | I have met a problem about tox | 01:10 |
*** yunpengl has quit IRC | 01:10 | |
jiaxi | When I use them command 'tox -i http://pypi.dev.ustack.com/simple -e py27 --notest' | 01:10 |
jiaxi | It failed. | 01:10 |
jiaxi | The relative error info is 'http://pypi.dev.ustack.com/simple/netaddr/ uses an insecure transport scheme (http). Consider using https if pypi.dev.ustack.com has it available' | 01:11 |
*** yunpengl has joined #openstack-qa | 01:13 | |
openstackgerrit | Austin Clark proposed openstack-infra/subunit2sql: Edits to_dict() to return correct dict https://review.openstack.org/208756 | 01:24 |
*** austin81 has left #openstack-qa | 01:24 | |
*** haigang has quit IRC | 01:26 | |
*** haigang has joined #openstack-qa | 01:27 | |
*** salv-orlando has joined #openstack-qa | 01:33 | |
*** tsekiyam_ has quit IRC | 01:33 | |
*** tsekiyama has joined #openstack-qa | 01:34 | |
*** tsekiyama has quit IRC | 01:34 | |
*** tsekiyama has joined #openstack-qa | 01:34 | |
*** tsekiyama has quit IRC | 01:39 | |
*** salv-orlando has quit IRC | 01:41 | |
*** jiaxi has quit IRC | 01:43 | |
openstackgerrit | Li Ma proposed openstack-dev/devstack: Fix tunneling support for linuxbridge-agent https://review.openstack.org/208762 | 01:44 |
*** pal has joined #openstack-qa | 01:45 | |
*** ylobankov has quit IRC | 01:55 | |
*** yunpengl has quit IRC | 01:57 | |
openstackgerrit | Li Ma proposed openstack-dev/devstack: Fix tunneling support for linuxbridge-agent https://review.openstack.org/208762 | 02:05 |
*** yamahata has quit IRC | 02:07 | |
*** dmorita has quit IRC | 02:13 | |
*** yamamoto has joined #openstack-qa | 02:21 | |
*** ajmiller has joined #openstack-qa | 02:30 | |
openstackgerrit | Zhenzan Zhou proposed openstack/tempest: Add identity v2 endpoint operations https://review.openstack.org/203019 | 02:34 |
*** annashen has joined #openstack-qa | 02:35 | |
*** annashen has quit IRC | 02:40 | |
*** pal has quit IRC | 02:40 | |
*** salv-orlando has joined #openstack-qa | 02:40 | |
*** achanda has joined #openstack-qa | 02:45 | |
*** salv-orlando has quit IRC | 02:49 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack-dev/devstack: Add an option for tempest run_validation https://review.openstack.org/208775 | 02:50 |
openstackgerrit | YAMAMOTO Takashi proposed openstack-dev/devstack: Add an option to tell tempest the availablity of metadata service https://review.openstack.org/208776 | 02:50 |
*** kiran-r has joined #openstack-qa | 02:52 | |
*** dims has joined #openstack-qa | 02:54 | |
openstackrecheck | Console logs not available after 13:30s for gate-grenade-dsvm 208277,3,d36ec52 | 02:56 |
*** bkopilov has quit IRC | 02:58 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/207612 failed because of: gate-grenade-dsvm-partial-ncpu: unrecognized error, gate-grenade-dsvm: https://bugs.launchpad.net/bugs/1463631 | 03:06 |
openstack | Launchpad bug 1463631 in grenade "60_nova/resources.sh:106:ping_check_public fails intermittently" [Undecided,Confirmed] | 03:06 |
*** BharatK has quit IRC | 03:15 | |
*** dims has quit IRC | 03:15 | |
*** rfolco has quit IRC | 03:34 | |
*** achanda has quit IRC | 03:37 | |
*** Sukhdev has joined #openstack-qa | 03:41 | |
*** coolsvap|away is now known as coolsvap | 03:43 | |
*** ajmiller_ has joined #openstack-qa | 03:47 | |
*** gamado has joined #openstack-qa | 03:48 | |
*** ajmiller has quit IRC | 03:48 | |
*** salv-orlando has joined #openstack-qa | 03:50 | |
*** ajmiller_ has quit IRC | 03:51 | |
*** afazekas has joined #openstack-qa | 03:54 | |
*** pal has joined #openstack-qa | 03:56 | |
*** salv-orl_ has joined #openstack-qa | 03:57 | |
*** salv-orlando has quit IRC | 03:57 | |
*** amotoki has joined #openstack-qa | 03:59 | |
*** yamamoto has quit IRC | 03:59 | |
*** yamamoto has joined #openstack-qa | 04:00 | |
*** salv-orl_ has quit IRC | 04:01 | |
*** sc68cal has quit IRC | 04:10 | |
openstackgerrit | Merged openstack/tempest: Make security_group_default_rules_client use kwargs https://review.openstack.org/203882 | 04:12 |
*** _kiran_ has joined #openstack-qa | 04:16 | |
*** kiran-r has quit IRC | 04:18 | |
*** ghundal_tw has joined #openstack-qa | 04:20 | |
*** sc68cal has joined #openstack-qa | 04:21 | |
*** sc68cal has quit IRC | 04:21 | |
*** sc68cal has joined #openstack-qa | 04:21 | |
*** achanda has joined #openstack-qa | 04:21 | |
*** haigang has quit IRC | 04:22 | |
*** pal has quit IRC | 04:23 | |
*** haigang has joined #openstack-qa | 04:25 | |
*** kiran-r has joined #openstack-qa | 04:25 | |
openstackgerrit | Merged openstack/tempest: Make set_flavor_extra_spec use **kwargs https://review.openstack.org/202901 | 04:26 |
*** _kiran_ has quit IRC | 04:29 | |
*** pal has joined #openstack-qa | 04:30 | |
*** achanda_ has joined #openstack-qa | 04:35 | |
*** achanda has quit IRC | 04:35 | |
*** Poornima has joined #openstack-qa | 04:36 | |
*** annashen has joined #openstack-qa | 04:36 | |
*** bkopilov has joined #openstack-qa | 04:38 | |
*** annashen has quit IRC | 04:41 | |
*** oomichi has joined #openstack-qa | 04:45 | |
*** kiran-r has quit IRC | 04:48 | |
*** svilgelm has joined #openstack-qa | 04:55 | |
*** salv-orlando has joined #openstack-qa | 05:00 | |
*** haigang has quit IRC | 05:04 | |
*** SridharG has joined #openstack-qa | 05:11 | |
*** salv-orlando has quit IRC | 05:13 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from compute/agent_client https://review.openstack.org/208802 | 05:22 |
openstackgerrit | Merged openstack/tempest: Make create_flavor use **kwargs https://review.openstack.org/202896 | 05:23 |
*** sc68cal has quit IRC | 05:26 | |
*** sc68cal has joined #openstack-qa | 05:29 | |
*** laughterwym_ has joined #openstack-qa | 05:29 | |
openstackgerrit | Merged openstack/tempest: Make security_groups_client use **kwargs https://review.openstack.org/203888 | 05:30 |
*** laughterwym__ has joined #openstack-qa | 05:30 | |
openstackgerrit | nayna-patel proposed openstack/tempest: Fix Typos https://review.openstack.org/208417 | 05:31 |
*** laughterwym has quit IRC | 05:32 | |
*** laughterwym has joined #openstack-qa | 05:32 | |
*** yamamoto has quit IRC | 05:32 | |
*** laughterwym_ has quit IRC | 05:33 | |
*** laughterwym__ has quit IRC | 05:34 | |
svilgelm | Is anyone from core tempest team here? I need a second +2, could you review the patch? https://review.openstack.org/#/c/207465/ | 05:38 |
oomichi | ah, I already did it ;) | 05:41 |
*** Sukhdev has quit IRC | 05:41 | |
*** yamamoto has joined #openstack-qa | 05:42 | |
*** ig0r_ has joined #openstack-qa | 05:46 | |
*** haigang has joined #openstack-qa | 05:50 | |
*** afazekas has quit IRC | 05:50 | |
svilgelm | yep | 05:55 |
svilgelm | i need someone else :) | 05:55 |
svilgelm | oomichi: thank you :) | 05:56 |
oomichi | welcome :) | 05:56 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Make security_group_rules_client use **kwargs https://review.openstack.org/203891 | 05:59 |
*** yfried has joined #openstack-qa | 06:00 | |
*** kiran-r has joined #openstack-qa | 06:00 | |
*** svilgelm has quit IRC | 06:02 | |
*** ig0r_ has quit IRC | 06:04 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from compute/aggregates_client https://review.openstack.org/208810 | 06:07 |
*** svilgelm has joined #openstack-qa | 06:10 | |
*** salv-orlando has joined #openstack-qa | 06:10 | |
*** svilgelm has quit IRC | 06:11 | |
*** ig0r_ has joined #openstack-qa | 06:11 | |
openstackgerrit | David Lyle proposed openstack-dev/devstack: Move horizon apache root to /dashboard https://review.openstack.org/206263 | 06:11 |
*** BharatK has joined #openstack-qa | 06:12 | |
*** kiran-r has quit IRC | 06:17 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from availability_zone_client https://review.openstack.org/208821 | 06:20 |
*** salv-orlando has quit IRC | 06:21 | |
*** salv-orlando has joined #openstack-qa | 06:22 | |
*** woodster_ has quit IRC | 06:30 | |
*** itzikb has joined #openstack-qa | 06:30 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from compute baremetal client https://review.openstack.org/208839 | 06:32 |
*** yfried is now known as yfried|afk | 06:32 | |
openstackgerrit | Marc Koderer proposed openstack/tempest: Move common functionality to base class https://review.openstack.org/208842 | 06:33 |
*** ghundal_tw has quit IRC | 06:34 | |
*** annashen has joined #openstack-qa | 06:37 | |
openstackgerrit | Merged openstack/tempest: Fix scenario test fails when port_vnic_type is set https://review.openstack.org/200819 | 06:39 |
*** yfried|afk is now known as yfried | 06:41 | |
*** k4n0 has joined #openstack-qa | 06:41 | |
*** annashen has quit IRC | 06:41 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from compute certificates_client https://review.openstack.org/208849 | 06:43 |
*** anshul has joined #openstack-qa | 06:47 | |
*** yfried is now known as yfried|afk | 06:54 | |
*** tkammer has joined #openstack-qa | 06:54 | |
*** KasDev has joined #openstack-qa | 06:56 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from compute extensions_client https://review.openstack.org/208854 | 06:58 |
*** dtantsur|afk is now known as dtantsur | 06:59 | |
*** shuquan has joined #openstack-qa | 07:00 | |
KasDev | I have some problems with the log-in on ask.openstack.org using openid. I get an error in the browser saying: Invalid openid.mode: '' ... Someone know what to do about this error? | 07:00 |
*** jlanoux has joined #openstack-qa | 07:00 | |
*** achanda_ has quit IRC | 07:01 | |
*** yfried|afk is now known as yfried | 07:04 | |
*** yog__ has joined #openstack-qa | 07:04 | |
KasDev | If I have questions to the jenkins-job-builder which forum should I start a chat in? | 07:05 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from compute fixed_ips_client https://review.openstack.org/208856 | 07:05 |
gmann | KasDev: please check on #openstack-infra channel regarding jenkins-job-builder | 07:06 |
KasDev | @gmann: thanks. | 07:06 |
gmann | KasDev: np | 07:07 |
*** yfried has quit IRC | 07:08 | |
*** ylobankov has joined #openstack-qa | 07:08 | |
*** tkammer has quit IRC | 07:08 | |
*** laughterwym has quit IRC | 07:13 | |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: Migrate telemetry tests to the ssh-auth-strategy https://review.openstack.org/207913 | 07:16 |
*** tpeoples has quit IRC | 07:17 | |
openstackgerrit | Joseph Lanoux proposed openstack-dev/devstack: Add non-voting job with ssh validation https://review.openstack.org/208487 | 07:18 |
*** yfried has joined #openstack-qa | 07:18 | |
*** jyuso1 has joined #openstack-qa | 07:18 | |
*** markus_z has joined #openstack-qa | 07:21 | |
*** yfried has quit IRC | 07:23 | |
*** tkammer has joined #openstack-qa | 07:23 | |
*** yfried has joined #openstack-qa | 07:23 | |
*** yfried_ has joined #openstack-qa | 07:27 | |
*** yfried has quit IRC | 07:27 | |
*** safchain has joined #openstack-qa | 07:35 | |
*** cdent has joined #openstack-qa | 07:36 | |
openstackgerrit | Joseph Lanoux proposed openstack-dev/devstack: Add non-voting job with ssh validation https://review.openstack.org/208487 | 07:39 |
openstackgerrit | Joseph Lanoux proposed openstack-dev/devstack: Add tempest run_validation option https://review.openstack.org/208487 | 07:41 |
*** gamado has quit IRC | 07:41 | |
*** shuquan_ has joined #openstack-qa | 07:43 | |
*** armax has quit IRC | 07:44 | |
*** shuquan has quit IRC | 07:45 | |
*** shuquan_ is now known as shuquan | 07:45 | |
*** svilgelm has joined #openstack-qa | 07:49 | |
*** k4n0 has quit IRC | 07:49 | |
*** tkammer has quit IRC | 07:53 | |
*** gamado has joined #openstack-qa | 07:54 | |
*** pal has quit IRC | 07:54 | |
*** ZIZZI has joined #openstack-qa | 08:05 | |
openstackgerrit | Joseph Lanoux proposed openstack-dev/devstack: Add tempest run_validation option https://review.openstack.org/208487 | 08:05 |
ZIZZI | hi all do u guys know how to unlocked an iphone that has been reported lost? | 08:05 |
*** sshnaidm has joined #openstack-qa | 08:06 | |
*** ZIZZI has left #openstack-qa | 08:09 | |
*** nfedotov has joined #openstack-qa | 08:11 | |
*** shuquan has quit IRC | 08:11 | |
*** jordanP has joined #openstack-qa | 08:13 | |
*** shuquan has joined #openstack-qa | 08:14 | |
*** aix has joined #openstack-qa | 08:18 | |
mkoderer | oomichi: hi :) while reviewing your kwarg commit for keypair I decided to deduplicate the code there https://review.openstack.org/#/c/208842/1 | 08:18 |
mkoderer | oomichi: hope that's ok with all the rework you do | 08:18 |
*** KasDev has quit IRC | 08:19 | |
*** KasDev has joined #openstack-qa | 08:19 | |
*** k4n0 has joined #openstack-qa | 08:27 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from flavors_client part-1 https://review.openstack.org/208873 | 08:28 |
mkoderer | andreaf: ping | 08:29 |
jordanP | izadorozhna, hi | 08:31 |
*** cazino has joined #openstack-qa | 08:33 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack-dev/devstack: Add an option to tell tempest the availablity of metadata service https://review.openstack.org/208776 | 08:35 |
*** mriedem_away has quit IRC | 08:35 | |
*** grafuls has quit IRC | 08:35 | |
*** hogepodge has quit IRC | 08:35 | |
*** ekhugen has quit IRC | 08:35 | |
*** ianw has quit IRC | 08:35 | |
*** ttx has quit IRC | 08:35 | |
*** tteggel_ has quit IRC | 08:35 | |
*** _fortis has quit IRC | 08:35 | |
*** yog__ has quit IRC | 08:35 | |
*** mriedem_away has joined #openstack-qa | 08:37 | |
*** grafuls has joined #openstack-qa | 08:37 | |
*** hogepodge has joined #openstack-qa | 08:37 | |
*** ekhugen has joined #openstack-qa | 08:37 | |
*** ianw has joined #openstack-qa | 08:37 | |
*** ttx has joined #openstack-qa | 08:37 | |
*** tteggel_ has joined #openstack-qa | 08:37 | |
*** _fortis has joined #openstack-qa | 08:37 | |
*** annashen has joined #openstack-qa | 08:38 | |
*** yog__ has joined #openstack-qa | 08:40 | |
*** annashen has quit IRC | 08:42 | |
*** e0ne has joined #openstack-qa | 08:44 | |
*** pal has joined #openstack-qa | 08:47 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from flavors_client part-2 https://review.openstack.org/208883 | 08:48 |
*** ihrachyshka has joined #openstack-qa | 08:50 | |
*** dtantsur is now known as dtantsur|brb | 08:53 | |
*** gszasz has joined #openstack-qa | 08:55 | |
*** gfidente has joined #openstack-qa | 08:58 | |
*** gamado has quit IRC | 09:00 | |
*** yfried_ is now known as yfried|afk | 09:03 | |
*** yfried|afk is now known as yfried_ | 09:03 | |
*** tkammer has joined #openstack-qa | 09:03 | |
*** apevec has joined #openstack-qa | 09:06 | |
*** tosky has joined #openstack-qa | 09:11 | |
*** gamado has joined #openstack-qa | 09:13 | |
* Poornima is away: I'm busy | 09:24 | |
* Poornima is back (gone 00:01:21) | 09:25 | |
*** boris-42 has quit IRC | 09:30 | |
*** yog__ has quit IRC | 09:30 | |
*** yog__ has joined #openstack-qa | 09:39 | |
oomichi | mkoderer: I prefer this kind of cleanup :) | 09:48 |
*** yfried_ is now known as yfried|afk | 09:49 | |
izadorozhna | jordanP, hi! | 09:51 |
jordanP | izadorozhna, hi. In the end I left you a comment on one of your patch | 09:51 |
jordanP | and I also must say that the way all your patches depend on each other is complicated to review | 09:52 |
jordanP | (but nevermind) | 09:52 |
*** KasDev has quit IRC | 09:53 | |
*** openstackgerrit_ has joined #openstack-qa | 09:53 | |
izadorozhna | jordanP, thanks for the reviews! May I make a patch set to fix the https://review.openstack.org/#/c/194584/20/tempest/api/identity/v2/test_ec2_credentials.py? | 09:53 |
jordanP | izadorozhna, it's already approved | 09:54 |
jordanP | it's not worth the trouble | 09:54 |
*** dims has joined #openstack-qa | 09:55 | |
izadorozhna | thanx! yeah, the decision to make such complicated chain was made because all of the tests are dependent on the fix of Identity Client so I didn't want to copy code of unmerged fix to the tests. But maybe next times i'll find how to organize reviews better and to group them another way to make a chain shorter | 09:57 |
*** shuquan has quit IRC | 10:02 | |
*** yfried|afk is now known as yfried_ | 10:04 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Logging migrations for particular server if migration failed https://review.openstack.org/203949 | 10:07 |
*** SridharG has quit IRC | 10:07 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-nova-v21-full 138255,27,b65e6f8 | 10:08 |
*** haigang has quit IRC | 10:14 | |
*** dtantsur|brb is now known as dtantsur | 10:19 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: fix multinode guide https://review.openstack.org/208966 | 10:24 |
*** SridharG has joined #openstack-qa | 10:28 | |
*** SridharG has left #openstack-qa | 10:29 | |
*** SridharG has joined #openstack-qa | 10:29 | |
openstackrecheck | openstack/ceilometer change: https://review.openstack.org/206560 failed gate-ceilometer-python27 in the gate queue with an unrecognized error | 10:30 |
*** yamamoto has quit IRC | 10:32 | |
*** SridharG has left #openstack-qa | 10:33 | |
*** SridharG has joined #openstack-qa | 10:33 | |
openstackgerrit | Yuiko Takada proposed openstack/tempest: Test Ironic API microversions https://review.openstack.org/166386 | 10:37 |
*** annashen has joined #openstack-qa | 10:38 | |
*** yamamoto has joined #openstack-qa | 10:41 | |
*** annashen has quit IRC | 10:43 | |
*** pc_m has joined #openstack-qa | 10:43 | |
*** oomichi has quit IRC | 10:45 | |
dtantsur | sdague, hi! How did nova CLI solve problem with discovering API versions? | 10:46 |
dtantsur | I'm referring to your comment at https://review.openstack.org/#/c/206055/ | 10:46 |
sdague | dtantsur: there is a nova version-list command | 10:52 |
dtantsur | sdague, cool! do you plan something like `nova version-supported` for simplicity? | 10:54 |
sdague | unclear. nova client isn't pinning like ironic client is, it's going to use the latest version on the server at all times | 10:55 |
dtantsur | sdague, also, I see "updated" field. to you pass it as a header back from nova? | 10:55 |
sdague | no, it's all in the "GET /" request | 10:57 |
sdague | http://developer.openstack.org/api-ref-compute-v2.1.html#listVersionsv2.1 | 10:57 |
openstackgerrit | nayna-patel proposed openstack/tempest: Adds GET/LIST resources tests to telemetry https://review.openstack.org/208990 | 10:58 |
* dtantsur should have looked at the docs before asking.. | 10:59 | |
dtantsur | sdague, thanks! I'll try to come up with something close for ironic, then proceed with this patch | 10:59 |
sdague | dtantsur: great, thanks | 11:00 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Remove duplicate query for bug 1466696 https://review.openstack.org/205239 | 11:03 |
openstack | bug 1466696 in OpenStack Compute (nova) "Cells: Race between instance 'unlock' and 'stop' can cause 'stop' to fail" [Low,Confirmed] https://launchpad.net/bugs/1466696 | 11:03 |
*** SridharG has quit IRC | 11:04 | |
*** openstackrecheck has quit IRC | 11:04 | |
*** openstackrecheck has joined #openstack-qa | 11:04 | |
*** jlanoux has quit IRC | 11:05 | |
*** SridharG has joined #openstack-qa | 11:05 | |
*** yfried_ is now known as yfried|afk | 11:08 | |
openstackgerrit | nayna-patel proposed openstack/tempest: Fixed Typos https://review.openstack.org/208995 | 11:11 |
*** coolsvap is now known as coolsvap|away | 11:14 | |
*** SridharG1 has joined #openstack-qa | 11:14 | |
*** SridharG1 has left #openstack-qa | 11:15 | |
*** SridharG1 has joined #openstack-qa | 11:15 | |
*** SridharG has quit IRC | 11:17 | |
*** yfried|afk is now known as yfried_ | 11:18 | |
sdague | cdent: ok... finally coming up for some air. | 11:22 |
sdague | cdent: is there the experimental job version of - https://review.openstack.org/#/c/196446/2 up anywhere? | 11:23 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-ceph 163641,55,993a701 | 11:23 |
*** yamamoto has quit IRC | 11:28 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Discover the correct default config dir https://review.openstack.org/208004 | 11:31 |
*** oomichi has joined #openstack-qa | 11:31 | |
*** openstackgerrit has quit IRC | 11:31 | |
*** openstackgerrit_ is now known as openstackgerrit | 11:31 | |
*** openstackgerrit has quit IRC | 11:32 | |
*** openstackgerrit_ has joined #openstack-qa | 11:32 | |
*** openstackgerrit_ is now known as openstackgerrit | 11:32 | |
*** BharatK has quit IRC | 11:32 | |
*** openstackgerrit_ has joined #openstack-qa | 11:33 | |
*** SridharG1 has quit IRC | 11:34 | |
izadorozhna | mtreinish, hi! Could you please review a fix for Identity Client (https://review.openstack.org/#/c/200486) since I made that small patch set yesterday | 11:42 |
izadorozhna | andreaf, hi! Could you please look at https://review.openstack.org/#/c/200486 | 11:43 |
*** BharatK has joined #openstack-qa | 11:46 | |
*** bkopilov has quit IRC | 11:48 | |
*** jlanoux has joined #openstack-qa | 11:48 | |
*** mwagner_lap has quit IRC | 11:50 | |
*** pal has quit IRC | 11:52 | |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-npm-run-test 208870,2,a6a97ee | 11:55 |
*** haigang has joined #openstack-qa | 11:56 | |
*** haigang has quit IRC | 11:59 | |
*** jaypipes has joined #openstack-qa | 11:59 | |
*** ChanServ sets mode: +o jaypipes | 11:59 | |
*** amotoki has quit IRC | 12:01 | |
*** yamamoto has joined #openstack-qa | 12:07 | |
openstackrecheck | Console logs not available after 13:24s for gate-nova-python27 208794,5,63b4fee | 12:08 |
svilgelm | Is there anyone from tempest core team, except oomichi? | 12:15 |
*** openstackgerrit has quit IRC | 12:16 | |
*** yamamoto has quit IRC | 12:16 | |
*** openstackgerrit has joined #openstack-qa | 12:17 | |
*** zz_dimtruck is now known as dimtruck | 12:18 | |
*** yamamoto has joined #openstack-qa | 12:22 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python27 184495,27,2c2f958 | 12:22 |
svilgelm | tempest core: Could you review the patch? https://review.openstack.org/#/c/207465/ It already has first +2 | 12:23 |
*** aysyd has joined #openstack-qa | 12:31 | |
*** yamamoto has quit IRC | 12:32 | |
*** yamamoto has joined #openstack-qa | 12:33 | |
*** dkranz has joined #openstack-qa | 12:34 | |
openstackrecheck | Console logs not available after 13:26s for gate-nova-python27 208932,2,9dafa37 | 12:35 |
*** shuquan has joined #openstack-qa | 12:38 | |
*** annashen has joined #openstack-qa | 12:39 | |
*** rfolco has joined #openstack-qa | 12:40 | |
*** yamamoto has quit IRC | 12:41 | |
*** weshay has joined #openstack-qa | 12:43 | |
*** nicodemos has joined #openstack-qa | 12:43 | |
*** annashen has quit IRC | 12:44 | |
*** shuquan has quit IRC | 12:45 | |
*** oomichi has quit IRC | 12:45 | |
*** nicodemos has quit IRC | 12:46 | |
openstackgerrit | Merged openstack/tempest: Move common functionality to base class https://review.openstack.org/208842 | 12:48 |
*** cdent has quit IRC | 12:48 | |
openstackrecheck | Console logs not available after 13:28s for gate-nova-tox-functional 202617,16,44a32a9 | 12:49 |
openstackgerrit | Jordan Pittier proposed openstack/tempest: Revert "Fix scenario test fails when port_vnic_type is set" https://review.openstack.org/209039 | 12:50 |
openstackgerrit | Jordan Pittier proposed openstack/tempest: Revert "Fix scenario test fails when port_vnic_type is set" https://review.openstack.org/209039 | 12:51 |
*** pal has joined #openstack-qa | 12:55 | |
*** dustins has joined #openstack-qa | 12:55 | |
openstackgerrit | Sean Dague proposed openstack-dev/grenade: ensure we fetch all the devstack plugins https://review.openstack.org/209041 | 12:55 |
sslypushenko | Done) | 12:57 |
*** bknudson has joined #openstack-qa | 12:57 | |
*** jaypipes has quit IRC | 12:57 | |
*** jaypipes has joined #openstack-qa | 13:00 | |
*** ChanServ sets mode: +o jaypipes | 13:00 | |
*** shuquan has joined #openstack-qa | 13:00 | |
*** dims_ has joined #openstack-qa | 13:00 | |
*** yamamoto has joined #openstack-qa | 13:01 | |
*** dims has quit IRC | 13:02 | |
openstackrecheck | Console logs not available after 13:23s for periodic-tempest-dsvm-stress-master 203949,4,111e3ab | 13:02 |
*** yamamoto has quit IRC | 13:03 | |
*** dims has joined #openstack-qa | 13:04 | |
*** yamamoto has joined #openstack-qa | 13:05 | |
*** shuquan has quit IRC | 13:05 | |
*** Caleb-- has quit IRC | 13:05 | |
*** dims_ has quit IRC | 13:06 | |
*** coolsvap|away is now known as coolsvap | 13:06 | |
*** gamado has quit IRC | 13:07 | |
*** miqui has joined #openstack-qa | 13:11 | |
*** Caleb-- has joined #openstack-qa | 13:12 | |
*** jgriffith has quit IRC | 13:14 | |
*** mriedem_away is now known as mriedem | 13:14 | |
*** erlon has joined #openstack-qa | 13:15 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 208990,1,d408901 | 13:16 |
*** yamamoto has quit IRC | 13:20 | |
*** coolsvap is now known as coolsvap_ | 13:23 | |
*** ig0r_ has quit IRC | 13:27 | |
*** shuquan has joined #openstack-qa | 13:27 | |
openstackrecheck | Console logs not available after 13:24s for gate-nova-python27 128940,68,1b6cd36 | 13:29 |
openstackrecheck | openstack/nova change: https://review.openstack.org/208642 failed because of: gate-nova-python27: https://bugs.launchpad.net/bugs/1479780 | 13:30 |
openstack | Launchpad bug 1479780 in OpenStack Compute (nova) "test_describe_instances_with_filters_tags is non deterministic" [High,In progress] - Assigned to Sergey Nikitin (snikitin) | 13:30 |
*** ig0r_ has joined #openstack-qa | 13:30 | |
shuquan | jordanP: ping | 13:31 |
jordanP | shuquan, ping | 13:31 |
*** cdent has joined #openstack-qa | 13:31 | |
shuquan | jordanP: sorry my patch break the external CI. :( | 13:32 |
jordanP | shuquan, yeah, no problem it happens. We will be able to fix that quickly | 13:32 |
jordanP | (i hope) | 13:32 |
jordanP | just wait one hour or 2 before the american west coast wakes up :) | 13:33 |
cdent | sdague: sorry was out at lunch, there's a grenade experimental job and the devstack plugin is merged into ceilo: https://review.openstack.org/#/c/200086/ | 13:34 |
sdague | cdent: ok, so what is the next patch I should look at? trying to rebuild context here | 13:35 |
*** dims_ has joined #openstack-qa | 13:36 | |
cdent | last I recall (many other bugs and rabbit holes since then :( ) the issue was that getting grenade to ack the existince of the plugin was hard and things went weird because the old devstack had ceilo in it. | 13:36 |
* cdent recalls various reviews...one sec | 13:36 | |
*** dims has quit IRC | 13:37 | |
shuquan | jordanP: I think i find the root cause. can i try to submit a quick fix? | 13:38 |
*** mestery_afk is now known as mestery | 13:38 | |
*** tvanderwiel has joined #openstack-qa | 13:38 | |
mkoderer | mtreinish: hi again | 13:38 |
mkoderer | sry I was busy yesterday.. | 13:38 |
mkoderer | mtreinish: I am trying to eliminate all tempest dependencies within manila | 13:39 |
jordanP | shuquan, yeah sure. But I prefer to have to revert merge first | 13:39 |
jordanP | *the revert merged first | 13:39 |
jordanP | shuquan, so we have time | 13:39 |
shuquan | jordanP:sure | 13:39 |
*** bkopilov has joined #openstack-qa | 13:39 | |
mkoderer | mtreinish: the current state is that manila uses: tempest.clients, tempest.config, tempest.test (basically for test.attrs) | 13:39 |
shuquan | jordanP: it’ll be better to integrate the external CI | 13:40 |
jordanP | shuquan, yep. one day maybe :) | 13:40 |
shuquan | jordanP: just like how they did in nova, I think | 13:41 |
jordanP | shuquan, yeah and in Cinder and neutron also | 13:41 |
cdent | sdague: here's a list of the ones that I can recall/dredge up that were related to the pursuit of plugin-izing things: https://tank.peermore.com/_/3ca436df-789a-40af-922c-d253614bcf1b | 13:42 |
cdent | whoops that doesn't work one sec | 13:42 |
cdent | sdague: https://tank.peermore.com/_/9e0d8bb4-ae3e-4862-be26-f1052080c5ec | 13:42 |
*** tpeoples has joined #openstack-qa | 13:44 | |
*** yfried_ is now known as yfried|afk | 13:44 | |
*** pal_ has joined #openstack-qa | 13:47 | |
*** pal has quit IRC | 13:48 | |
sdague | ok cool | 13:48 |
sdague | I'm going to get a bike ride in, then dive in and see what I can do here | 13:48 |
*** pal has joined #openstack-qa | 13:49 | |
*** mwagner_lap has joined #openstack-qa | 13:49 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Add option to setup netconsole to remote destination https://review.openstack.org/192976 | 13:50 |
*** yfried|afk is now known as yfried_ | 13:50 | |
openstackgerrit | Merged openstack-dev/devstack: fix multinode guide https://review.openstack.org/208966 | 13:50 |
*** pal_ has quit IRC | 13:51 | |
openstackgerrit | Merged openstack/tempest: Remove openstack.common package https://review.openstack.org/207465 | 13:54 |
*** aalam has joined #openstack-qa | 13:55 | |
*** aalam has quit IRC | 13:58 | |
*** mhorban has joined #openstack-qa | 13:59 | |
*** ig0r_ has quit IRC | 14:00 | |
*** yfried_ is now known as yfried|afk | 14:00 | |
dkranz | mtreinish: Is there a reason we do not have a tempest multinode job in the tempest check queue? (other than no one bothered to create it) | 14:01 |
*** dimtruck is now known as zz_dimtruck | 14:01 | |
dkranz | mtreinish: I noticed that the multinode job in nova has only a few failures | 14:01 |
*** pal has quit IRC | 14:01 | |
*** pal has joined #openstack-qa | 14:02 | |
*** jgriffith has joined #openstack-qa | 14:04 | |
*** BharatK has quit IRC | 14:07 | |
*** dpaterson has joined #openstack-qa | 14:08 | |
*** shuquan has quit IRC | 14:08 | |
*** yamamoto has joined #openstack-qa | 14:09 | |
*** dkranz has quit IRC | 14:09 | |
*** mtanino has joined #openstack-qa | 14:09 | |
*** pglass has joined #openstack-qa | 14:12 | |
*** yfried|afk is now known as yfried_ | 14:14 | |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python27 206565,5,ce38836 | 14:16 |
*** pal has quit IRC | 14:20 | |
*** salv-orlando has quit IRC | 14:20 | |
*** pal has joined #openstack-qa | 14:20 | |
*** dkranz has joined #openstack-qa | 14:22 | |
*** SridharG has joined #openstack-qa | 14:26 | |
openstackgerrit | John Warren proposed openstack/tempest: Full response for v1 ImageClient.list_images https://review.openstack.org/209093 | 14:26 |
*** pal has quit IRC | 14:26 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements https://review.openstack.org/208736 | 14:27 |
*** pal has joined #openstack-qa | 14:27 | |
*** salv-orlando has joined #openstack-qa | 14:27 | |
*** austin81 has joined #openstack-qa | 14:27 | |
*** gszasz has quit IRC | 14:28 | |
*** tosky_ has joined #openstack-qa | 14:28 | |
*** mylu has joined #openstack-qa | 14:28 | |
*** armax has joined #openstack-qa | 14:29 | |
*** gszasz has joined #openstack-qa | 14:32 | |
*** tosky has quit IRC | 14:32 | |
*** tosky_ is now known as tosky | 14:33 | |
*** jecarey has joined #openstack-qa | 14:33 | |
*** dustins has quit IRC | 14:36 | |
*** artom has joined #openstack-qa | 14:38 | |
mtreinish | dkranz: mostly because we have a ton of jobs in the tempest queue already and adding multinode would just make things slower | 14:38 |
mtreinish | because we'd have to wait for 2 or 4 more nodes to get check results | 14:38 |
mtreinish | dkranz: fwiw, it's in experimental | 14:39 |
dkranz | mtreinish: but nova made a differrent choice in that they run it, right? | 14:39 |
mtreinish | mkoderer: ok cool, so config we've said we're not moving to the lib | 14:39 |
mtreinish | dkranz: well it's still unstable, so it's nonvoting on nova check | 14:40 |
dkranz | mtreinish: anyway, I think it would be of value and was a long time coming | 14:40 |
mtreinish | to collect more data | 14:40 |
dkranz | mtreinish: yeah, I saw that | 14:40 |
mtreinish | dkranz: sure, but until it's stablized I don't think we want to add it to the tempest queue | 14:40 |
*** rbak has joined #openstack-qa | 14:40 | |
*** annashen has joined #openstack-qa | 14:40 | |
mtreinish | if we didn't have so many dsvm jobs already it'd be a different matter | 14:41 |
*** dims_ has quit IRC | 14:41 | |
dkranz | mtreinish: I agree. You just answered my original question :) | 14:41 |
dkranz | mtreinish: but we could easily replace an existing job with multinode and don't need an extra one | 14:41 |
*** dims has joined #openstack-qa | 14:41 | |
mtreinish | mkoderer: as for tempest.test you don't really need to use it to set attrs, it's a really thin shim around the attr call from testtools | 14:42 |
mtreinish | dkranz: sure, I was probably going to drop postgres for multinode when the time came | 14:42 |
dkranz | mtreinish: cool. So we just have to wait for stability. | 14:42 |
dkranz | mtreinish: the reason I ask is because we have some multinode tests that would be nice to get into tempest | 14:43 |
mtreinish | mkoderer: what are you using from tempest.clients? just the manager class? | 14:43 |
*** patrickeast has joined #openstack-qa | 14:43 | |
mtreinish | dkranz: well you can contribute those now, because you just need to run check experimental on the review | 14:44 |
dkranz | mtreinish: ah, ok! | 14:44 |
*** annashen has quit IRC | 14:45 | |
*** salv-orl_ has joined #openstack-qa | 14:47 | |
*** salv-orlando has quit IRC | 14:49 | |
*** achanda has joined #openstack-qa | 14:52 | |
*** dustins has joined #openstack-qa | 14:53 | |
*** anshul has quit IRC | 14:55 | |
itzikb | jordanP: hi, regarding https://review.openstack.org/#/c/209039/ | 14:55 |
*** rbak has quit IRC | 14:55 | |
*** mriedem has left #openstack-qa | 14:56 | |
*** mriedem has joined #openstack-qa | 14:56 | |
openstackrecheck | Console logs not available after 13:26s for gate-ceilometer-dsvm-functional-mongodb 204128,11,05e8e23 | 14:57 |
*** yamahata has joined #openstack-qa | 14:57 | |
*** rbak has joined #openstack-qa | 14:57 | |
jordanP | itzikb, yes ? | 14:58 |
itzikb | jordanP: Should be revert the change and not fix the current situation? | 14:59 |
itzikb | jordanP: We'll need to fix it anyway | 14:59 |
jordanP | well I don't know if we can fix it for sure. But what I know is that this commit broke something | 15:00 |
*** patrickeast_ has joined #openstack-qa | 15:00 | |
jordanP | so let's revert and then thing about the proper fix | 15:00 |
itzikb | jordanP: ok then | 15:00 |
jordanP | adding another fix on top of something we are not sure about is risky | 15:00 |
*** yfried_ has quit IRC | 15:00 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Stop gating on sample generation check https://review.openstack.org/206227 | 15:01 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Include sample configuration in dev docs https://review.openstack.org/207612 | 15:01 |
*** kiran-r has joined #openstack-qa | 15:01 | |
mtreinish | dkranz, jordanP, andreaf, sdague, mkoderer, oomichi, gmann, masayukig: ^^^ we should prioritize that before there are anymore oslo releases | 15:02 |
*** patrickeast has quit IRC | 15:02 | |
*** patrickeast_ is now known as patrickeast | 15:02 | |
dims | ETA monday afternoon next week :) | 15:03 |
jordanP | mtreinish, one is already approved | 15:03 |
*** achanda has quit IRC | 15:04 | |
mtreinish | dims: heh, yeah I feel the pressure already :) | 15:04 |
mtreinish | jordanP: yeah it was just a rebase, it's bounced off the gate a couple of times | 15:04 |
jordanP | dims, wrong windows, this is not #openstack-nova :) | 15:04 |
dkranz | mtreinish: I gave that +A yesterday. Looks like it should be going through now | 15:04 |
*** k4n0 has quit IRC | 15:05 | |
mtreinish | yeah, it's more the second patch which actually removes it from the tox job | 15:05 |
dkranz | mtreinish: ah, ok | 15:05 |
*** coolsvap_ is now known as coolsvap|away | 15:08 | |
dims | jordanP: am i not welcome here :) | 15:09 |
*** e0ne has quit IRC | 15:10 | |
*** yamamoto has quit IRC | 15:11 | |
*** e0ne has joined #openstack-qa | 15:11 | |
*** itzikb has quit IRC | 15:16 | |
*** yamamoto has joined #openstack-qa | 15:16 | |
*** Poornima has quit IRC | 15:19 | |
andreaf | mtreinish: +A | 15:20 |
*** gszasz has quit IRC | 15:22 | |
mtreinish | andreaf: cool, thanks | 15:22 |
*** tsekiyama has joined #openstack-qa | 15:23 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Discover the correct default config dir https://review.openstack.org/208004 | 15:24 |
andreaf | mtreinish: ^^^ | 15:24 |
sslypushenko | mtreinish Hi! I and izadorozhna investigated possiblity to migrate from TestCase inheritance to using testscenarios. And as a result, I can say that it will not work out for tempest. | 15:24 |
*** mylu has quit IRC | 15:24 | |
andreaf | dkranz: https://review.openstack.org/#/c/208004/ | 15:25 |
mtreinish | sslypushenko: why doesnt it? | 15:26 |
sslypushenko | Mainly it is because testscenarios inject scenario variables into TestCase instance | 15:27 |
*** johnthetubaguy has quit IRC | 15:27 | |
*** johnthetubaguy has joined #openstack-qa | 15:28 | |
sslypushenko | mtreinish: In tempest lots of variable logic lives in classmethods | 15:28 |
sslypushenko | mtreinish: So testscenarios can't change test behavior with injection variable in to TestCase instance | 15:29 |
sslypushenko | Maybe we should save our results somewhere? | 15:29 |
sslypushenko | It will be easy to understand our conclusions and share them | 15:30 |
*** mylu has joined #openstack-qa | 15:31 | |
mtreinish | sslypushenko: yeah I think I need to see an example of what you're talking about | 15:31 |
mtreinish | because everything I know about testscenarios points it to working fine in this use case | 15:32 |
*** yamahata has quit IRC | 15:32 | |
*** yamahata has joined #openstack-qa | 15:32 | |
*** mlavalle has joined #openstack-qa | 15:32 | |
sslypushenko | andreaf: Can you please review https://review.openstack.org/#/c/200486/ | 15:33 |
dkranz | andreaf: looks like you found some more info. | 15:33 |
*** mylu has quit IRC | 15:33 | |
dkranz | andreaf: I can +2 this but cannot independently confirm the algorithm. | 15:33 |
sslypushenko | mtreinish Firsly, we thought in this way too | 15:34 |
sslypushenko | Even, we made a almost working prototype | 15:35 |
openstackrecheck | openstack/nova change: https://review.openstack.org/193380 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1450110 https://bugs.launchpad.net/bugs/1359428 | 15:36 |
openstack | Launchpad bug 1450110 in Cinder "boto tests randomly fail in resource_cleanup with "Failed to delete volume"" [High,Fix released] - Assigned to John Griffith (john-griffith) | 15:36 |
openstack | Launchpad bug 1359428 in Cinder "Checksum error\n Volume group for uuid not found; libdevmapper exiting with 2 device(s) still suspended" [High,Confirmed] | 15:36 |
sslypushenko | mtreinish: But as a result we found that testscenarios are not able to inject scenario variable into TestCase class | 15:37 |
sslypushenko | mtreinish: Where we should put our results? | 15:37 |
mtreinish | sslypushenko: etherpad maybe | 15:37 |
sslypushenko | ok) | 15:38 |
*** mylu has joined #openstack-qa | 15:38 | |
izadorozhna | mtreinish, we are the part of Refstack team and are investigating now the possibility of running Swift functional tests in tempest using the mechanism of external plugin interface. We found the reviews of developing this mechanism and some documentation (https://review.openstack.org/#/c/184992/4/specs/tempest-external-plugin-interface.rst, https://review.openstack.org/#/c/207508/3/doc/source/plugin.rst). As we understood, the plugins in tempes | 15:39 |
sslypushenko | mtreinish: About plugins - It would be interesting to know your opinion. | 15:42 |
andreaf | sslypushenko: I started looking at it - sorry I'm about to leave now, but I will finish review later - I guess I should be able to see the publiccloud identity client in action in the patches on top | 15:42 |
*** pal has quit IRC | 15:43 | |
sslypushenko | andreaf: thx | 15:43 |
*** mylu has quit IRC | 15:43 | |
*** tosky_ has joined #openstack-qa | 15:44 | |
*** tosky has quit IRC | 15:44 | |
*** izadorozhna_ has joined #openstack-qa | 15:44 | |
*** izadorozhna_ has quit IRC | 15:44 | |
mtreinish | sslypushenko: my opinion on what aspect of plugins? | 15:45 |
*** tosky_ is now known as tosky | 15:45 | |
sslypushenko | mtreinish: hogepodge asked as to investigate an posiblitity write plugin for running swift functional test using tempest | 15:45 |
mtreinish | izadorozhna: I think your question got truncated | 15:45 |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: Migrate volume tests to the ssh-auth-strategy https://review.openstack.org/209144 | 15:45 |
mtreinish | sslypushenko: I mean it should be doable so it makes those tests easily runnable as part of tempest. My slight concern with that though is that swift is considered in scope for tempest | 15:46 |
mtreinish | so there isn't a need to have swift tests live in a plugin, they could live in tree | 15:46 |
izadorozhna | mtreinish: I'll add the rest part of truncated message | 15:47 |
izadorozhna | mtreinish: As we understood, the plugins in tempest are on “early adoption” stage. Could we help somehow or try to start develop such plugin for running swift functional tests? Does tempest have some examples of plugins for external services or this mechanism dosn't have plugins yet? | 15:47 |
mtreinish | sslypushenko: but the point of the plugin interface is to allow anyone to write a test suite and integrate it into a tempest run, so if that's what swift wants to do I guess it's fine | 15:47 |
mtreinish | but I'd really prefer to see contributions to tempest improving the in-tree tests | 15:48 |
sslypushenko | mtreinish: Actually, It is not what swift team wants. It is what defcore team wants) | 15:48 |
sslypushenko | mtreinish: Origin is here : https://review.openstack.org/#/c/164865 | 15:50 |
mtreinish | sslypushenko: yes I'm aware of that | 15:51 |
*** HenryG has quit IRC | 15:51 | |
sslypushenko | In Refstack we decided not to duplicate plugin fuctionality | 15:51 |
sslypushenko | And try to use tempest plugin mechanism | 15:51 |
mtreinish | izadorozhna: yes it's not considered stable yet, there is 1 interface review still outstanding: https://review.openstack.org/205176 | 15:52 |
mtreinish | and docs are still under review too | 15:52 |
*** dustins has quit IRC | 15:52 | |
mtreinish | also no one is using it yet | 15:52 |
mtreinish | mkoderer: is working on getting the first use case up with manila | 15:52 |
mtreinish | once they start consuming it for real we'll consider it stable | 15:53 |
sslypushenko | Is it possible to use tempest plugins for runnig swift in-tree tests? | 15:53 |
mtreinish | yes | 15:53 |
*** pal has joined #openstack-qa | 15:53 | |
sslypushenko | Great thx) | 15:53 |
mtreinish | izadorozhna: we'll also likely push a tempest tag out to mark the start of the stable plugin interface | 15:54 |
sslypushenko | mtreinish: Where such plugin suppose to live in tempest or in swift? | 15:55 |
mtreinish | sslypushenko: the point of the plugin interface is that they live outside of tempest it's something tempest will discover when the plugin is installed | 15:55 |
sslypushenko | So it should be separate package or part of swift? | 15:56 |
mtreinish | sslypushenko: it's just an entry point it can be either in swift or in a seperate package | 15:57 |
mtreinish | it doesn't really matter from the tempest perspective | 15:57 |
mtreinish | it might matter from the user perspective though | 15:58 |
sslypushenko | Great thx for the answers! | 15:59 |
*** ajmiller has joined #openstack-qa | 16:00 | |
mtreinish | sslypushenko: I'd recommend reading the docs from the review, if things are missing from that please leave a review comment | 16:00 |
mtreinish | it'll help make the docs better | 16:00 |
hogepodge | mtreinish: sslypushenko izadorozhna +1 | 16:01 |
hogepodge | :-D | 16:01 |
*** HenryG has joined #openstack-qa | 16:01 | |
*** dtantsur is now known as dtantsur|afk | 16:02 | |
*** jlanoux has quit IRC | 16:03 | |
*** cazino has left #openstack-qa | 16:04 | |
*** dustins has joined #openstack-qa | 16:05 | |
*** tpeoples has quit IRC | 16:08 | |
*** izadorozhna has left #openstack-qa | 16:08 | |
*** HenryG has quit IRC | 16:08 | |
*** yog__ has quit IRC | 16:08 | |
*** coolsvap|away is now known as coolsvap | 16:10 | |
*** woodster_ has joined #openstack-qa | 16:10 | |
*** alan_ has joined #openstack-qa | 16:15 | |
*** alan_ is now known as Guest70153 | 16:15 | |
*** e0ne has quit IRC | 16:17 | |
*** kiran-r has quit IRC | 16:18 | |
*** HenryG has joined #openstack-qa | 16:18 | |
*** apevec has quit IRC | 16:18 | |
*** tpeoples has joined #openstack-qa | 16:21 | |
*** SridharG has quit IRC | 16:21 | |
mtreinish | mkoderer: so I was thinking about the clients.py manager thing a bit, and I'm wondering if we want an interface to extend that? | 16:22 |
mtreinish | I was thinking that might be worth making a seperate entrypoint too so the client(s) are being treated separately from the tests | 16:23 |
*** nic has joined #openstack-qa | 16:23 | |
mtreinish | that piece also should probably live in tempest-lib and tempest uses it too | 16:23 |
*** jordanP has quit IRC | 16:25 | |
*** mlavalle has quit IRC | 16:26 | |
*** mlavalle has joined #openstack-qa | 16:27 | |
*** kiran-r has joined #openstack-qa | 16:27 | |
*** armax has quit IRC | 16:28 | |
*** mlavalle_ has joined #openstack-qa | 16:28 | |
*** openstackgerrit_ has quit IRC | 16:29 | |
*** mlavalle_ has quit IRC | 16:29 | |
*** mlavalle_ has joined #openstack-qa | 16:29 | |
*** mlavalle has quit IRC | 16:31 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Add plugin interface documentation https://review.openstack.org/207508 | 16:33 |
*** dmorita has joined #openstack-qa | 16:34 | |
*** tosky has quit IRC | 16:35 | |
*** tosky has joined #openstack-qa | 16:35 | |
mtreinish | austin81: ooh: https://github.com/timothyb89/stackviz/commit/c32375e4bca427695641b9d862bf11c822e958b7#diff-5f115b4e5a89518d4e24e2ee9e4cc1bfR16 is a good idea | 16:37 |
mtreinish | austin81: could you add that as a way to use the db api to the subunit2sql docs | 16:37 |
austin81 | mtreinish: Sure! | 16:38 |
*** sshnaidm has quit IRC | 16:38 | |
austin81 | mtreinish: It was easier than having shell.py yell at my for overriding args | 16:38 |
mtreinish | austin81: sigh, yeah oslo.config make using the python api super annoying | 16:39 |
*** HenryG has quit IRC | 16:39 | |
mtreinish | austin81: fwiw, dropping that is on the todo list: https://review.openstack.org/#/c/203308/ | 16:39 |
austin81 | Haha I like that "stop using oslo anything" | 16:41 |
*** patrickeast has quit IRC | 16:41 | |
*** annashen has joined #openstack-qa | 16:41 | |
*** annashen has quit IRC | 16:46 | |
*** Guest70153 has quit IRC | 16:46 | |
*** _kiran_ has joined #openstack-qa | 16:47 | |
*** kiran-r has quit IRC | 16:51 | |
openstackrecheck | openstack/cinder change: https://review.openstack.org/188732 failed because of: gate-tempest-dsvm-full: https://bugs.launchpad.net/bugs/1249065 | 16:54 |
openstack | Launchpad bug 1249065 in OpenStack Compute (nova) "Nova throws 400 when attempting to add floating ip (instance.info_cache.network_info is empty)" [Medium,Fix released] - Assigned to Matt Riedemann (mriedem) | 16:54 |
*** patrickeast has joined #openstack-qa | 16:57 | |
*** _kiran_ has quit IRC | 17:02 | |
*** e0ne has joined #openstack-qa | 17:05 | |
*** ihrachyshka has quit IRC | 17:06 | |
*** HenryG has joined #openstack-qa | 17:10 | |
*** jasonsb has quit IRC | 17:12 | |
*** jasonsb has joined #openstack-qa | 17:16 | |
*** pal has quit IRC | 17:18 | |
*** ihrachyshka has joined #openstack-qa | 17:19 | |
*** jasonsb has quit IRC | 17:19 | |
*** HenryG has quit IRC | 17:20 | |
*** achanda has joined #openstack-qa | 17:22 | |
*** gfidente has quit IRC | 17:24 | |
*** jogo has quit IRC | 17:24 | |
*** mylu has joined #openstack-qa | 17:24 | |
*** nic has quit IRC | 17:25 | |
*** jogo has joined #openstack-qa | 17:26 | |
*** e0ne has quit IRC | 17:26 | |
*** dkranz has quit IRC | 17:26 | |
*** salv-orl_ has quit IRC | 17:26 | |
*** nic has joined #openstack-qa | 17:27 | |
*** armax has joined #openstack-qa | 17:31 | |
*** e0ne has joined #openstack-qa | 17:32 | |
*** kiran-r has joined #openstack-qa | 17:34 | |
*** nfedotov has quit IRC | 17:35 | |
*** mylu has quit IRC | 17:36 | |
*** svilgelm has quit IRC | 17:36 | |
*** kiran-r has quit IRC | 17:40 | |
*** yamamoto has quit IRC | 17:40 | |
*** dkranz has joined #openstack-qa | 17:41 | |
*** mylu has joined #openstack-qa | 17:46 | |
*** achanda_ has joined #openstack-qa | 17:48 | |
mtreinish | ianw, chmouel: when you get a sec could you take a look at: https://review.openstack.org/207247 it should be a quick review | 17:48 |
*** david-lyle has quit IRC | 17:48 | |
mtreinish | its something we forgot to do back at the kilo release | 17:49 |
*** ihrachyshka has quit IRC | 17:49 | |
*** markus_z has quit IRC | 17:50 | |
*** achanda has quit IRC | 17:50 | |
*** tosky has quit IRC | 17:52 | |
*** zz_dimtruck is now known as dimtruck | 17:59 | |
*** armax has quit IRC | 18:02 | |
*** aix has quit IRC | 18:03 | |
*** jasonsb has joined #openstack-qa | 18:05 | |
*** armax has joined #openstack-qa | 18:07 | |
*** mylu has quit IRC | 18:08 | |
*** mylu has joined #openstack-qa | 18:09 | |
openstackgerrit | John Warren proposed openstack/tempest: Full response for v1 ImageClient.list_images https://review.openstack.org/209093 | 18:11 |
*** mylu has quit IRC | 18:16 | |
*** mylu has joined #openstack-qa | 18:18 | |
*** dkranz has quit IRC | 18:19 | |
*** woodster_ has quit IRC | 18:20 | |
*** gholler has joined #openstack-qa | 18:23 | |
*** mylu has quit IRC | 18:24 | |
*** mylu has joined #openstack-qa | 18:26 | |
*** armax has quit IRC | 18:28 | |
*** mylu has quit IRC | 18:28 | |
*** armax has joined #openstack-qa | 18:30 | |
sdague | cdent: https://review.openstack.org/#/c/202203/3 comments on maybe different way to do that, but it seems working, so I'd say lets UNWIP it and start merging | 18:31 |
sdague | I'd collapse top and bottom patches there | 18:31 |
*** HenryG has joined #openstack-qa | 18:31 | |
*** patrickeast has quit IRC | 18:31 | |
cdent | cool, sdague, will look soon, I've just been tasked by the family to run out and fetch food. Thanks very much for having a poke. | 18:32 |
*** HenryG has quit IRC | 18:32 | |
cdent | sdague: by collapse you mean merge the two dependent patches into one? | 18:34 |
*** HenryG has joined #openstack-qa | 18:35 | |
sdague | cdent: yeh | 18:35 |
cdent | cool | 18:35 |
sdague | and if you make upgrade.sh #!/bin/bash instead of #!/usr/bin/env bash, gerrit will even highlight it correctly | 18:36 |
cdent | heh | 18:36 |
*** pvaneck has joined #openstack-qa | 18:36 | |
*** yamamoto has joined #openstack-qa | 18:41 | |
*** annashen has joined #openstack-qa | 18:42 | |
*** HenryG_ has joined #openstack-qa | 18:46 | |
*** mylu has joined #openstack-qa | 18:46 | |
*** yamamoto has quit IRC | 18:46 | |
*** annashen has quit IRC | 18:47 | |
*** HenryG has quit IRC | 18:48 | |
*** _dpaterson has joined #openstack-qa | 18:50 | |
openstackgerrit | Paul Michali proposed openstack-dev/devstack: Cleanup for VPNaaS plugin https://review.openstack.org/201119 | 18:51 |
*** boris-42 has joined #openstack-qa | 18:53 | |
*** pglass has quit IRC | 18:57 | |
*** hitalia has joined #openstack-qa | 19:00 | |
*** mriedem is now known as mriedem_qpid_ftw | 19:01 | |
*** dkranz has joined #openstack-qa | 19:02 | |
*** dpaterson has quit IRC | 19:04 | |
*** mylu has quit IRC | 19:06 | |
*** svilgelm has joined #openstack-qa | 19:10 | |
*** coolsvap is now known as coolsvap|away | 19:10 | |
*** salv-orlando has joined #openstack-qa | 19:10 | |
*** mylu has joined #openstack-qa | 19:12 | |
*** pglass has joined #openstack-qa | 19:16 | |
mtreinish | sdague: on grenade do we verify that we can ping the server in resources.sh before we shutdown the api server | 19:18 |
mtreinish | I realize it shouldn't make a diff I was just wondering | 19:19 |
andreaf | sslypushenko: +A | 19:19 |
mtreinish | oh, nm I found the code it looks like we do it at the end of create | 19:19 |
*** lutostag has quit IRC | 19:20 | |
mtreinish | err so in: http://logs.openstack.org/12/207612/4/gate/gate-grenade-dsvm/b2f768e//logs/grenade.sh.txt.gz#_2015-08-04_19_10_18_084 ping worked before shutting down api | 19:20 |
mtreinish | and drops all the packets after | 19:20 |
*** lutostag has joined #openstack-qa | 19:22 | |
openstackgerrit | Brandon Palm proposed openstack/tempest: Added endpoint types for intialization of different IdentityClients https://review.openstack.org/200486 | 19:22 |
andreaf | sdague, mtreinish: https://review.openstack.org/#/c/208487/ tempest validation option for devstack | 19:22 |
openstackgerrit | Brant Knudson proposed openstack-dev/devstack: Use keystone[ldap] for ldap packages https://review.openstack.org/208153 | 19:33 |
openstackgerrit | Brant Knudson proposed openstack-dev/devstack: Support extra dependencies when setup_develop https://review.openstack.org/208584 | 19:33 |
*** anshul has joined #openstack-qa | 19:36 | |
*** hitalia has quit IRC | 19:36 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/207612 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/1463631 | 19:43 |
openstack | Launchpad bug 1463631 in grenade "60_nova/resources.sh:106:ping_check_public fails intermittently" [Undecided,Confirmed] | 19:43 |
*** enikanorov_ has joined #openstack-qa | 19:45 | |
mtreinish | mrodden: ^^^ ugh I feel like we'll never be able to get this merged... | 19:45 |
*** samueldmq has quit IRC | 19:46 | |
mtreinish | mriedem_qpid_ftw: have you looked at our categorization rate it's kinda low, 62% | 19:47 |
*** samueldmq has joined #openstack-qa | 19:47 | |
mtreinish | is it just because we've got a bunch of failures in project functional tests and unit tests? | 19:47 |
mriedem_qpid_ftw | mtreinish: yes that | 19:47 |
*** mylu has quit IRC | 19:47 | |
*** ashuk has joined #openstack-qa | 19:48 | |
*** mylu has joined #openstack-qa | 19:48 | |
*** enikanorov has quit IRC | 19:48 | |
mriedem_qpid_ftw | mtreinish: i sort of gave up on trying to categorize project functional test failures | 19:48 |
mriedem_qpid_ftw | like the neutron functional dsvm job | 19:48 |
mtreinish | mriedem_qpid_ftw: sigh, ok. I'm wondering if we want to just filter those off the page then | 19:49 |
mtreinish | because I honestly feel the same way about them | 19:49 |
mriedem_qpid_ftw | well, | 19:49 |
mtreinish | the issue with that is they're shared in the gate queue | 19:49 |
mriedem_qpid_ftw | we did have a couple of nova blockers in the unit tests in the last 2 weeks | 19:49 |
mriedem_qpid_ftw | i think it's just sort of more knowing what to care less about | 19:49 |
*** cjvolzka has joined #openstack-qa | 19:50 | |
mtreinish | I guess, but it still throws off the percentage which makes it less useful | 19:51 |
*** ihrachyshka has joined #openstack-qa | 19:51 | |
*** ashuk has quit IRC | 19:53 | |
cjvolzka | Newbie question: When I run my tempest tests I’m seeing the every API call that happens in the background in the console output even though I’m not explictly printing them. Is there a way to turn that off? | 19:53 |
*** ashuk has joined #openstack-qa | 19:54 | |
mtreinish | cjvolzka: yes, in your tempest conf set the log_file option to tempest.log or some other path | 19:54 |
mtreinish | by default oslo.log prints to stdout unless you tell it a path for the logfile | 19:55 |
mtreinish | cjvolzka: https://review.openstack.org/#/c/173581/ will fix that in the future | 19:55 |
*** ekarlso has quit IRC | 19:55 | |
mtreinish | cjvolzka: alternatively you could use the tempest init command before running tempest, that'll create a working dir which will preset the tempest.conf file so that doesn't happen | 19:56 |
*** armax has quit IRC | 19:56 | |
cjvolzka | mtreinish: Awesome! Thanks so much! I’ve spent way too much time trying to adjust that | 19:56 |
*** hitalia has joined #openstack-qa | 19:56 | |
mtreinish | cjvolzka: sure, np | 19:58 |
*** pglass has quit IRC | 20:00 | |
sdague | mtreinish: yes | 20:02 |
sdague | mtreinish: also, we explicitly verify as well | 20:03 |
*** pglass has joined #openstack-qa | 20:05 | |
*** patrickeast has joined #openstack-qa | 20:06 | |
*** mylu has quit IRC | 20:10 | |
*** mriedem_qpid_ftw is now known as mriedem_build_qp | 20:13 | |
*** kutija_ has quit IRC | 20:19 | |
openstackgerrit | Merged openstack-dev/grenade: Add noVNC to grenade cache https://review.openstack.org/206866 | 20:20 |
*** dims_ has joined #openstack-qa | 20:21 | |
*** dims has quit IRC | 20:22 | |
*** mylu has joined #openstack-qa | 20:24 | |
*** b10n1k has joined #openstack-qa | 20:24 | |
*** kutija has joined #openstack-qa | 20:28 | |
*** mylu has quit IRC | 20:29 | |
*** svilgelm has quit IRC | 20:30 | |
*** patrickeast has quit IRC | 20:33 | |
*** patrickeast has joined #openstack-qa | 20:40 | |
*** svilgelm has joined #openstack-qa | 20:40 | |
*** annashen has joined #openstack-qa | 20:43 | |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python27 187537,5,593b109 | 20:43 |
openstackgerrit | Merged openstack-infra/devstack-gate: Remove q-vpn service for DSVM tests https://review.openstack.org/208167 | 20:43 |
clarkb | pc_m: ^ | 20:44 |
*** hitalia has quit IRC | 20:45 | |
*** dmorita has quit IRC | 20:46 | |
*** dmorita has joined #openstack-qa | 20:46 | |
openstackgerrit | Merged openstack-dev/devstack: Hardcode the extension lists by default for tempest https://review.openstack.org/207247 | 20:47 |
*** annashen has quit IRC | 20:48 | |
*** chuckcarmack has left #openstack-qa | 20:48 | |
*** dmorita_ has joined #openstack-qa | 20:48 | |
*** dmorita has quit IRC | 20:51 | |
openstackgerrit | Merged openstack/tempest: Discover the correct default config dir https://review.openstack.org/208004 | 20:51 |
*** mylu has joined #openstack-qa | 20:52 | |
*** svilgelm has quit IRC | 20:56 | |
*** svilgelm has joined #openstack-qa | 20:57 | |
*** svilgelm has quit IRC | 20:59 | |
*** cdent has quit IRC | 21:00 | |
*** ajmiller_ has joined #openstack-qa | 21:01 | |
mtreinish | andreaf: ^^^ | 21:02 |
andreaf | mtreinish: nice :) thanks | 21:02 |
andreaf | mtreinish: I'll pull that down tomorrow and I'll be back to venv installable :) | 21:02 |
mtreinish | awesome | 21:03 |
mtreinish | I guess this means I need to figure out what I want to do for tempest run | 21:03 |
mtreinish | because that's the only piece missing on the new workflow | 21:03 |
*** ajmiller has quit IRC | 21:03 | |
*** ajmiller has joined #openstack-qa | 21:03 | |
openstackgerrit | Merged openstack/tempest: Make create_image use **kwargs https://review.openstack.org/202956 | 21:04 |
andreaf | mtreinish: eh | 21:05 |
andreaf | mtreinish: you already have a draft out, right? I can review it | 21:05 |
*** ajmiller__ has joined #openstack-qa | 21:06 | |
mtreinish | andreaf: heh, except I got side tracked on a weird direction for a bit | 21:06 |
*** ajmiller_ has quit IRC | 21:06 | |
mtreinish | the current draft up is a reimplementation of a test runner runner like testr | 21:06 |
mtreinish | which doesn't work at all | 21:06 |
mtreinish | probably not worth reviewing it | 21:06 |
*** lutostag has quit IRC | 21:06 | |
andreaf | mtreinish: oh, we need instead a test runner runner runner (runner ^ 3) :D | 21:07 |
mtreinish | I keep jumping back and forth between being it's own thing, being a thin subprocess shim with tempest specific options, and using the testr ui factory layer | 21:07 |
*** ajmiller has quit IRC | 21:07 | |
*** patrickeast has quit IRC | 21:09 | |
*** mylu has quit IRC | 21:09 | |
*** aysyd has quit IRC | 21:09 | |
andreaf | mtreinish: I don't know about testr ui factory layer - but I guess it's a python API to drive testr, I think lifeless mentioned that as preferred approach? | 21:09 |
andreaf | mtreinish: in a way or another we need to drive testr anyways, right? | 21:09 |
andreaf | mtreinish: use testr scheduler etc | 21:10 |
mtreinish | andreaf: yeah, it just lets you write your own ui layer for testr. I just need to wrap my head around how to use it | 21:10 |
andreaf | mtreinish: what do you mean with "being it's own thing" which was the first option? | 21:10 |
*** ajmiller__ has quit IRC | 21:11 | |
mtreinish | andreaf: implement our own test runner runner with it's own scheduler, etc | 21:11 |
mtreinish | which is what I took an hour or 2 to start as that draft up now | 21:11 |
*** armax has joined #openstack-qa | 21:12 | |
mtreinish | that's probably not the direction we want to go | 21:12 |
andreaf | mtreinish: oh - but that sounds like a relatively large effort | 21:12 |
mtreinish | andreaf: it's actually not too hard if we only want to worry about the small subset we'd use for tempest | 21:12 |
mtreinish | it's mostly do discovery split tests, call test runners and collect results | 21:13 |
*** lutostag has joined #openstack-qa | 21:13 | |
openstackrecheck | Console logs not available after 13:29s for gate-tempest-dsvm-neutron-full 208620,4,f531e08 | 21:14 |
mtreinish | and if then if we wanted more adv things with storing multiple results, we'd just pass it to subunit2sql | 21:14 |
andreaf | mtreinish: and the scheduler, and coordinate the multiple subunit streams | 21:14 |
mtreinish | the scheduler is actually pretty simple, the multiplexing of streams is where it gets confusing | 21:15 |
mtreinish | that's why I don't think it's the right direction | 21:15 |
*** mylu has joined #openstack-qa | 21:15 | |
*** mylu has quit IRC | 21:16 | |
*** HenryG_ is now known as HenryG | 21:17 | |
mtreinish | andreaf: I only really considered it because it would let us control our own fate to a certain degree | 21:17 |
mtreinish | which might be useful because that's really what a lot of this tempest as a system program stuff is about | 21:17 |
*** patrickeast has joined #openstack-qa | 21:17 | |
*** dkranz has quit IRC | 21:20 | |
andreaf | mtreinish: are you still planning on doing a mid-cycle mid Sept? we could try and tackle that there | 21:23 |
mtreinish | andreaf: yeah I haven't heard back from cody-somerville yet about the rooms. I originally reserved them for the 9th-11th but decided to push it back a week because of the us holiday | 21:24 |
mtreinish | which is on the 7th | 21:24 |
mtreinish | andreaf: I'm hesitant to punt until then though, because I really wanted to have this done sooner than that | 21:24 |
*** salv-orlando has quit IRC | 21:26 | |
*** armax has quit IRC | 21:29 | |
*** _dpaterson has quit IRC | 21:30 | |
*** mwagner_lap has quit IRC | 21:32 | |
*** safchain has quit IRC | 21:33 | |
cody-somerville | mtreinish: You want the 3rd/4th or the 20th/21st? | 21:36 |
cody-somerville | mtreinish: I wouldn't be particular concerned about the holiday on the 7th. People are more likely to take the 4th off. | 21:36 |
mtreinish | cody-somerville: oh, I was thinking more the 16th-18th | 21:38 |
*** salv-orlando has joined #openstack-qa | 21:38 | |
*** artom has quit IRC | 21:39 | |
*** artom has joined #openstack-qa | 21:41 | |
*** hitalia has joined #openstack-qa | 21:41 | |
*** mriedem_build_qp is now known as mriedem_away | 21:41 | |
openstackgerrit | Ihar Hrachyshka proposed openstack-infra/devstack-gate: neutron: removed advanced services from default gate https://review.openstack.org/205473 | 21:42 |
*** pc_m has quit IRC | 21:43 | |
*** e0ne has quit IRC | 21:44 | |
*** patrickeast has quit IRC | 21:44 | |
*** patrickeast has joined #openstack-qa | 21:46 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest-lib: Introduce scope in the auth API https://review.openstack.org/202705 | 21:47 |
*** b10n1k has quit IRC | 21:48 | |
*** jasonsb has quit IRC | 21:50 | |
*** jasonsb has joined #openstack-qa | 21:51 | |
*** patrickeast has quit IRC | 21:53 | |
*** anshul has quit IRC | 21:57 | |
*** patrickeast has joined #openstack-qa | 21:57 | |
*** armax has joined #openstack-qa | 22:02 | |
*** mylu has joined #openstack-qa | 22:03 | |
*** tvanderwiel has quit IRC | 22:04 | |
*** jhenner has quit IRC | 22:06 | |
*** ihrachyshka has quit IRC | 22:08 | |
*** mlavalle_ has quit IRC | 22:08 | |
*** austin81 has left #openstack-qa | 22:12 | |
openstackgerrit | Merged openstack/tempest: Make security_group_rules_client use **kwargs https://review.openstack.org/203891 | 22:12 |
*** jasonsb_ has joined #openstack-qa | 22:14 | |
*** jasonsb has quit IRC | 22:16 | |
*** mylu has quit IRC | 22:16 | |
*** mylu has joined #openstack-qa | 22:17 | |
*** ylobankov_ has joined #openstack-qa | 22:17 | |
*** ylobankov has quit IRC | 22:17 | |
*** jecarey has quit IRC | 22:20 | |
*** miqui has quit IRC | 22:20 | |
*** pglass has quit IRC | 22:22 | |
*** dustins has quit IRC | 22:32 | |
openstackrecheck | Console logs not available after 13:21s for gate-ceilometer-python27 206110,3,a77f8ee | 22:34 |
*** jaypipes has quit IRC | 22:35 | |
*** rbak has quit IRC | 22:35 | |
openstackgerrit | Merged openstack/tempest: Add plugin interface for extending sample config generation https://review.openstack.org/205176 | 22:36 |
*** gholler has quit IRC | 22:38 | |
*** boris-42 has quit IRC | 22:40 | |
*** cjvolzka has quit IRC | 22:42 | |
*** annashen has joined #openstack-qa | 22:44 | |
*** bknudson has quit IRC | 22:44 | |
*** mylu has quit IRC | 22:46 | |
*** mylu has joined #openstack-qa | 22:47 | |
openstackrecheck | Console logs not available after 13:22s for gate-cinder-pep8 163641,56,70910c2 | 22:48 |
*** annashen has quit IRC | 22:48 | |
*** hitalia has quit IRC | 22:59 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-neutron 208584,2,5163e6f | 23:01 |
*** cjvolzka has joined #openstack-qa | 23:05 | |
*** dimtruck is now known as zz_dimtruck | 23:06 | |
*** yamamoto has joined #openstack-qa | 23:09 | |
*** mylu has quit IRC | 23:11 | |
*** tpeoples has quit IRC | 23:11 | |
*** sabeen has joined #openstack-qa | 23:12 | |
*** hitalia has joined #openstack-qa | 23:16 | |
openstackrecheck | Console logs not available after 13:22s for gate-rally-dsvm-fakevirt-ceilometer 196441,11,f1b270c | 23:21 |
openstackgerrit | Merged openstack/tempest: Add plugin interface documentation https://review.openstack.org/207508 | 23:23 |
*** dims_ has quit IRC | 23:23 | |
*** patrickeast has quit IRC | 23:27 | |
openstackrecheck | Console logs not available after 13:24s for gate-ceilometer-python34 196441,11,3f7f531 | 23:34 |
*** sridhar_ram1 has joined #openstack-qa | 23:35 | |
*** boris-42 has joined #openstack-qa | 23:37 | |
*** dims has joined #openstack-qa | 23:47 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 203104,1,9ea6610 | 23:48 |
openstackrecheck | openstack/nova change: https://review.openstack.org/196276 failed because of: gate-tempest-dsvm-full-ceph: https://bugs.launchpad.net/bugs/1249065 | 23:48 |
openstack | Launchpad bug 1249065 in OpenStack Compute (nova) "Nova throws 400 when attempting to add floating ip (instance.info_cache.network_info is empty)" [Medium,Fix released] - Assigned to Matt Riedemann (mriedem) | 23:48 |
*** jamielennox|away is now known as jamielennox | 23:50 | |
*** sridhar_ram has joined #openstack-qa | 23:52 | |
*** sridhar_ram1 has quit IRC | 23:53 | |
*** salv-orlando has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!