*** rockyg has joined #openstack-qa | 00:00 | |
*** salv-orlando has quit IRC | 00:02 | |
*** sthaha has joined #openstack-qa | 00:16 | |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/devstack-gate: Add ability to do smart backwards compat testing https://review.openstack.org/41945 | 00:16 |
---|---|---|
*** matsuhashi has joined #openstack-qa | 00:22 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack-dev/devstack: Specify agent mode and service cluster uuid for nicira plugin https://review.openstack.org/48368 | 00:31 |
*** anteaya has quit IRC | 01:04 | |
openstackgerrit | DennyZhang proposed a change to openstack/tempest: driver.py should log errors when ssh operations fail https://review.openstack.org/48168 | 01:07 |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/devstack-gate: Add ability to do smart backwards compat testing https://review.openstack.org/41945 | 01:10 |
openstackgerrit | Joe Gordon proposed a change to openstack-infra/elastic-recheck: Further shuffling to get this to fit the standard code layout https://review.openstack.org/48372 | 01:16 |
openstackgerrit | Joe Gordon proposed a change to openstack-infra/elastic-recheck: Further shuffling to get this to fit the standard code layout https://review.openstack.org/48372 | 01:21 |
*** malini is now known as malini_afk | 01:23 | |
openstackgerrit | Armando Migliaccio proposed a change to openstack-dev/devstack: Specify agent mode and service cluster uuid for nicira plugin https://review.openstack.org/48368 | 01:27 |
openstackgerrit | Joe Gordon proposed a change to openstack-infra/elastic-recheck: Add query for bug 1230407 https://review.openstack.org/48374 | 01:35 |
openstackgerrit | Joe Gordon proposed a change to openstack-infra/elastic-recheck: Add query for bug 1230407 https://review.openstack.org/48374 | 01:51 |
openstackgerrit | Dean Troyer proposed a change to openstack-dev/devstack: vSphere hypervisor plugin https://review.openstack.org/48375 | 01:53 |
*** zhikunliu has joined #openstack-qa | 02:11 | |
openstackgerrit | Zhu Zhu proposed a change to openstack/tempest: Test for the nova diagnostics API https://review.openstack.org/48249 | 02:28 |
*** dims has quit IRC | 02:33 | |
*** sdague has quit IRC | 02:42 | |
*** sdague has joined #openstack-qa | 02:42 | |
*** giulivo has quit IRC | 02:43 | |
*** dkranz has joined #openstack-qa | 02:55 | |
openstackgerrit | Xiang Hui proposed a change to openstack/tempest: Add security groups updating test for ports https://review.openstack.org/46894 | 03:10 |
openstackgerrit | DennyZhang proposed a change to openstack/tempest: _error_in_logs function of stress/driver.py shall check all nodes https://review.openstack.org/48147 | 03:15 |
openstackgerrit | Zhu Zhu proposed a change to openstack/tempest: Test for the nova diagnostics API https://review.openstack.org/48249 | 03:31 |
openstackgerrit | Jamie Lennox proposed a change to openstack-dev/devstack: Allow deploying keystone with SSL certificates https://review.openstack.org/47076 | 03:39 |
*** matsuhashi has quit IRC | 03:59 | |
*** matsuhashi has joined #openstack-qa | 04:02 | |
openstackgerrit | Anju Tiwari proposed a change to openstack/tempest: Added Negative tests for image member https://review.openstack.org/47167 | 04:22 |
openstackgerrit | Anju Tiwari proposed a change to openstack/tempest: Added Negative tests for image member https://review.openstack.org/47167 | 04:38 |
openstackgerrit | Ian Wienand proposed a change to openstack-dev/devstack: Fake true return value for git show --quiet https://review.openstack.org/48384 | 04:40 |
*** madan has joined #openstack-qa | 04:51 | |
openstackgerrit | A change was merged to openstack-dev/devstack: change git show to | head -1 https://review.openstack.org/48265 | 04:54 |
RecheckWatchBot | openstack/keystone change: https://review.openstack.org/48171 failed tempest with an unrecognized error | 05:05 |
openstackgerrit | Jinhe Fang proposed a change to openstack/tempest: Add test case for getting file contents injected https://review.openstack.org/48388 | 05:16 |
openstackgerrit | Jamie Lennox proposed a change to openstack-dev/devstack: Allow deploying keystone with SSL certificates https://review.openstack.org/47076 | 05:16 |
*** prekarat1 has joined #openstack-qa | 05:17 | |
RecheckWatchBot | openstack/nova change: https://review.openstack.org/47890 failed tempest with an unrecognized error | 05:23 |
RecheckWatchBot | openstack/ceilometer change: https://review.openstack.org/47629 failed tempest because of: https://bugs.launchpad.net/bugs/1229475 | 05:36 |
*** raies has joined #openstack-qa | 05:40 | |
raies | afazekas__: hi good morning | 05:40 |
raies | afazekas_zz: I want to write a client function for network client for router-port-list | 05:41 |
raies | afazekas_zz: I checked debug info using curl and I got the URL | 05:42 |
raies | I implemented the client using that url | 05:42 |
raies | but I found body null please check http://pastebin.com/h5k7G44q | 05:42 |
raies | afazekas_zz: ^^ | 05:43 |
*** zhikunliu has quit IRC | 05:47 | |
*** afazekas_zz is now known as afazekas | 05:47 | |
raies | afazekas: please assist me on this it is a blocker for me | 05:49 |
afazekas | raies: so the response is the working one in the paste | 05:49 |
raies | afazekas: when I used curl command then body returned is as excpected. | 05:50 |
afazekas | What do you do differently when it is not working ? | 05:50 |
raies | but when I implemented network client function in tempest for list_router_port using uri as "uri = '%s/ports?device_id=%s' % (self.uri_prefix, uuid)" | 05:51 |
raies | then in response i get body empty | 05:52 |
*** zhikunliu has joined #openstack-qa | 05:52 | |
raies | I have also added my client function here http://pastebin.com/eMVvUuC0 in last | 05:53 |
raies | afazekas: ^^ | 05:53 |
raies | afazekas: please look at this as it is bocker to me | 05:56 |
afazekas | Are you sure when you running it in tempest you have the port ? | 06:03 |
afazekas | Tempest does not uses the '%s/ports.json?device_id=%s' (.json) , otherwise it should not be different | 06:04 |
raies | afazekas: I also used url as '%s/ports?device_id=%s | 06:04 |
raies | in both cases no body | 06:04 |
raies | as for as ports I will give you all list of net/subnet /port/router/router-port-list in pastebin | 06:05 |
raies | afazekas: http://pastebin.com/egQdL7vX | 06:07 |
afazekas | as demo user ? | 06:08 |
raies | I did not try that | 06:08 |
afazekas | tempest using the demo user , not the admin | 06:09 |
raies | I tried these all after source openrc admin , and source openrc demo both | 06:10 |
raies | in both the cases body is empty | 06:10 |
afazekas | What is the output of the 'neutron router-port-list d61674ce-ef3e-4371-a227-1e841944686a' after you source the demo user ? | 06:11 |
raies | I checked it. it is nothing | 06:12 |
RecheckWatchBot | openstack-dev/devstack change: https://review.openstack.org/48207 failed tempest with an unrecognized error | 06:12 |
raies | empty | 06:12 |
*** rahmu has quit IRC | 06:12 | |
afazekas | raies: is your issue solved by this ? | 06:13 |
raies | yes thank you very much :) | 06:13 |
*** rahmu has joined #openstack-qa | 06:13 | |
*** afazekas is now known as __afazekas | 06:14 | |
raies | afazekas: I want to ask one more question and that is how to make an external network | 06:14 |
* __afazekas moving | 06:14 | |
raies | I want to set router gateway | 06:15 |
raies | which requires external network id | 06:15 |
raies | so I want to make an external network | 06:15 |
__afazekas | raies: it is in the config file | 06:15 |
__afazekas | it is created by devstack | 06:15 |
__afazekas | AFAIK only one external network supported per L3 agent | 06:16 |
__afazekas | and we have only one L3 agent | 06:16 |
raies | yes that is but how I will tell to my client function to take external network from devstack itself | 06:16 |
__afazekas | https://github.com/openstack/tempest/blob/master/etc/tempest.conf.sample#L232 | 06:18 |
* __afazekas I will be back in 30 minutes | 06:19 | |
raies | afazekas: thank you very much | 06:19 |
*** SergeyLukjanov has joined #openstack-qa | 06:21 | |
RecheckWatchBot | openstack/neutron change: https://review.openstack.org/46989 failed tempest because of: https://bugs.launchpad.net/bugs/1229475 | 06:28 |
*** prekarat1 has quit IRC | 06:38 | |
*** afazekas has joined #openstack-qa | 06:43 | |
openstackgerrit | Ivan-Zhu proposed a change to openstack/tempest: port test_images and test_server_actions into v3 part1 https://review.openstack.org/39621 | 06:47 |
openstackgerrit | Ivan-Zhu proposed a change to openstack/tempest: port test_images and test_server_actions into v3 part2 https://review.openstack.org/39609 | 06:47 |
RecheckWatchBot | openstack/nova change: https://review.openstack.org/48326 failed tempest because of: https://bugs.launchpad.net/bugs/1218391 | 06:47 |
*** matsuhashi has quit IRC | 06:47 | |
openstackgerrit | Jinhe Fang proposed a change to openstack/tempest: Add test case for contents of the file injected https://review.openstack.org/48388 | 06:52 |
RecheckWatchBot | openstack/cinder change: https://review.openstack.org/48308 failed tempest with an unrecognized error | 06:53 |
openstackgerrit | Yang Yu proposed a change to openstack/tempest: Adding glance API DELETE /images/<imageid> tests https://review.openstack.org/47983 | 06:58 |
RecheckWatchBot | openstack-dev/devstack change: https://review.openstack.org/48279 failed tempest with an unrecognized error | 07:00 |
RecheckWatchBot | openstack/nova change: https://review.openstack.org/22278 failed tempest with an unrecognized error | 07:00 |
*** prekarat has joined #openstack-qa | 07:04 | |
*** wramthun has quit IRC | 07:05 | |
*** matsuhashi has joined #openstack-qa | 07:06 | |
*** wramthun has joined #openstack-qa | 07:07 | |
*** ken1ohmichi has quit IRC | 07:07 | |
*** fbo_away is now known as fbo | 07:15 | |
*** SergeyLukjanov has quit IRC | 07:24 | |
*** jlibosva has joined #openstack-qa | 07:25 | |
RecheckWatchBot | openstack/nova change: https://review.openstack.org/47625 failed tempest with an unrecognized error | 07:29 |
*** SergeyLukjanov has joined #openstack-qa | 07:30 | |
openstackgerrit | Emilien Macchi proposed a change to openstack-dev/devstack: Add Neutron Metering Agent support https://review.openstack.org/48042 | 07:32 |
openstackgerrit | Zhu Zhu proposed a change to openstack/tempest: Test for the nova diagnostics API https://review.openstack.org/48249 | 07:33 |
RecheckWatchBot | openstack/requirements change: https://review.openstack.org/48339 failed tempest because of: https://bugs.launchpad.net/bugs/1226337 | 07:34 |
*** salv-orlando has joined #openstack-qa | 07:39 | |
*** wramthun has quit IRC | 07:40 | |
openstackgerrit | Mh Raies proposed a change to openstack/tempest: VPNaas vpnservice test cases https://review.openstack.org/47339 | 07:43 |
openstackgerrit | Yang Yu proposed a change to openstack/tempest: Adding glance API DELETE /images/<imageid> tests https://review.openstack.org/47983 | 07:45 |
*** SergeyLukjanov has quit IRC | 07:45 | |
*** SergeyLukjanov has joined #openstack-qa | 07:46 | |
*** jhenner has quit IRC | 07:55 | |
*** SergeyLu_ has joined #openstack-qa | 08:02 | |
*** SergeyLukjanov has quit IRC | 08:04 | |
*** zhikunliu has quit IRC | 08:10 | |
RecheckWatchBot | openstack/cinder change: https://review.openstack.org/48308 failed tempest because of: https://bugs.launchpad.net/bugs/1226337 | 08:11 |
RecheckWatchBot | openstack/heat change: https://review.openstack.org/48182 failed tempest with an unrecognized error | 08:14 |
RecheckWatchBot | openstack/keystone change: https://review.openstack.org/45447 failed tempest because of: https://bugs.launchpad.net/bugs/1211915 | 08:17 |
*** zhikunliu has joined #openstack-qa | 08:17 | |
openstackgerrit | Zhu Zhu proposed a change to openstack/tempest: Add tempest tests for os-aggregate update https://review.openstack.org/47720 | 08:19 |
openstackgerrit | A change was merged to openstack-dev/devstack: Fix typo in lib/heat https://review.openstack.org/48207 | 08:21 |
RecheckWatchBot | openstack/ceilometer change: https://review.openstack.org/46048 failed tempest with an unrecognized error | 08:32 |
*** prekarat has quit IRC | 08:35 | |
openstackgerrit | A change was merged to openstack/tempest: Fix problem with never stopping stress tests https://review.openstack.org/46087 | 08:37 |
*** thomasbiege1 has joined #openstack-qa | 08:41 | |
*** thomasbiege1 has quit IRC | 08:42 | |
*** thomasbiege1 has joined #openstack-qa | 08:47 | |
*** thomasbiege1 has quit IRC | 08:50 | |
openstackgerrit | Yang Yu proposed a change to openstack/tempest: Adding glance API DELETE /images/<imageid> tests https://review.openstack.org/47983 | 08:52 |
*** giulivo has joined #openstack-qa | 08:55 | |
*** yassine has joined #openstack-qa | 08:57 | |
RecheckWatchBot | openstack/nova change: https://review.openstack.org/48192 failed tempest because of: https://bugs.launchpad.net/bugs/1229475 | 09:00 |
openstackgerrit | A change was merged to openstack/tempest: add server resizing tests https://review.openstack.org/44732 | 09:04 |
*** mkollaro has joined #openstack-qa | 09:12 | |
*** jhenner has joined #openstack-qa | 09:14 | |
openstackgerrit | Joe Hakim Rahme proposed a change to openstack/tempest: Adds more test to cover Swift tempURL middleware https://review.openstack.org/44287 | 09:17 |
RecheckWatchBot | openstack/python-novaclient change: https://review.openstack.org/48212 failed tempest because of: https://bugs.launchpad.net/bugs/1227915 | 09:21 |
RecheckWatchBot | openstack/cinder change: https://review.openstack.org/48079 failed tempest because of: https://bugs.launchpad.net/bugs/1226337 | 09:21 |
openstackgerrit | Chmouel Boudjnah proposed a change to openstack-dev/devstack: Don't checkout requirements when there isn't https://review.openstack.org/48411 | 09:28 |
openstackgerrit | Mh Raies proposed a change to openstack/tempest: VPNaas IKE policies tests https://review.openstack.org/47348 | 09:32 |
openstackgerrit | Mh Raies proposed a change to openstack/tempest: VPNaas IPSec policies tests https://review.openstack.org/47816 | 09:33 |
openstackgerrit | afazekas proposed a change to openstack/tempest: skip test_run_stop_terminate_instance https://review.openstack.org/48412 | 09:37 |
openstackgerrit | Chmouel Boudjnah proposed a change to openstack-dev/devstack: Use 0.6.3, 0.6.1 is not available anymore. https://review.openstack.org/48414 | 09:39 |
*** SergeyLu_ has quit IRC | 09:39 | |
*** wramthun has joined #openstack-qa | 09:41 | |
RecheckWatchBot | openstack/cinder change: https://review.openstack.org/48353 failed tempest because of: https://bugs.launchpad.net/bugs/1226337 | 09:46 |
RecheckWatchBot | openstack-dev/devstack change: https://review.openstack.org/48351 failed tempest with an unrecognized error | 09:49 |
RecheckWatchBot | openstack/keystone change: https://review.openstack.org/48266 failed tempest because of: https://bugs.launchpad.net/bugs/1226337 | 09:49 |
openstackgerrit | Mh Raies proposed a change to openstack/tempest: VPNaas IPSec Site Connection API tests https://review.openstack.org/48220 | 09:54 |
*** thomasbiege1 has joined #openstack-qa | 10:02 | |
RecheckWatchBot | openstack/python-keystoneclient change: https://review.openstack.org/46975 failed tempest with an unrecognized error | 10:04 |
*** thomasbiege1 has quit IRC | 10:05 | |
RecheckWatchBot | openstack/nova change: https://review.openstack.org/43268 failed tempest with an unrecognized error | 10:07 |
RecheckWatchBot | openstack-dev/pbr change: https://review.openstack.org/48355 failed tempest with an unrecognized error | 10:07 |
openstackgerrit | Hoisaleshwara Madan V S proposed a change to openstack/tempest: port test_flavors into v3 part1 https://review.openstack.org/48419 | 10:13 |
openstackgerrit | ChenZheng proposed a change to openstack/tempest: Test for the agent management extension API https://review.openstack.org/48421 | 10:21 |
RecheckWatchBot | openstack/nova change: https://review.openstack.org/48185 failed tempest with an unrecognized error | 10:28 |
RecheckWatchBot | openstack-dev/devstack change: https://review.openstack.org/47414 failed tempest because of: https://bugs.launchpad.net/bugs/1226337 | 10:29 |
RecheckWatchBot | openstack/python-ceilometerclient change: https://review.openstack.org/47331 failed tempest with an unrecognized error | 10:29 |
openstackgerrit | Mh Raies proposed a change to openstack/tempest: VPNaas vpnservice test cases https://review.openstack.org/47339 | 10:30 |
openstackgerrit | Mh Raies proposed a change to openstack/tempest: VPNaas IKE policies tests https://review.openstack.org/47348 | 10:30 |
openstackgerrit | Mh Raies proposed a change to openstack/tempest: VPNaas IPSec policies tests https://review.openstack.org/47816 | 10:31 |
openstackgerrit | Mh Raies proposed a change to openstack/tempest: VPNaas IPSec Site Connection API tests https://review.openstack.org/48220 | 10:31 |
openstackgerrit | Xiang Hui proposed a change to openstack/tempest: Add security groups updating test for ports https://review.openstack.org/46894 | 10:43 |
*** thomasbiege1 has joined #openstack-qa | 10:43 | |
*** thomasbiege1 has quit IRC | 10:53 | |
RecheckWatchBot | openstack/oslo.config change: https://review.openstack.org/48329 failed tempest with an unrecognized error | 10:56 |
*** weshay has joined #openstack-qa | 11:00 | |
*** malini_afk is now known as malini | 11:03 | |
RecheckWatchBot | openstack/python-novaclient change: https://review.openstack.org/35526 failed tempest with an unrecognized error | 11:08 |
*** dims has joined #openstack-qa | 11:20 | |
RecheckWatchBot | openstack/keystone change: https://review.openstack.org/48111 failed tempest with an unrecognized error | 11:20 |
*** prekarat has joined #openstack-qa | 11:31 | |
RecheckWatchBot | openstack-dev/devstack change: https://review.openstack.org/48368 failed tempest because of: https://bugs.launchpad.net/bugs/1229475 | 11:32 |
RecheckWatchBot | openstack/requirements change: https://review.openstack.org/48369 failed tempest because of: https://bugs.launchpad.net/bugs/1226337 | 11:37 |
*** ken1ohmichi has joined #openstack-qa | 11:47 | |
raies | afazekas: hi | 11:49 |
raies | I have modified router deletion a bit better please check https://review.openstack.org/#/c/47339/ | 11:50 |
*** SergeyLukjanov has joined #openstack-qa | 11:55 | |
*** ken1ohmichi has quit IRC | 11:59 | |
RecheckWatchBot | openstack/nova change: https://review.openstack.org/47479 failed tempest with an unrecognized error | 11:59 |
*** malini is now known as malini_afk | 12:02 | |
*** dims has quit IRC | 12:07 | |
afazekas | slav-orlando: https://review.openstack.org/#/c/47339/ | 12:10 |
salv-orlando | afazekas: already on it | 12:16 |
*** dims has joined #openstack-qa | 12:20 | |
*** ekarlso has quit IRC | 12:20 | |
RecheckWatchBot | openstack-dev/devstack change: https://review.openstack.org/48207 failed tempest with an unrecognized error | 12:22 |
RecheckWatchBot | openstack/cinder change: https://review.openstack.org/48309 failed tempest with an unrecognized error | 12:31 |
openstackgerrit | Zhu Zhu proposed a change to openstack/tempest: Add tempest tests for os-aggregate update https://review.openstack.org/47720 | 12:34 |
*** matsuhashi has quit IRC | 12:34 | |
*** hootjr has joined #openstack-qa | 12:35 | |
*** zhikunliu has quit IRC | 12:42 | |
RecheckWatchBot | openstack/tempest change: https://review.openstack.org/45578 failed tempest because of: https://bugs.launchpad.net/bugs/1226337 | 12:45 |
openstackgerrit | Hoisaleshwara Madan V S proposed a change to openstack/tempest: port test_flavors into v3 part2 https://review.openstack.org/48440 | 12:48 |
*** madan has quit IRC | 12:54 | |
*** giulivo has quit IRC | 12:56 | |
RecheckWatchBot | openstack/tempest change: https://review.openstack.org/48249 failed tempest because of: https://bugs.launchpad.net/bugs/1223469 | 13:04 |
openstackgerrit | Zhu Zhu proposed a change to openstack/tempest: Add tempest tests for os-aggregate update https://review.openstack.org/47720 | 13:06 |
openstackgerrit | ChangBo Guo proposed a change to openstack/tempest: Add reset server api test https://review.openstack.org/48442 | 13:07 |
mkoderer | dosaboy: ping | 13:11 |
openstackgerrit | ChangBo Guo proposed a change to openstack/tempest: Add reset server api test https://review.openstack.org/48442 | 13:12 |
RecheckWatchBot | openstack/keystone change: https://review.openstack.org/48171 failed tempest because of: https://bugs.launchpad.net/bugs/1226337 | 13:12 |
dosaboy | mkoderer: hey | 13:12 |
dosaboy | got a question for you | 13:12 |
mkoderer | dosaboy: ok | 13:12 |
dosaboy | mkoderer: any idea why this is failing - https://review.openstack.org/#/c/45465/ | 13:13 |
dosaboy | i reckon it may be caused by the swift_auth setting in the swift backup driver | 13:13 |
mkoderer | dosaboy: ok let me check | 13:13 |
dosaboy | but it isnot clear to me how that should be configured | 13:13 |
dosaboy | and afaik you added that in ;) | 13:13 |
dosaboy | mkoderer: thanks | 13:14 |
*** rfolco has joined #openstack-qa | 13:14 | |
openstackgerrit | Mate Lakat proposed a change to openstack-dev/devstack: xenapi: display IP and DevStack result on console https://review.openstack.org/48444 | 13:16 |
mkoderer | dosaboy: does it work locally for you? | 13:16 |
dosaboy | nope | 13:17 |
dosaboy | so tempest is using admin creds but swift backup driver uses non-admin creds fir some reason | 13:17 |
mkoderer | dosaboy: mh, so you could change your identity for the test | 13:21 |
mkoderer | dosaboy: but I don't think this the correct way | 13:21 |
*** mriedem has joined #openstack-qa | 13:24 | |
*** bdperkin has quit IRC | 13:25 | |
*** dkranz has quit IRC | 13:25 | |
*** jaypipes has joined #openstack-qa | 13:25 | |
*** ChanServ sets mode: +o jaypipes | 13:26 | |
dosaboy | mkoderer: are you able to run the test? | 13:26 |
*** malini_afk is now known as malini | 13:27 | |
*** jasondotstar has joined #openstack-qa | 13:29 | |
*** bdperkin has joined #openstack-qa | 13:30 | |
mkoderer | dosaboy: I'll put it on my todo list ;) | 13:36 |
*** dkranz has joined #openstack-qa | 13:38 | |
*** matsuhashi has joined #openstack-qa | 13:43 | |
*** dkranz has quit IRC | 13:59 | |
dosaboy | mkoderer: awesome thanks! | 14:00 |
mkoderer | dosaboy: you don't know how long my todo list is :P | 14:01 |
*** jasondotstar has quit IRC | 14:11 | |
openstackgerrit | jeff proposed a change to openstack/tempest: Test for server create with IPv6 address only https://review.openstack.org/48454 | 14:12 |
*** giulivo has joined #openstack-qa | 14:12 | |
mtreinish | jog0: yeah I saw that yesterday I pushed out a simple patch to test it | 14:12 |
mtreinish | jog0: although you pushed a better version later | 14:13 |
*** matsuhashi has quit IRC | 14:13 | |
*** jasondotstar has joined #openstack-qa | 14:18 | |
*** prekarat1 has joined #openstack-qa | 14:25 | |
*** prekarat has quit IRC | 14:26 | |
*** sthaha has quit IRC | 14:38 | |
*** jlibosva has quit IRC | 14:39 | |
*** anteaya has joined #openstack-qa | 14:39 | |
jog0 | for 48372 | 14:52 |
jog0 | I do want to move them into a config dir | 14:52 |
jog0 | but figured make that a seperate patch | 14:53 |
jog0 | this one gets 'tox -epep8' and 'tox -epy27' working | 14:53 |
openstackgerrit | A change was merged to openstack/tempest: Handling network resources in tenant isolation https://review.openstack.org/45578 | 14:54 |
openstackgerrit | A change was merged to openstack-dev/devstack: xenapi: Get rid of prompt settings https://review.openstack.org/48078 | 14:55 |
mtreinish | jog0: ok that's fine with me | 14:56 |
jog0 | mtreinish: oh and I don't think we should do two +2s yet | 14:57 |
jog0 | but for this patch want to get mordred blessing fist | 14:57 |
jog0 | first | 14:57 |
*** atiwari has joined #openstack-qa | 14:57 | |
*** thomasbiege has joined #openstack-qa | 14:58 | |
mtreinish | jog0: ok, yeah I was going to ask what we were going to do for reviews | 14:59 |
mtreinish | that's why on the the new bug for queries I stuck with a single +2 because I didn't want to push it through without checking that's what we were going to do | 15:00 |
jog0 | mtreinish: yeah, also for now this is the core group https://review.openstack.org/#/admin/groups/218,members | 15:00 |
jog0 | open to other suggestions on how to do it too | 15:00 |
mtreinish | jog0: that's fine with me, those are probably the people most likely to contribute to it | 15:02 |
mtreinish | at least at first | 15:02 |
jog0 | yeah | 15:03 |
*** zhikunliu has joined #openstack-qa | 15:03 | |
*** jlibosva has joined #openstack-qa | 15:04 | |
*** thomasbiege has quit IRC | 15:04 | |
*** zhikunliu has quit IRC | 15:07 | |
*** prekarat1 has quit IRC | 15:08 | |
*** prekarat has joined #openstack-qa | 15:08 | |
*** dkranz has joined #openstack-qa | 15:12 | |
*** prekarat has quit IRC | 15:15 | |
openstackgerrit | Joe Gordon proposed a change to openstack-infra/elastic-recheck: Update future work section in README https://review.openstack.org/48472 | 15:17 |
openstackgerrit | A change was merged to openstack-dev/devstack: Allow keystone to run from apache https://review.openstack.org/46866 | 15:24 |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/devstack-gate: Add ability to do smart backwards compat testing https://review.openstack.org/41945 | 15:34 |
openstackgerrit | Matthew Treinish proposed a change to openstack-infra/elastic-recheck: Break out es.search into common method https://review.openstack.org/48477 | 15:39 |
openstackgerrit | Matthew Treinish proposed a change to openstack-dev/devstack: Enable tenant isolation to tempest for neutron https://review.openstack.org/46314 | 15:39 |
*** fbo is now known as fbo_away | 15:40 | |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/devstack-gate: Add ability to do smart backwards compat testing https://review.openstack.org/41945 | 15:43 |
*** dkranz has quit IRC | 15:44 | |
*** SergeyLukjanov has quit IRC | 15:45 | |
*** SergeyLukjanov has joined #openstack-qa | 15:46 | |
*** fbo_away is now known as fbo | 15:47 | |
*** SergeyLukjanov has quit IRC | 15:56 | |
*** dkranz has joined #openstack-qa | 15:57 | |
*** thomasbiege has joined #openstack-qa | 16:07 | |
*** afazekas has quit IRC | 16:14 | |
*** yassine has quit IRC | 16:25 | |
*** jasondotstar has quit IRC | 16:29 | |
*** __afazekas is now known as afazekas | 16:41 | |
*** bdperkin has quit IRC | 16:42 | |
*** bdperkin has joined #openstack-qa | 16:42 | |
*** zigo_ has quit IRC | 16:42 | |
*** zigo has joined #openstack-qa | 16:42 | |
*** prekarat has joined #openstack-qa | 16:47 | |
*** SergeyLukjanov has joined #openstack-qa | 16:49 | |
*** thomasbiege has quit IRC | 16:50 | |
*** prekarat has joined #openstack-qa | 16:50 | |
sdague | meeting time in a couple minutes | 16:58 |
afazekas | ok | 16:58 |
*** mlavalle has joined #openstack-qa | 17:00 | |
afazekas | sdague: do you who and how gets a 'promotional code' to the summit ? | 17:01 |
sdague | afazekas: ATCs should all get one | 17:02 |
sdague | the email would come from stefano | 17:02 |
*** hootjr has quit IRC | 17:05 | |
afazekas | sdague: thx | 17:09 |
*** prekarat has quit IRC | 17:10 | |
*** prekarat has joined #openstack-qa | 17:12 | |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/devstack-gate: Add ability to do smart backwards compat testing https://review.openstack.org/41945 | 17:28 |
*** jasondotstar has joined #openstack-qa | 17:31 | |
*** mlavalle has quit IRC | 17:33 | |
openstackgerrit | DennyZhang proposed a change to openstack/tempest: tempest/config.py parse sections of object-storage and dashboard incorrectly https://review.openstack.org/48502 | 17:35 |
*** krtaylor has quit IRC | 17:55 | |
openstackgerrit | A change was merged to openstack-dev/devstack: fix tee errors https://review.openstack.org/48279 | 18:04 |
*** mriedem has quit IRC | 18:06 | |
*** mriedem has joined #openstack-qa | 18:06 | |
dkranz | sdague: I created https://blueprints.launchpad.net/tempest/+spec/fail-gate-on-log-errors | 18:08 |
dkranz | sdague: For some strange reason, when I add work items, they disappear after I save them. Have you seen this issue? | 18:08 |
sdague | cool | 18:10 |
*** jhenner has quit IRC | 18:12 | |
*** salv-orlando has quit IRC | 18:12 | |
dkranz | sdague: ^^^ about the work item issue? | 18:13 |
sdague | dkranz: I see 3 of them there | 18:14 |
sdague | launchpad has definitely been acting up recently | 18:14 |
*** afazekas is now known as afazekas_zz | 18:14 | |
dkranz | sdague: Huh. Maybe it is a refresh bug in the browser. I see them when I reload the page. | 18:15 |
jog0 | sdague: whats the tempest policy on disabling flakey tests https://review.openstack.org/#/c/48412/ | 18:15 |
*** madan has joined #openstack-qa | 18:16 | |
sdague | jog0: if things are super problematic, we can skip with a bug like that | 18:16 |
jog0 | sdague: why not make projects acually fix there bugs? | 18:17 |
sdague | because they don't always | 18:17 |
jog0 | sdague: I am concerend that if we skip them they won't get fixed | 18:17 |
sdague | I'm with you... so it's a judgement call | 18:18 |
jog0 | I vote don't disable | 18:18 |
sdague | ok | 18:18 |
openstackgerrit | Monty Taylor proposed a change to openstack/tempest: Update tempest to latest tox and requirements https://review.openstack.org/45303 | 18:18 |
mordred | I am stumped on the above | 18:19 |
jog0 | IMHO disable when bug is tracked for a release and or marked as high or critical | 18:19 |
sdague | jog0: it's probably worth a summit session to get some of this policy down, we have a bunch of it now, but it's more lore than policy | 18:23 |
jog0 | sdague: ++ | 18:25 |
dkranz | jog0: The problem is when project A has a bug that is not considered high priority but which causes project B's jobs to rail a log. | 18:25 |
jog0 | sounds like one you should lead | 18:25 |
jog0 | dkranz: we are all in this together | 18:25 |
jog0 | integrated if you will | 18:25 |
*** torandu has joined #openstack-qa | 18:25 | |
dkranz | jog0: Even though tempest has the keys to the gate, I am not sure that give us the authority to make these kinds of decisions | 18:26 |
sdague | jog0 I'm with you.... there are holdouts in that thinking though | 18:26 |
*** madan has quit IRC | 18:26 | |
dkranz | jog0: I'm with you too. | 18:26 |
mtreinish | mordred: is that still the build_sphinx issue? | 18:26 |
mordred | mtreinish: yeah. dhellman is looking at it | 18:26 |
dkranz | jog0: THis has to be resolved at the community level | 18:26 |
sdague | jog0: largely it's a balancing act on how many pitch forks are coming at us | 18:26 |
jog0 | dkranz: either way we are making a decision | 18:26 |
mordred | mtreinish: I'm SO BAFFLED | 18:26 |
jog0 | sdague dkranz: yeah, which is why its good summit session | 18:26 |
dkranz | jog0: Yes, but I am not sure what policy would help | 18:27 |
*** jasondotstar has quit IRC | 18:27 | |
dkranz | jog0: There is no mechanism for system-wide prioritization | 18:27 |
mordred | I think they have to all be judged case by case | 18:27 |
*** jhenner has joined #openstack-qa | 18:27 | |
mordred | but - I do think that having a discussion about what our views are that can help judging each of them would be very helpful | 18:27 |
dkranz | mordred: That's what I was saying | 18:27 |
mordred | dkranz: ++ | 18:27 |
mtreinish | mordred: yeah I spent an hour or 2 looking at a couple weeks ago and I couldn't figure it out either. I had no clue why it wasn't working. | 18:27 |
dkranz | mordred: Yes, of course | 18:28 |
mordred | mtreinish: my favorite part about it was that it, you know, fails trying to run build_sphinx WHILE RUNNING build_sphinx | 18:28 |
jog0 | ++ to a wider discussion. I would rather have a flaky gate that forces people to fix bugs then release flaky code | 18:30 |
openstackgerrit | atarcool proposed a change to openstack/tempest: port test_absolute_limits into v3 part1 https://review.openstack.org/48509 | 18:31 |
openstackgerrit | atarcool proposed a change to openstack/tempest: port test_images and test_server_actions into v3 part1 https://review.openstack.org/39621 | 18:31 |
openstackgerrit | atarcool proposed a change to openstack/tempest: port test_images and test_server_actions into v3 part2 https://review.openstack.org/39609 | 18:31 |
jog0 | flakey code is what makes users go made (speaking from me going mad at flaky code) | 18:31 |
*** giulivo has quit IRC | 18:31 | |
*** krtaylor has joined #openstack-qa | 18:37 | |
mtreinish | mordred: heh, yeah that is great | 18:37 |
sdague | jog0: yeh, so I think it's a carrot and stick thing | 18:37 |
*** mlavalle has joined #openstack-qa | 18:37 | |
sdague | which have to both be less willing to skip things, but also provide better tools in tracking down issues | 18:38 |
sdague | anyway, good summit session | 18:38 |
jog0 | sdague: yup and yup. And exactly why we have elastic-recheck. Oh and I Forgot to mention you in that email but i stole the original code from you | 18:39 |
*** jhenner has quit IRC | 18:40 | |
dims | jog0, sdague - talking about flakiness, staring at this devstack-gate with neutron issue - https://bugs.launchpad.net/nova/+bug/1229475 and can't figure out... | 18:42 |
sdague | jog0: stealing is good :) | 18:42 |
jog0 | dims: yeah that one is a strange | 18:43 |
jog0 | why do you think its realated to 1211915 | 18:44 |
jog0 | because both neutronclient? | 18:44 |
dims | y, i have a feeling that the retry loop in neutronclient keeps retrying when it hits this and sometimes not not manage to talk to neutron | 18:45 |
jog0 | dims: sounds reasonable to me | 18:45 |
dims | and both issues started happening around the same time | 18:46 |
jog0 | so not sure if thats true ealsticsearch is bad for that | 18:46 |
jog0 | we store 2 weeks of logs | 18:46 |
dims | ah ok | 18:46 |
jog0 | but I tend to agree | 18:46 |
dims | at least that's what's in my head now staring at logstash for a few hours | 18:47 |
jog0 | dims: logstash is pretty awesome right! | 18:47 |
jog0 | you have clarkb to thank for that | 18:47 |
jog0 | dims: good luck tracing this one down, lunch time for me | 18:48 |
dims | jog0, yep!! | 18:48 |
*** thomasbiege1 has joined #openstack-qa | 18:56 | |
*** thomasbiege1 has quit IRC | 19:00 | |
*** krtaylor has quit IRC | 19:01 | |
*** rockyg has quit IRC | 19:03 | |
*** prekarat has quit IRC | 19:10 | |
openstackgerrit | DennyZhang proposed a change to openstack/tempest: isolated_creds.py:_get_tenant_by_name doesn't return correctly, if tempest_client is unset https://review.openstack.org/48516 | 19:18 |
*** mkollaro has quit IRC | 19:21 | |
sdague | mtreinish: https://review.openstack.org/#/c/48516/1 - got a sec for that | 19:28 |
dkranz | sdague: What is the process if a bug that is Fix Released starts still happens? | 19:32 |
mtreinish | sdague: ok reviewd.I actually think that just adding a break would be better | 19:32 |
mtreinish | dkranz: reopen it | 19:32 |
sdague | yeh, move it back to one of the open states | 19:32 |
dkranz | sdague: Will do | 19:33 |
openstackgerrit | DennyZhang proposed a change to openstack/tempest: avoid variable shadow in _create_creds function https://review.openstack.org/48518 | 19:37 |
*** jhenner has joined #openstack-qa | 19:41 | |
openstackgerrit | DennyZhang proposed a change to openstack/tempest: isolated_creds.py:_get_tenant_by_name doesn't return correctly, if tempest_client is unset https://review.openstack.org/48516 | 19:43 |
*** jlibosva has quit IRC | 19:49 | |
openstackgerrit | Kyle Mestery proposed a change to openstack-dev/devstack: Correctly set the L3 service plugin for ML2 https://review.openstack.org/48522 | 19:51 |
openstackgerrit | Kyle Mestery proposed a change to openstack-dev/devstack: Default to the ML2 plugin in Neutron instead of OVS https://review.openstack.org/47837 | 19:51 |
openstackgerrit | DennyZhang proposed a change to openstack/tempest: _create_creds function shouldn't call rand_name twice https://review.openstack.org/48518 | 19:53 |
openstackgerrit | Kyle Mestery proposed a change to openstack-dev/devstack: Correctly set the L3 service plugin for ML2 https://review.openstack.org/48522 | 19:55 |
openstackgerrit | Kyle Mestery proposed a change to openstack-dev/devstack: Default to the ML2 plugin in Neutron instead of OVS https://review.openstack.org/47837 | 19:55 |
*** malini is now known as malini_afk | 20:04 | |
openstackgerrit | DennyZhang proposed a change to openstack/tempest: isolated_creds.py:_get_tenant_by_name doesn't return correctly, if tempest_client is unset https://review.openstack.org/48516 | 20:04 |
*** ekarlso has joined #openstack-qa | 20:13 | |
*** thomasbiege1 has joined #openstack-qa | 20:16 | |
*** rockyg has joined #openstack-qa | 20:28 | |
*** fbo is now known as fbo_away | 20:32 | |
jog0 | anyone looking fr a bug to debug: https://bugs.launchpad.net/tempest/+bug/1230407 | 20:34 |
jog0 | 100 hits in last 2 days | 20:34 |
*** thomasbiege1 has quit IRC | 20:39 | |
*** krtaylor has joined #openstack-qa | 20:50 | |
mtreinish | jog0: wow I assumed that: https://bugs.launchpad.net/tempest/+bug/1226337 was the top offender | 21:04 |
jog0 | mtreinish: we ahve many top offenders :) | 21:06 |
*** dkranz has quit IRC | 21:24 | |
*** adalbas has quit IRC | 21:25 | |
*** mriedem has quit IRC | 21:35 | |
*** mlavalle has quit IRC | 21:36 | |
*** adalbas has joined #openstack-qa | 21:41 | |
*** rhsu has joined #openstack-qa | 21:53 | |
*** jhenner has quit IRC | 22:04 | |
openstackgerrit | DennyZhang proposed a change to openstack/tempest: tempest/config.py parse some sectionsincorrectly https://review.openstack.org/48502 | 22:20 |
*** SergeyLukjanov has quit IRC | 22:38 | |
*** rhsu has quit IRC | 22:47 | |
*** rockyg has quit IRC | 22:48 | |
openstackgerrit | DennyZhang proposed a change to openstack/tempest: tempest/config.py parse some sections incorrectly https://review.openstack.org/48502 | 22:52 |
*** atiwari has quit IRC | 22:57 | |
*** rockyg has joined #openstack-qa | 22:59 | |
jamielennox | dtroyer: let me know if you're here, want to discuss: https://review.openstack.org/#/c/47076/ and grenade | 23:10 |
*** mriedem has joined #openstack-qa | 23:23 | |
openstackgerrit | Salvatore Orlando proposed a change to openstack/tempest: Enable tenant connectivity check over unreachable nets https://review.openstack.org/46900 | 23:28 |
openstackgerrit | Salvatore Orlando proposed a change to openstack/tempest: Register debug options when TempestConfig is initialized https://review.openstack.org/48540 | 23:38 |
*** dims has quit IRC | 23:53 | |
openstackgerrit | Davanum Srinivas (dims) proposed a change to openstack/tempest: Ensure server is in ACTIVE state https://review.openstack.org/47494 | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!