*** malini has quit IRC | 00:00 | |
*** ajmiller has quit IRC | 00:02 | |
openstackgerrit | Brant Knudson proposed openstack-dev/devstack: TEST: use fernet https://review.openstack.org/195780 | 00:02 |
---|---|---|
*** tosky___ has quit IRC | 00:04 | |
*** hichihara has joined #openstack-qa | 00:09 | |
openstackrecheck | Console logs not available after 13:24s for gate-grenade-dsvm-neutron 219518,2,c40e2eb | 00:11 |
openstackgerrit | Matt Riedemann proposed openstack/tempest: Remove skip on test_stamp_pattern https://review.openstack.org/218355 | 00:13 |
openstackgerrit | Matt Riedemann proposed openstack/tempest: test_stamp_pattern: cleanup class scope variable usage https://review.openstack.org/219382 | 00:13 |
*** hemna is now known as hemnafk | 00:17 | |
*** bknudson has quit IRC | 00:18 | |
armax | mtreinish: I am confused | 00:20 |
armax | mtreinish: if I look at how set_network_resources is used elswhere in the code | 00:21 |
armax | mtreinish: it’s done the way the patch shows | 00:21 |
armax | mtreinish: if I try they way you suggest, tempest spits up in my face | 00:21 |
armax | so I must be missing something | 00:21 |
* armax tries a couple of things | 00:22 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 219322,1,7353343 | 00:24 |
armax | bah, I must be doing it wrong | 00:28 |
mtreinish | armax: no, set_network_resources() was correct | 00:28 |
mtreinish | that goes before the super | 00:28 |
mtreinish | but all that does is set a class attr | 00:28 |
mtreinish | when the super() is run that executes the isolated creds stuff which creates the networks | 00:29 |
mtreinish | the get_tenant_network() call won't work until the isolated creds stuff is run | 00:29 |
armax | very weird, Jenkins passed without blinking | 00:29 |
mtreinish | hmm, maybe I'm wrong then :) | 00:29 |
armax | http://logs.openstack.org/45/195345/6/check/gate-tempest-dsvm-neutron-full/7b5c1ab/logs/testr_results.html.gz | 00:30 |
armax | https://review.openstack.org/#/c/195345/6..7/tempest/api/compute/test_tenant_networks.py | 00:30 |
openstackgerrit | Merged openstack/tempest: Remove Nova v3 version API schema https://review.openstack.org/219958 | 00:31 |
asselin | Hi, my ci is starting to hit these devstack errors: ERROR: You must provide a tenant ID through --os-tenant-id or env[OS_TENANT_ http://15.126.198.151/64/219864/4/check/3par-iscsi-driver-master-client-pip-eos10-dsvm/3e0dd8d/logs/devstacklog.txt.gz#_2015-09-04_00_13_19_090 | 00:32 |
asselin | anyone have ideas? | 00:32 |
armax | let me swap | 00:32 |
asselin | is this the cause? https://review.openstack.org/#/c/186684/ | 00:33 |
armax | mtreinish: I suspect you may be onto something | 00:34 |
openstackgerrit | Merged openstack/tempest: Add test for Nova list-versions API https://review.openstack.org/219873 | 00:34 |
mtreinish | armax: so the get_tenant_network() call isn't working: http://logs.openstack.org/45/195345/6/check/gate-tempest-dsvm-neutron-full/7b5c1ab/logs/tempest.txt.gz#_2015-09-03_23_12_10_752 | 00:34 |
armax | there are way too many jumps into this codebase for my brain | 00:34 |
mtreinish | you need to look at all the common.fixed_network log messages there really | 00:34 |
mtreinish | although I'm not sure how the test passed | 00:34 |
mtreinish | because it's returing an empty dict | 00:34 |
armax | so maybe set_network is not really a viable solution | 00:35 |
armax | mtreinish: it’s basically falling back on the private network | 00:36 |
mtreinish | armax: yeah we had to do that as a safety net for backwards compat | 00:37 |
armax | mtreinish: I told you we needed a dozen of patchsets to do this right | 00:37 |
mtreinish | armax: actually I think that was the wrong log snippet | 00:37 |
mtreinish | there are too many NetworkTestJSON names | 00:37 |
armax | what if we create a network without using this set_network_resource thing? | 00:37 |
armax | sounds a lot more straightforward ot me | 00:37 |
mtreinish | armax: ok there is the network creattion: http://logs.openstack.org/45/195345/6/check/gate-tempest-dsvm-neutron-full/7b5c1ab/logs/tempest.txt.gz#_2015-09-03_23_18_50_857 | 00:38 |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-neutron-full 211065,7,395f6cd | 00:38 |
mtreinish | armax: so it's properly making the network | 00:38 |
armax | mtreinish: so it is? | 00:38 |
armax | mtreinish: not sure where this leaves us then | 00:39 |
mtreinish | it's making the network, I didn't really doubt that | 00:39 |
mtreinish | it's more that you're assigning the right network to self.network | 00:39 |
mtreinish | that I was worried about | 00:39 |
armax | mtreinish: ok | 00:39 |
* armax looks something | 00:40 | |
openstackgerrit | Boris Pavlovic proposed openstack-infra/devstack-gate: Revert "Add Rally to projects list" https://review.openstack.org/220366 | 00:41 |
armax | what other network might taht be? | 00:41 |
mtreinish | armax: http://logs.openstack.org/45/195345/6/check/gate-tempest-dsvm-neutron-full/7b5c1ab/logs/tempest.txt.gz#_2015-09-03_23_11_38_058 is your get_tenant_network() call | 00:41 |
*** mylu has joined #openstack-qa | 00:41 | |
mtreinish | which is before the create network call | 00:41 |
armax | so what I simply swap? | 00:42 |
openstackgerrit | Armando Migliaccio proposed openstack/tempest: Ensure test_list_show_tenant_networks is isolated https://review.openstack.org/195345 | 00:42 |
armax | like this? ^^ | 00:42 |
armax | would that get the right network? | 00:43 |
mtreinish | armax: wait something isn't right | 00:43 |
mtreinish | armax: I think that might work | 00:43 |
*** amotoki has joined #openstack-qa | 00:43 | |
armax | it does work, locally | 00:43 |
mtreinish | figured out why I was confused | 00:44 |
mtreinish | there are 3 NetworkTestJSONs in tempest: http://paste.openstack.org/show/444860/ | 00:44 |
armax | oh boy | 00:45 |
mtreinish | that probably should be fixed :) | 00:45 |
*** jasonsb has quit IRC | 00:45 | |
armax | mtreinish: prolly | 00:45 |
armax | :) | 00:45 |
armax | but logging full class names should make that irreleveant | 00:45 |
mtreinish | armax: when we're logging in a class from common or tempest lib we just log the class name | 00:46 |
armax | mtreinish: ok fair enough | 00:47 |
mtreinish | armax: it uses: http://git.openstack.org/cgit/openstack/tempest-lib/tree/tempest_lib/common/utils/misc.py#n35 | 00:47 |
mtreinish | to get the name | 00:47 |
armax | mtreinish: good to know | 00:47 |
armax | mtreinish: thanks for the pointer | 00:47 |
*** mylu has quit IRC | 00:47 | |
armax | that method mind boggling… | 00:48 |
armax | is | 00:48 |
*** mylu has joined #openstack-qa | 00:48 | |
mtreinish | armax: heh, at least it's not recursive which is likely how I would have tried to write it :) | 00:49 |
*** mlavalle has quit IRC | 00:49 | |
armax | so let me ask you this | 00:50 |
*** hoangcx has joined #openstack-qa | 00:50 | |
armax | mtreinish: is setup_credentials called before resource_setup? | 00:50 |
mtreinish | yes | 00:50 |
armax | then we should be ok if we did this | 00:50 |
openstackgerrit | Armando Migliaccio proposed openstack/tempest: Ensure test_list_show_tenant_networks is isolated https://review.openstack.org/195345 | 00:50 |
armax | ^^ | 00:50 |
mtreinish | https://github.com/openstack/tempest/blob/master/tempest/test.py#L248 | 00:50 |
armax | https://review.openstack.org/#/c/195345/8..9/tempest/api/compute/test_tenant_networks.py | 00:50 |
*** mylu has quit IRC | 00:51 | |
armax | works on my box! | 00:51 |
armax | :) | 00:51 |
mtreinish | it goes skip_checks() -> setup_credentials() -> setup_clients() -> resource_setup() | 00:51 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-pep8 219537,1,83caf32 | 00:51 |
armax | I am gonna have to get that tattoed on my check | 00:51 |
armax | chest | 00:51 |
armax | no, my arm, better | 00:51 |
mtreinish | armax: heh, that's what I was trying to suggest in my original review :) | 00:51 |
armax | but you suggested to move the call to super setup_credentails | 00:52 |
armax | in the resource_setup method | 00:52 |
armax | that’s nasty | 00:52 |
armax | and it didn’t work | 00:52 |
mtreinish | armax: heh, I'll buy you a kobe steak in tokyo if you got that tatoo | 00:52 |
armax | unless I got you wrong | 00:52 |
armax | mtreinish: :) | 00:52 |
mtreinish | armax: oh, sorry I was unclear, I meant put that in a separate resource_setup() method | 00:52 |
armax | mtreinish: ok got it | 00:52 |
mtreinish | I completely missed it was already there | 00:52 |
armax | the resource_setup is already there | 00:52 |
mtreinish | which is why I put the whole thing | 00:52 |
armax | have a look at the latest patchset | 00:53 |
mtreinish | yeah that looks right | 00:53 |
armax | phew | 00:53 |
armax | and yes, I am probably gonna do that tatoos that fade away after a while... | 00:53 |
armax | ;) | 00:53 |
armax | would that still count to get that steak? | 00:53 |
mtreinish | armax: sure | 00:54 |
armax | ok! | 00:54 |
* armax goes and buys henna ink | 00:54 | |
*** BharatK has joined #openstack-qa | 00:55 | |
mtreinish | armax: fwiw, I'm gonna try to write some dev docs on how all this stuff works | 00:56 |
mtreinish | because it's actually supposed to be much simpler now that we unified it all | 00:56 |
armax | I am sure you have docstrings, I simply missed those and was too lazy to dig around | 00:56 |
mtreinish | before it was ad-hoc and different between each test class | 00:56 |
mtreinish | armax: yeah there probably are, but that doesn't mean we api autodoc them | 00:57 |
mtreinish | it would have been helpful if I could have just pointed you to a link that explained how all of the bits worked | 00:57 |
armax | mtreinish: that would definitely save your time for sure | 00:57 |
armax | mtreinish: rather than say lgtm…you say rtfm | 00:58 |
armax | and everyone is happy | 00:58 |
mtreinish | I'll put it on the list for the code sprint in a couple weeks | 00:58 |
mtreinish | just in case I can't get to it beforehand | 00:58 |
armax | cool | 00:59 |
armax | and thanks a lot | 00:59 |
armax | i’ll do it right next time | 00:59 |
*** mtanino has quit IRC | 01:02 | |
*** armax has quit IRC | 01:04 | |
*** tpeoples has joined #openstack-qa | 01:04 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-ceph 214935,2,a911a7d | 01:04 |
*** armax has joined #openstack-qa | 01:05 | |
*** rossella_s has quit IRC | 01:05 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Make update_server use **kwargs https://review.openstack.org/217459 | 01:06 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Make create_server use **kwargs https://review.openstack.org/217468 | 01:06 |
*** rossella_s has joined #openstack-qa | 01:06 | |
mtreinish | oomichi: so as a follow up to the list versions test we probably want a test that does a GET on /v2 too | 01:07 |
mtreinish | oomichi: I started with: https://review.openstack.org/220218 | 01:07 |
mtreinish | but I think it might need auth | 01:07 |
mtreinish | also I have no idea how you generate the jsonschema | 01:07 |
mtreinish | want to tag team again? :) | 01:07 |
oomichi | mtreinish: oops, you genarate a work for me instead of jsonschema ;) | 01:10 |
oomichi | mtreinish: ok, I am checking :) | 01:10 |
mtreinish | oomichi: thanks, I appreciate it | 01:11 |
oomichi | mtreinish: there is a trade: https://review.openstack.org/#/c/218705/ | 01:13 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: De-duplicate test class names https://review.openstack.org/220369 | 01:16 |
mtreinish | gmann, masayukig: ^^^ if you want an easy +2 | 01:17 |
mtreinish | assuming I spelled everything correctly | 01:17 |
openstackrecheck | Console logs not available after 13:24s for gate-grenade-dsvm 206063,7,670f5e6 | 01:18 |
armax | where can we beg for another +2 on https://review.openstack.org/#/c/195345/? | 01:20 |
armax | :) | 01:20 |
armax | the gate would be grateful | 01:20 |
gmann | mtreinish: need to change name on super call etc | 01:21 |
*** pvaneck has quit IRC | 01:22 | |
*** Sukhdev_ has quit IRC | 01:22 | |
*** yamamoto has joined #openstack-qa | 01:23 | |
mtreinish | gmann: heh, I said an easy *+2* | 01:23 |
mtreinish | no one said -1 :) | 01:23 |
gmann | mtreinish: :) | 01:24 |
gmann | on next patch :) | 01:25 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: De-duplicate test class names https://review.openstack.org/220369 | 01:27 |
mtreinish | gmann: ^^^ think I fixed it this time | 01:27 |
*** armax has quit IRC | 01:27 | |
gmann | mtreinish: done. | 01:29 |
mtreinish | gmann: thanks | 01:29 |
mtreinish | oomichi: oh, v2 vs v2.0 that's kinda confusing | 01:29 |
oomichi | mtreinish: yeah, and I found another bug of nova. | 01:30 |
gmann | mtreinish: your comment on https://review.openstack.org/#/c/219589/1/tempest/cmd/init.py | 01:30 |
gmann | mtreinish: are you ok with deleting dir or i should change shutil.copytree to distutils.dir_util.copy_tree | 01:31 |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 197331,13,60f5a60 | 01:31 |
mtreinish | gmann: well I was thinking why do we even need to recopy anything? like if it exists why not catch and move | 01:31 |
mtreinish | or exit | 01:32 |
mtreinish | and say error working dir already exists | 01:32 |
mtreinish | like I don't think there is a safe path if things already exist | 01:32 |
gmann | mtreinish: but if user has changed their config files etc in their defined config dir and want to init again | 01:32 |
mtreinish | because if you've already got local customizations | 01:33 |
mtreinish | gmann: well if they're doing in from /etc/tempest I would expect them to create a new working dir | 01:33 |
mtreinish | because I think that's secondary to making changes in working_dir/etc/tempest.conf | 01:33 |
*** yamamoto has quit IRC | 01:34 | |
mtreinish | but, that's just my opinion on it | 01:34 |
mtreinish | gmann: because there is also other saved state like log files, testrepository, etc in a working dir | 01:35 |
gmann | mtreinish: humm, I was thinking if they add new account files etc which they missed in their defined config dir(other than /etc/tempest) | 01:35 |
mtreinish | gmann: I'm not sure I follow, the accounts files would definitely be a local working dir thing because it would have to be created per cloud | 01:36 |
mtreinish | the /etc/tempest stuff is only for things you want applied to all tempest envs on the system | 01:36 |
*** yamahata has quit IRC | 01:37 | |
mtreinish | gmann: but I think I'm missing what the use case you had in mind was | 01:38 |
gmann | mtreinish: i means if they have their defined config dir instead of using /etc/tempest and they want to init all their working dir again as they are changing common config things | 01:38 |
gmann | say previously they went for tenant isolation and later they want cred from accoutn file which is newly added by them in their defined config dir | 01:39 |
mtreinish | gmann: oh, ok. Yeah, I'm not sure that's something we want to do. I think saying when you run 'tempest init' it's a snapshot of the /etc/tempest state and if you change /etc/tempest in the future you'll have to make a new working dir to get those changes | 01:39 |
oomichi | mtreinish: I reported a bug about it: https://bugs.launchpad.net/nova/+bug/1492085 | 01:39 |
openstack | Launchpad bug 1492085 in OpenStack Compute (nova) "Cannot get API version detail of v2.1" [Undecided,New] | 01:39 |
mtreinish | or manually make them to existing working dirs | 01:39 |
mtreinish | oomichi: oh, yeah that doesn't look right | 01:41 |
gmann | mtreinish: ohhk, then thats should be fine and we can mention that in our doc also. | 01:41 |
mtreinish | gmann: because how do you handle updating a config file from /etc/tempest if it has local changes? | 01:41 |
mtreinish | gmann: that's my real concern we don't have a way to merge the 2 config files if there's a conflict | 01:42 |
mtreinish | it'll just be /etc/tempest overwriting things | 01:42 |
*** ranger81 has quit IRC | 01:42 | |
gmann | mtreinish: ahh, that nice point, i did not think that. | 01:42 |
mtreinish | that's why I was thinking detect if we're trying to do an init on an existing working dir and fail early with a good error message | 01:43 |
gmann | mtreinish: yea, agree | 01:43 |
gmann | mtreinish: because i just ran init again and got that error. I agree with you now, and later we will update doc to clarify this if anyone try to do so | 01:44 |
gmann | mtreinish: Thanks :) | 01:44 |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm-ceilometer 219552,1,1c40195 | 01:45 |
*** jasonsb has joined #openstack-qa | 01:45 | |
mtreinish | gmann: sure, np | 01:45 |
mtreinish | well I'm gonna call it a night, ttyl | 01:45 |
gmann | mtreinish: yea, GN | 01:46 |
gmann | oomichi: ahh nice catch, we did not catch that on nova test as we use no auth there :) | 01:47 |
oomichi | gmann: yeah, mtreinish's try is good for improving the quality. I much prefer this kind of work :) | 01:49 |
gmann | oomichi: mtreinish +1 | 01:49 |
*** ranger81 has joined #openstack-qa | 01:52 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 218932,2,3a3c77e | 01:58 |
*** dims has quit IRC | 02:01 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-docs 216386,1,9b16ce4 | 02:11 |
*** armax has joined #openstack-qa | 02:11 | |
*** yamahata has joined #openstack-qa | 02:14 | |
*** dims has joined #openstack-qa | 02:20 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-ceph 169604,42,8e80207 | 02:25 |
*** ranger81 has quit IRC | 02:27 | |
*** ranger81 has joined #openstack-qa | 02:28 | |
*** ranger81 has quit IRC | 02:32 | |
*** zz_dimtruck is now known as dimtruck | 02:33 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm 219555,1,3f04091 | 02:38 |
*** yamamoto has joined #openstack-qa | 02:38 | |
*** dims has quit IRC | 02:49 | |
*** armax has quit IRC | 02:51 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-neutron-dvr 219518,2,def864d | 02:52 |
*** ranger81 has joined #openstack-qa | 02:54 | |
*** BharatK has quit IRC | 03:00 | |
masayukig | mtreinish: done | 03:00 |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python27 212908,18,3bb70c2 | 03:05 |
*** openstackgerrit_ has joined #openstack-qa | 03:11 | |
*** yamahata has quit IRC | 03:16 | |
*** yamahata has joined #openstack-qa | 03:16 | |
*** dims_ has joined #openstack-qa | 03:17 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 219299,1,87124c7 | 03:18 |
*** woodster_ has quit IRC | 03:19 | |
*** tochi has quit IRC | 03:26 | |
*** dtroyer has quit IRC | 03:27 | |
*** comstud has quit IRC | 03:28 | |
*** adam_g has quit IRC | 03:28 | |
*** jroll has quit IRC | 03:28 | |
*** dimtruck has quit IRC | 03:28 | |
*** eglute has quit IRC | 03:28 | |
*** hockeynut has quit IRC | 03:28 | |
*** flwang1 has quit IRC | 03:28 | |
*** lbragstad has quit IRC | 03:28 | |
*** Nakato has quit IRC | 03:28 | |
*** Nakato has joined #openstack-qa | 03:30 | |
openstackrecheck | Console logs not available after 13:23s for gate-cinder-pep8 218741,3,13beaad | 03:32 |
*** adam_g has joined #openstack-qa | 03:32 | |
*** dtroyer has joined #openstack-qa | 03:32 | |
*** adam_g has quit IRC | 03:32 | |
*** adam_g has joined #openstack-qa | 03:32 | |
*** eglute has joined #openstack-qa | 03:33 | |
*** hockeynut has joined #openstack-qa | 03:33 | |
*** dimtruck has joined #openstack-qa | 03:33 | |
*** lbragstad has joined #openstack-qa | 03:33 | |
*** mriedem has quit IRC | 03:33 | |
*** comstud has joined #openstack-qa | 03:34 | |
*** jroll has joined #openstack-qa | 03:34 | |
*** flwang1 has joined #openstack-qa | 03:34 | |
*** ranger81 has quit IRC | 03:34 | |
*** ranger81 has joined #openstack-qa | 03:39 | |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Full response for missed IdentityV2Client methods https://review.openstack.org/216109 | 03:42 |
*** armax has joined #openstack-qa | 03:44 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 218676,2,038179f | 03:45 |
*** tochi has joined #openstack-qa | 03:49 | |
*** dimtruck is now known as zz_dimtruck | 03:53 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest-lib: Add HTTP30X checks for validate_response() https://review.openstack.org/220388 | 03:58 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-ceph 201019,6,652c7f2 | 03:59 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest-lib: Add HTTP30X checks for validate_response() https://review.openstack.org/220388 | 04:03 |
*** ranger81 has quit IRC | 04:05 | |
*** dims_ has quit IRC | 04:09 | |
*** ranger81 has joined #openstack-qa | 04:10 | |
*** dims has joined #openstack-qa | 04:10 | |
openstackrecheck | Console logs not available after 13:22s for gate-rally-dsvm-fakevirt-ceilometer 219149,6,e056918 | 04:12 |
*** openstackgerrit_ has quit IRC | 04:14 | |
*** dims has quit IRC | 04:17 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements https://review.openstack.org/217222 | 04:20 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add tests for getting nova api version details https://review.openstack.org/220218 | 04:22 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Cleanup API version schema https://review.openstack.org/220391 | 04:22 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add "get API version info" test for v2.1 https://review.openstack.org/220392 | 04:22 |
*** Poornima has joined #openstack-qa | 04:23 | |
*** sslypushenko has quit IRC | 04:25 | |
*** sslypushenko has joined #openstack-qa | 04:25 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-neutron 204247,4,9c6665e | 04:25 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest-lib: Add HTTP30X checks for validate_response() https://review.openstack.org/220388 | 04:28 |
openstackrecheck | Console logs not available after 13:28s for gate-grenade-dsvm-neutron 204956,11,bf57f6e | 04:39 |
*** pvaneck has joined #openstack-qa | 04:40 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest-lib: Add HTTP30X checks for validate_response() https://review.openstack.org/220388 | 04:41 |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-neutron-full 204247,4,ecc4745 | 04:52 |
*** hoangcx has quit IRC | 04:55 | |
*** SridharG has joined #openstack-qa | 04:57 | |
openstackrecheck | Console logs not available after 13:33s for gate-horizon-python27 193079,12,9ed10bd | 05:06 |
*** jasonsb has quit IRC | 05:10 | |
*** jasonsb has joined #openstack-qa | 05:10 | |
*** shausy has joined #openstack-qa | 05:17 | |
*** bkopilov has quit IRC | 05:19 | |
openstackrecheck | Console logs not available after 13:47s for gate-grenade-dsvm-neutron 204951,10,b869c22 | 05:20 |
*** oomichi has quit IRC | 05:21 | |
*** bkopilov has joined #openstack-qa | 05:30 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-pep8 212908,19,c3f1905 | 05:33 |
*** jamielennox is now known as jamielennox|away | 05:35 | |
*** hoangcx has joined #openstack-qa | 05:38 | |
*** shausy has quit IRC | 05:39 | |
*** BharatK has joined #openstack-qa | 05:40 | |
*** shausy has joined #openstack-qa | 05:40 | |
*** ranger81 has quit IRC | 05:46 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-neutron 219589,1,19a58e3 | 05:46 |
*** ranger81 has joined #openstack-qa | 05:48 | |
*** e0ne has joined #openstack-qa | 05:49 | |
*** neeti has joined #openstack-qa | 05:54 | |
*** e0ne has quit IRC | 05:54 | |
*** ajmiller has joined #openstack-qa | 05:55 | |
*** ajmiller has quit IRC | 05:55 | |
*** jamielennox|away is now known as jamielennox | 05:58 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 219590,2,673d30b | 06:00 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest-lib: Add HTTP30X checks for validate_response() https://review.openstack.org/220388 | 06:00 |
*** shausy has quit IRC | 06:00 | |
*** k4n0 has joined #openstack-qa | 06:06 | |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm 215865,4,070d4f0 | 06:13 |
mkoderer | gmann: ping | 06:17 |
*** mpaolino has joined #openstack-qa | 06:18 | |
gmann | mkoderer: hi | 06:18 |
mkoderer | gmann: hi | 06:18 |
mkoderer | gmann: one thing I had a look to the client unit tests | 06:18 |
mkoderer | IMHO we have too much code duplication there | 06:19 |
openstackgerrit | Takeaki Matsumoto proposed openstack/tempest: Add compute personality feature config https://review.openstack.org/220406 | 06:19 |
mkoderer | gmann: I tried to dedup it with https://review.openstack.org/#/c/220152/ | 06:19 |
mkoderer | if you think my patch makes sense I would dedup all the exiting ones and -1 the patches that are in review | 06:19 |
gmann | mkoderer: yea, there is lot dup code , i think your idea is nice. I will check that in detail | 06:24 |
gmann | mkoderer: Thanks. +2 for your plan for existing one you can -1 and we can merge your one soon. | 06:24 |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full 209144,4,4d8cd8e | 06:27 |
*** SridharG has quit IRC | 06:27 | |
*** shausy has joined #openstack-qa | 06:32 | |
openstackgerrit | Takeaki Matsumoto proposed openstack/tempest: Add compute personality feature config https://review.openstack.org/220406 | 06:33 |
mkoderer | gmann: ok cool, I will start to port all the existing ones.. | 06:33 |
gmann | mkoderer: Thanks | 06:34 |
*** pvaneck has quit IRC | 06:39 | |
mkoderer | gmann: if you have a sec for https://review.openstack.org/#/c/218676/ | 06:39 |
*** tpeoples has quit IRC | 06:39 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-neutron 219557,2,a634dde | 06:40 |
gmann | mkoderer: +A. that was nice catch | 06:45 |
*** SridharG has joined #openstack-qa | 06:47 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-full 209601,8,74015b0 | 06:53 |
*** safchain has joined #openstack-qa | 06:58 | |
*** ranger81 has quit IRC | 07:00 | |
*** neeti has quit IRC | 07:03 | |
*** ranger81 has joined #openstack-qa | 07:03 | |
*** jlanoux has joined #openstack-qa | 07:06 | |
openstackrecheck | Console logs not available after 13:24s for gate-grenade-dsvm-neutron 219518,2,0cc4b83 | 07:07 |
*** Poornima has quit IRC | 07:07 | |
*** jamielennox is now known as jamielennox|away | 07:08 | |
*** svilgelm has joined #openstack-qa | 07:09 | |
*** grafuls has joined #openstack-qa | 07:10 | |
*** neeti has joined #openstack-qa | 07:12 | |
*** neeti has quit IRC | 07:19 | |
*** Poornima has joined #openstack-qa | 07:20 | |
*** neeti has joined #openstack-qa | 07:20 | |
openstackrecheck | Console logs not available after 13:27s for gate-grenade-dsvm-neutron 217222,9,b347b3c | 07:20 |
*** shardy has joined #openstack-qa | 07:26 | |
*** oomichi has joined #openstack-qa | 07:26 | |
*** oomichi has quit IRC | 07:26 | |
*** anshul has joined #openstack-qa | 07:32 | |
*** jamielennox|away is now known as jamielennox | 07:32 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm-neutron 204247,4,282df16 | 07:34 |
*** anshul has quit IRC | 07:34 | |
*** anshul has joined #openstack-qa | 07:34 | |
*** apevec has joined #openstack-qa | 07:37 | |
*** armax has quit IRC | 07:44 | |
openstackrecheck | Console logs not available after 13:25s for gate-grenade-dsvm-neutron 219349,3,4714493 | 07:47 |
*** hoangcx has quit IRC | 07:47 | |
*** shardy_ has joined #openstack-qa | 07:53 | |
*** hichihara has quit IRC | 07:53 | |
*** luqas has quit IRC | 07:53 | |
*** afazekas__ has joined #openstack-qa | 07:53 | |
*** shardy has quit IRC | 07:53 | |
*** e0ne has joined #openstack-qa | 07:55 | |
*** shardy_ has quit IRC | 07:58 | |
*** dtantsur|afk is now known as dtantsur | 07:58 | |
*** shardy has joined #openstack-qa | 07:59 | |
openstackgerrit | Merged openstack-dev/devstack: Invoke Heat via console script generated binaries https://review.openstack.org/192337 | 07:59 |
*** ranger81 has quit IRC | 08:00 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-neutron-full 218144,4,5dbdd5c | 08:00 |
*** ranger81 has joined #openstack-qa | 08:02 | |
openstackgerrit | Merged openstack-dev/devstack: Fix upload_image error in stackrc https://review.openstack.org/220203 | 08:03 |
*** neeti has quit IRC | 08:03 | |
openstackgerrit | Merged openstack/tempest: Cleanup tempest docs a bit https://review.openstack.org/216386 | 08:03 |
gmann | mkoderer: hi | 08:05 |
mkoderer | gmann: yep | 08:05 |
gmann | mkoderer: on https://review.openstack.org/#/c/220152/1 | 08:05 |
*** neeti has joined #openstack-qa | 08:05 | |
gmann | mkoderer: can we take arg for function also in base function so that only check_service_client_function can be used everywhere | 08:06 |
gmann | mkoderer: in this too - https://review.openstack.org/#/c/220152/1/tempest/tests/services/compute/test_services_client.py | 08:06 |
gmann | other than list tests also | 08:06 |
mkoderer | gmann: yep, I was thinking about this since it's widely used | 08:07 |
mkoderer | and I renamed BaseComputeServiceTest to BaseComputeServiceTest ;) | 08:07 |
mkoderer | gmann: I will add the parameters and push a new patch | 08:08 |
gmann | mkoderer: ok, cool. Thanks | 08:08 |
openstackgerrit | Ievgeniia Zadorozhna proposed openstack/tempest: Added test_list_tenants non-admin test for v2, v3 api/identity https://review.openstack.org/192709 | 08:11 |
openstackgerrit | Ievgeniia Zadorozhna proposed openstack/tempest: Added Identity API tests for user ec2 credentials https://review.openstack.org/194584 | 08:12 |
openstackgerrit | Ievgeniia Zadorozhna proposed openstack/tempest: Added test_user_update_own_password tests for Identity v2, v3 https://review.openstack.org/197600 | 08:12 |
openstackrecheck | Console logs not available after 13:22s for gate-swift-python27 219617,2,b1cca00 | 08:14 |
*** sayali has joined #openstack-qa | 08:16 | |
*** jhyang_ has joined #openstack-qa | 08:17 | |
*** lexholden has joined #openstack-qa | 08:27 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full 219590,3,3ec925f | 08:27 |
*** boris-42 has quit IRC | 08:30 | |
*** cdent has joined #openstack-qa | 08:31 | |
openstackgerrit | Merged openstack-dev/devstack: Use sudo iniset to modify /etc files https://review.openstack.org/204247 | 08:38 |
openstackrecheck | Console logs not available after 13:22s for gate-nova-pep8 217679,4,d0cb7ea | 08:41 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest-lib: Add HTTP30X checks for validate_response() https://review.openstack.org/220388 | 08:47 |
*** luqas has joined #openstack-qa | 08:51 | |
openstackrecheck | Console logs not available after 13:22s for gate-cinder-python27 218750,7,d5605a0 | 08:54 |
*** luqas has quit IRC | 08:55 | |
*** luqas has joined #openstack-qa | 08:58 | |
*** vgridnev has joined #openstack-qa | 09:00 | |
*** coolsvap_ has joined #openstack-qa | 09:01 | |
*** luqas has quit IRC | 09:02 | |
*** Poornima has quit IRC | 09:03 | |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python26 219615,2,5f17ba7 | 09:07 |
*** Poornima has joined #openstack-qa | 09:08 | |
*** yamahata has quit IRC | 09:09 | |
*** ranger81 has quit IRC | 09:10 | |
openstackgerrit | Merged openstack/tempest: Add mac info to test_list_virtual_interfaces https://review.openstack.org/218705 | 09:11 |
openstackgerrit | Merged openstack/tempest: Switch remaining json import to oslo_serialization https://review.openstack.org/219518 | 09:11 |
openstackgerrit | Merged openstack/tempest: Fix response of database Limits & Versions client https://review.openstack.org/218124 | 09:12 |
*** ranger81 has joined #openstack-qa | 09:13 | |
*** oomichi has joined #openstack-qa | 09:16 | |
*** amotoki has quit IRC | 09:17 | |
*** neeti has quit IRC | 09:17 | |
*** ranger81_ has joined #openstack-qa | 09:18 | |
*** ranger81 has quit IRC | 09:18 | |
*** neeti has joined #openstack-qa | 09:18 | |
openstackrecheck | Console logs not available after 13:29s for gate-grenade-dsvm 151623,34,9d4386c | 09:21 |
*** tosky has joined #openstack-qa | 09:24 | |
openstackgerrit | Merged openstack/tempest: De-duplicate test class names https://review.openstack.org/220369 | 09:31 |
openstackgerrit | Merged openstack-infra/devstack-gate: Revert "Add Rally to projects list" https://review.openstack.org/220366 | 09:32 |
openstackrecheck | Console logs not available after 13:28s for gate-grenade-dsvm-neutron 219589,1,426a427 | 09:34 |
openstackgerrit | Merged openstack/tempest: Return correct domains in cleanup service https://review.openstack.org/218676 | 09:45 |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Add unit tests for security_group_rules_client https://review.openstack.org/219988 | 09:46 |
*** dtantsur is now known as dtantsur|brb | 09:47 | |
openstackrecheck | Console logs not available after 13:30s for gate-rally-dsvm-fakevirt-ceilometer 219149,7,1278389 | 09:48 |
*** neeti has quit IRC | 09:49 | |
*** sayali has quit IRC | 09:53 | |
*** sayali has joined #openstack-qa | 09:54 | |
*** neeti has joined #openstack-qa | 09:54 | |
*** otherwiseguy has quit IRC | 09:58 | |
*** coolsvap_ has quit IRC | 09:58 | |
*** otherwiseguy has joined #openstack-qa | 09:59 | |
*** oomichi has quit IRC | 10:00 | |
openstackrecheck | Console logs not available after 13:32s for gate-cinder-python27 202954,5,e85f124 | 10:01 |
*** yfried_ has quit IRC | 10:02 | |
*** neeti has quit IRC | 10:02 | |
*** neeti has joined #openstack-qa | 10:03 | |
*** Poornima has quit IRC | 10:06 | |
*** ranger81_ has quit IRC | 10:11 | |
openstackgerrit | Marc Koderer proposed openstack/tempest: Deduplicate client unit tests https://review.openstack.org/220152 | 10:12 |
*** neeti_ has joined #openstack-qa | 10:15 | |
*** ranger81 has joined #openstack-qa | 10:15 | |
openstackrecheck | Console logs not available after 14:10s for gate-grenade-dsvm-neutron 216109,12,791c296 | 10:16 |
*** neeti has quit IRC | 10:16 | |
*** Poornima has joined #openstack-qa | 10:19 | |
*** sayali has quit IRC | 10:20 | |
*** sayali has joined #openstack-qa | 10:23 | |
*** apevec has quit IRC | 10:25 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 219557,2,76ecd94 | 10:29 |
*** kiran-r has joined #openstack-qa | 10:35 | |
*** neeti_ has quit IRC | 10:35 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm-neutron 219628,1,9c1e9cd | 10:42 |
*** jhenner has joined #openstack-qa | 10:43 | |
*** neeti has joined #openstack-qa | 10:44 | |
*** jlanoux has quit IRC | 10:48 | |
*** neeti has quit IRC | 10:50 | |
*** neeti has joined #openstack-qa | 10:51 | |
openstackgerrit | Merged openstack/tempest: Added test_list_tenants non-admin test for v2, v3 api/identity https://review.openstack.org/192709 | 10:53 |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full 218631,2,d6c7715 | 10:56 |
*** jffische has quit IRC | 11:01 | |
*** SridharG has quit IRC | 11:02 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-neutron 218124,2,7a13043 | 11:09 |
*** kiran-r has quit IRC | 11:09 | |
openstackgerrit | Christian Schwede proposed openstack-dev/devstack: Add trailing /v2.0 for OS_AUTH_URL within swift_configure_tempurls in lib/swift https://review.openstack.org/220458 | 11:10 |
*** ranger81 has quit IRC | 11:11 | |
*** ranger81 has joined #openstack-qa | 11:13 | |
*** kiran-r has joined #openstack-qa | 11:18 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-full 219349,3,1c2fd7c | 11:22 |
*** yamamoto has quit IRC | 11:22 | |
*** dtantsur|brb is now known as dtantsur | 11:25 | |
*** sayali has quit IRC | 11:27 | |
*** sayali has joined #openstack-qa | 11:29 | |
*** sayali has quit IRC | 11:31 | |
*** malini has joined #openstack-qa | 11:31 | |
*** shausy has quit IRC | 11:35 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 209144,5,a0ad6fb | 11:36 |
*** _kiran_ has joined #openstack-qa | 11:40 | |
*** kiran-r has quit IRC | 11:43 | |
openstackgerrit | Sean Dague proposed openstack-infra/elastic-recheck: track xfs duplicate uuid issue https://review.openstack.org/220470 | 11:47 |
openstackgerrit | Sean Dague proposed openstack-dev/grenade: mount xfs with nouuid https://review.openstack.org/220472 | 11:49 |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm-neutron 209601,8,386192a | 11:49 |
*** _kiran_ has quit IRC | 11:49 | |
openstackgerrit | Russell Bryant proposed openstack-dev/devstack: Separate start/stop control of the Neutron L3 agent. https://review.openstack.org/189710 | 11:51 |
*** jlanoux has joined #openstack-qa | 11:52 | |
*** svilgelm has quit IRC | 11:55 | |
*** pradk has joined #openstack-qa | 11:55 | |
*** jffische has joined #openstack-qa | 11:57 | |
*** sshnaidm has joined #openstack-qa | 11:58 | |
*** rfolco has joined #openstack-qa | 12:00 | |
*** ranger81 has quit IRC | 12:00 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-ironic-sideways 219637,1,017b955 | 12:03 |
openstackgerrit | Merged openstack-infra/elastic-recheck: track xfs duplicate uuid issue https://review.openstack.org/220470 | 12:03 |
*** sayali has joined #openstack-qa | 12:04 | |
*** ranger81 has joined #openstack-qa | 12:07 | |
*** sshnaidm has quit IRC | 12:08 | |
*** jhyang_ has quit IRC | 12:13 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-neutron-full 219632,1,2a468b1 | 12:16 |
openstackgerrit | Marc Koderer proposed openstack/tempest: Deduplicate client unit tests https://review.openstack.org/220152 | 12:17 |
*** ranger81 has quit IRC | 12:18 | |
*** neeti has quit IRC | 12:20 | |
*** malini has quit IRC | 12:21 | |
*** k4n0 has quit IRC | 12:23 | |
*** aysyd has joined #openstack-qa | 12:24 | |
*** dzamboni has joined #openstack-qa | 12:26 | |
openstackgerrit | Sean Dague proposed openstack-infra/elastic-recheck: add large-ops regression https://review.openstack.org/220478 | 12:27 |
openstackrecheck | Console logs not available after 13:29s for gate-grenade-dsvm-neutron 219392,1,c451ecc | 12:30 |
*** edmondsw has joined #openstack-qa | 12:33 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: add large-ops regression https://review.openstack.org/220478 | 12:35 |
*** shardy_ has joined #openstack-qa | 12:35 | |
*** shardy has quit IRC | 12:37 | |
*** shardy_ has quit IRC | 12:41 | |
*** shardy has joined #openstack-qa | 12:41 | |
*** dims has joined #openstack-qa | 12:42 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm-neutron 214952,3,da03e2f | 12:43 |
*** dave-mccowan has joined #openstack-qa | 12:52 | |
dave-mccowan | hello tempest experts. i have a question. | 12:54 |
dave-mccowan | i have a tox job failing with: "python: can't open file 'subunit-trace': [Errno 2] No such file or directory" | 12:54 |
dave-mccowan | what package might i be missing in test-requirements.txt? or, could there be another cause? | 12:55 |
*** tochi has quit IRC | 12:55 | |
mtreinish | dave-mccowan: it's packaged in os-testr, which some projects, tempest included, pull in from tempest-lib | 12:55 |
dave-mccowan | mtreinish i have: tempest-lib==0.7.0 installed | 12:56 |
mtreinish | dave-mccowan: but do you have os-testr installed? | 12:56 |
dave-mccowan | mtreinish and python-subunit==1.1.0 | 12:56 |
openstackrecheck | Console logs not available after 13:28s for gate-grenade-dsvm-neutron 212501,3,876012d | 12:56 |
dave-mccowan | os-testr==0.3.0 | 12:57 |
*** dustins has joined #openstack-qa | 12:57 | |
mtreinish | dave-mccowan: well that includes subunit-trace | 12:58 |
mtreinish | dave-mccowan: I'd have to see the full traceback in a pastebin | 12:59 |
dave-mccowan | mtreinish this is on a gate job that was working (for a long time), then stopped working back in july | 12:59 |
*** yamamoto has joined #openstack-qa | 13:00 | |
mtreinish | dave-mccowan: do you have a link to the failure then? | 13:00 |
*** yamamoto_ has joined #openstack-qa | 13:00 | |
*** pradk has quit IRC | 13:00 | |
dave-mccowan | mtreinish here's a link: https://review.openstack.org/#/c/205059/ | 13:00 |
dave-mccowan | it's the gate-barbican-devstack-dsvm gate | 13:02 |
mtreinish | dave-mccowan: that error is caused by your change in https://review.openstack.org/#/c/205059/11/functionaltests/run_tests.sh | 13:02 |
mtreinish | L51 | 13:02 |
mtreinish | subunit-trace is a console script entrypoint (basically a binary) | 13:02 |
mtreinish | you don't need to call python on it | 13:02 |
mtreinish | drop the python being added there ans subunit-trace will work | 13:03 |
*** mriedem has joined #openstack-qa | 13:03 | |
*** yamamoto has quit IRC | 13:04 | |
dave-mccowan | mtreinish that was my one of my guesses to get it to work. i'll take it back out and let you know if it's still broken. thanks. | 13:04 |
*** coolsvap_ has joined #openstack-qa | 13:08 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-ironic-sideways 219637,1,159b9fd | 13:10 |
*** shardy_ has joined #openstack-qa | 13:11 | |
*** dkranz has joined #openstack-qa | 13:12 | |
*** shardy has quit IRC | 13:13 | |
*** svilgelm has joined #openstack-qa | 13:14 | |
*** woodster_ has joined #openstack-qa | 13:14 | |
*** shardy_ has quit IRC | 13:17 | |
*** shardy has joined #openstack-qa | 13:18 | |
*** ranger81 has joined #openstack-qa | 13:18 | |
*** ajmiller has joined #openstack-qa | 13:19 | |
*** jasonsb has quit IRC | 13:20 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-neutron 219557,2,9eb4780 | 13:23 |
*** ranger81 has quit IRC | 13:23 | |
*** mestery has joined #openstack-qa | 13:24 | |
openstackgerrit | Brian Haley proposed openstack-dev/devstack: Fix typo in _move_neutron_addresses_route() https://review.openstack.org/219856 | 13:25 |
*** mestery has quit IRC | 13:26 | |
*** mestery has joined #openstack-qa | 13:27 | |
*** artom has joined #openstack-qa | 13:28 | |
*** ajmiller has quit IRC | 13:28 | |
*** ajmiller has joined #openstack-qa | 13:29 | |
*** Poornima has quit IRC | 13:30 | |
*** ajmiller has quit IRC | 13:32 | |
*** ajmiller has joined #openstack-qa | 13:33 | |
*** ajmiller has quit IRC | 13:33 | |
*** cdent has quit IRC | 13:33 | |
openstackrecheck | Console logs not available after 13:22s for gate-glance-python27 219649,1,ead62c3 | 13:37 |
jroll | hi friends, can I get some help unblocking ironic's gate? :) https://review.openstack.org/#/c/220458/ | 13:37 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for large ops network dealloc timeout bug 1491949 https://review.openstack.org/220508 | 13:38 |
openstack | bug 1491949 in OpenStack Compute (nova) "gate-tempest-dsvm-large-ops fails to deallocate instance network due to rpc timeout" [High,Confirmed] https://launchpad.net/bugs/1491949 | 13:38 |
mriedem | sdague: mtreinish: ^ | 13:38 |
*** frayedknot has joined #openstack-qa | 13:40 | |
*** edmondsw has quit IRC | 13:42 | |
sdague | mriedem: want to just move the signature I've got over? | 13:42 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for large ops network dealloc timeout bug 1491949 https://review.openstack.org/220508 | 13:43 |
openstack | bug 1491949 in OpenStack Compute (nova) "gate-tempest-dsvm-large-ops fails to deallocate instance network due to rpc timeout" [High,Confirmed] https://launchpad.net/bugs/1491949 | 13:43 |
mriedem | i updated my change to add a query for the main bug and drop the duplicate | 13:44 |
*** ccarmack has joined #openstack-qa | 13:47 | |
*** lucasagomes has joined #openstack-qa | 13:47 | |
lucasagomes | hi folks, the Ironic gate is broken and this https://review.openstack.org/#/c/220458/ fix it | 13:47 |
lucasagomes | can we get some eyes on it please? | 13:47 |
*** jecarey has joined #openstack-qa | 13:48 | |
openstackgerrit | Vladyslav Drok proposed openstack/tempest: [WIP] Skip unnecessary tests when using Ironic virt driver https://review.openstack.org/220223 | 13:49 |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full-liberty 219663,1,6b57bf8 | 13:50 |
*** svilgelm has quit IRC | 13:51 | |
*** alaski is now known as lascii | 13:55 | |
*** dansmith is now known as superdan | 13:56 | |
*** ctrath has joined #openstack-qa | 13:56 | |
openstackgerrit | Vladyslav Drok proposed openstack/tempest: [WIP] Skip unnecessary tests when using Ironic virt driver https://review.openstack.org/220223 | 13:57 |
openstackgerrit | Alexander Gubanov proposed openstack/tempest: Add new test for verifying metadata on config_drive https://review.openstack.org/189795 | 13:57 |
sdague | lucasagomes: what about in a keystone v3 env? | 13:59 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for large ops network dealloc timeout bug 1491949 https://review.openstack.org/220508 | 14:00 |
openstack | bug 1491949 in OpenStack Compute (nova) "gate-tempest-dsvm-large-ops fails to deallocate instance network due to rpc timeout" [High,Confirmed] https://launchpad.net/bugs/1491949 | 14:00 |
dave-mccowan | mtreinish i reverted that change, and it is still failing. (./run_tests.sh: line 53: subunit-trace: command not found) in the console log is the output of "env" and "pip freeze". any ideas? https://review.openstack.org/#/c/205059/ | 14:00 |
*** anshul has quit IRC | 14:00 | |
openstackgerrit | Alexander Gubanov proposed openstack/tempest: Add optional argument "config_drive" for "create_server" method https://review.openstack.org/189687 | 14:00 |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm-neutron 219276,2,8ffaa36 | 14:03 |
lucasagomes | sdague, I didn't try. But yeah we totally should support it | 14:04 |
lucasagomes | perhaps adding a FIXME/TODO on that change? | 14:04 |
openstackgerrit | Alexander Gubanov proposed openstack/tempest: Add optional argument "config_drive" for "create_server" method https://review.openstack.org/189687 | 14:04 |
lucasagomes | sdague, would that be enough? Cause we need to unblock our gate | 14:05 |
sdague | lucasagomes: can you find a keystone versioned url already defined somewhere? | 14:05 |
* lucasagomes looks | 14:05 | |
sdague | because otherwise this is going to get lost | 14:05 |
*** malini has joined #openstack-qa | 14:06 | |
lucasagomes | sdague, $KEYSTONE_AUTH_URI/v$IDENTITY_API_VERSION perhaps? | 14:06 |
sdague | that's better | 14:06 |
lucasagomes | ok lemme update the patch | 14:07 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Only add roles for enabled services https://review.openstack.org/216522 | 14:09 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Fix test_port_list_filter_by_ip with test_accounts https://review.openstack.org/216887 | 14:09 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Deprecate credential config options https://review.openstack.org/211601 | 14:10 |
*** VanL has joined #openstack-qa | 14:10 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Deprecate credential config options https://review.openstack.org/211601 | 14:10 |
*** malini has quit IRC | 14:11 | |
*** malini has joined #openstack-qa | 14:11 | |
*** edmondsw has joined #openstack-qa | 14:13 | |
*** aix has quit IRC | 14:15 | |
openstackgerrit | Matt Riedemann proposed openstack-dev/devstack: Revert "turn multi host true for nova network by default" https://review.openstack.org/220525 | 14:15 |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-neutron 204643,12,373917e | 14:17 |
*** ajmiller has joined #openstack-qa | 14:19 | |
*** ranger81 has joined #openstack-qa | 14:20 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Fix test_port_list_filter_by_ip with test_accounts https://review.openstack.org/216887 | 14:20 |
*** fedora is now known as weshay | 14:22 | |
*** mtanino has joined #openstack-qa | 14:22 | |
mtreinish | dave-mccowan: I'm not sure, it doesnt look like subunit-trace is in the PATH | 14:23 |
mtreinish | but it's clearly installed | 14:23 |
*** aix has joined #openstack-qa | 14:23 | |
dave-mccowan | mtreinish yep. any other ideas? | 14:24 |
*** ranger81 has quit IRC | 14:25 | |
*** hichihara has joined #openstack-qa | 14:25 | |
dave-mccowan | mtreinish what directory would it be installed in? | 14:26 |
mtreinish | dave-mccowan: it's installed via pip | 14:26 |
lucasagomes | sdague, so quick FYI, I've tested that patch locally here and it's not fixing the problem in Ironic (even with the hardcoded v2.0 | 14:26 |
mtreinish | so it'll likely put the bin in /usr/local/bin (since this is an ubuntu system) | 14:26 |
lucasagomes | so I will check what's needed | 14:26 |
mtreinish | dave-mccowan: one thought is to switch the manual testr calling sections to use tox | 14:26 |
mtreinish | so replace L45-L49 with tox -efull-serial | 14:27 |
mtreinish | and replace L52-L55 with tox -efull | 14:27 |
dave-mccowan | mtreinish another weird thing, is this exact script works in our /master branch, but fails in our stable/kilo branch. | 14:28 |
mtreinish | the only downside there is it'll make 2 venvs | 14:28 |
mtreinish | dave-mccowan: hmm, it might be a cap or venv isolation issue | 14:28 |
mtreinish | tempest requirements are only going to really work on an all in one setup with master of the other projects | 14:28 |
mtreinish | because tempest is global requirements synced with master | 14:29 |
*** hichihara has quit IRC | 14:29 | |
*** nic has joined #openstack-qa | 14:29 | |
*** zz_dimtruck is now known as dimtruck | 14:29 | |
mtreinish | using tox will fix that, because it'll provide the venv isolation you need | 14:29 |
openstackrecheck | Console logs not available after 13:23s for gate-horizon-pep8 215643,5,1e584fc | 14:30 |
dave-mccowan | mtreinish there is not a stable/kilo tempest? | 14:30 |
mtreinish | no | 14:31 |
mtreinish | http://specs.openstack.org/openstack/qa-specs/specs/tempest/implemented/branchless-tempest.html | 14:31 |
mtreinish | http://docs.openstack.org/developer/tempest/HACKING.html#branchless-tempest-considerations | 14:31 |
dave-mccowan | mtreinish interesting. how does using tox help? (by the way, this job is running in a devstack gate. would that make a difference?) | 14:33 |
openstackgerrit | Christian Schwede proposed openstack-dev/devstack: Add trailing /v2.0 for OS_AUTH_URL within swift_configure_tempurls in lib/swift https://review.openstack.org/220458 | 14:33 |
mtreinish | dave-mccowan: tox will install tempest in a venv | 14:33 |
mtreinish | which will isolate it and it's deps from the rest of the system | 14:34 |
mriedem | mtreinish: turns out that tonyb also parses lspci output hex | 14:34 |
*** pglass has joined #openstack-qa | 14:34 | |
mriedem | must be something that only people that live on islands can do | 14:34 |
mriedem | :) | 14:34 |
openstackgerrit | Lucas Alvares Gomes proposed openstack-dev/devstack: Revert "Convert identity defaults to keystone v3 api" https://review.openstack.org/220532 | 14:35 |
*** nic has quit IRC | 14:36 | |
*** rbak has joined #openstack-qa | 14:36 | |
mtreinish | haha | 14:36 |
sdague | mtreinish / superdan / dtroyer - https://review.openstack.org/#/c/220472/ | 14:38 |
sdague | should get rid of a race bug | 14:39 |
openstackgerrit | David Kranz proposed openstack/tempest: Only add roles for enabled services https://review.openstack.org/216522 | 14:39 |
* mtreinish checks his systems xfs mount options | 14:39 | |
sdague | I was mostly amused that diskimagebuilder bug is where I found the fix | 14:40 |
mtreinish | dkranz: d'oh | 14:40 |
dkranz | mtreinish: :) | 14:40 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Deprecate credential config options https://review.openstack.org/211601 | 14:40 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Fix test_port_list_filter_by_ip with test_accounts https://review.openstack.org/216887 | 14:41 |
sdague | lucasagomes: I'm happy to fast revert that, however, can you get a mailing list thread going on for it. Because I don't understand why we keep having these v2 v3 issues | 14:41 |
*** coolsvap_ has quit IRC | 14:41 | |
sdague | and I feel like we need to get more folks engaged there | 14:41 |
lucasagomes | sdague, yeah lemme put an email up for that then | 14:42 |
lucasagomes | I didn't have much time yet to investigate further the real causes for that | 14:42 |
*** dave-mccowan has quit IRC | 14:43 | |
*** yamahata has joined #openstack-qa | 14:43 | |
*** yamahata has quit IRC | 14:43 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-neutron-full 207913,5,513fd75 | 14:44 |
sdague | lucasagomes: yep, that's fine, I just feel like the keystone folks thought this was all good, but it's not. So we should be verbose about that fact and figure out the path forward. | 14:44 |
lucasagomes | sdague, +1 agreed. Not their fault as well since the Ironic test in the devstack gate wasn't testing the swift module | 14:46 |
lucasagomes | jroll, have put a patch for it https://review.openstack.org/#/c/220516/ (needs ot be updated tho) | 14:46 |
* lucasagomes start writing an email to the ML | 14:46 | |
*** pglass has quit IRC | 14:48 | |
*** yamahata has joined #openstack-qa | 14:48 | |
*** pglass has joined #openstack-qa | 14:54 | |
*** malini has quit IRC | 14:54 | |
*** j_king has joined #openstack-qa | 14:56 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full 218869,3,c7527cc | 14:57 |
openstackgerrit | Matt Riedemann proposed openstack/tempest: Remove skip on test_stamp_pattern https://review.openstack.org/218355 | 14:59 |
openstackgerrit | Matt Riedemann proposed openstack/tempest: test_stamp_pattern: cleanup class scope variable usage https://review.openstack.org/219382 | 14:59 |
mriedem | mtreinish: cross your fingers ^ | 14:59 |
*** dave-mccowan has joined #openstack-qa | 15:00 | |
mtreinish | mriedem: is that note for the workaround something you want to pass on to users? | 15:00 |
*** mlavalle has joined #openstack-qa | 15:00 | |
mriedem | let's see if it actually works | 15:00 |
mtreinish | heh, well I was assuming that | 15:00 |
mtreinish | I have faith | 15:00 |
* lucasagomes email sent | 15:03 | |
mriedem | ccarmack: interested in removing the stale queries here? http://status.openstack.org/elastic-recheck/index.html | 15:04 |
*** dwalleck has joined #openstack-qa | 15:04 | |
*** nic has joined #openstack-qa | 15:06 | |
*** mtanino has quit IRC | 15:07 | |
jroll | lucasagomes: so I'm thinking all three of those should be agent_ssh | 15:09 |
jroll | tempest/devstack/devstack-gate | 15:09 |
lucasagomes | jroll, I wouldn't be against it | 15:10 |
lucasagomes | agent_ssh integrates with more OS projects so things will be better tested with it | 15:10 |
jroll | yeah, that's my thought | 15:10 |
* jroll does it | 15:10 | |
openstackrecheck | Console logs not available after 13:31s for gate-grenade-dsvm-neutron 189710,4,d094838 | 15:11 |
jroll | lucasagomes: updated | 15:12 |
openstackgerrit | Matt Riedemann proposed openstack/tempest: Remove skip on test_stamp_pattern https://review.openstack.org/218355 | 15:13 |
openstackgerrit | Matt Riedemann proposed openstack/tempest: test_stamp_pattern: cleanup class scope variable usage https://review.openstack.org/219382 | 15:13 |
lucasagomes | jroll, cheers! | 15:14 |
lucasagomes | jroll, oh btw, you may want to remove the depends-on | 15:15 |
jroll | lucasagomes: oh heh, thanks | 15:15 |
lucasagomes | jroll, I will edit the commit message | 15:16 |
*** lexholden has quit IRC | 15:16 | |
jroll | lucasagomes: already done :P | 15:16 |
lucasagomes | hah ok | 15:17 |
jroll | oh, we raced, you won | 15:17 |
lucasagomes | I had pointed it to the revert patch before | 15:17 |
lucasagomes | but yeah it's fine | 15:17 |
*** mylu has joined #openstack-qa | 15:17 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-infra/devstack-gate: [WIP] Try to run against all oslo libraries from master https://review.openstack.org/217875 | 15:17 |
jroll | yeah, it will handle it without it | 15:17 |
lucasagomes | yup +1'd | 15:18 |
*** kbaikov has quit IRC | 15:18 | |
*** ranger81 has joined #openstack-qa | 15:21 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-neutron 209144,6,a1e5022 | 15:24 |
*** grafuls has quit IRC | 15:24 | |
*** ranger81 has quit IRC | 15:25 | |
*** armax has joined #openstack-qa | 15:25 | |
*** tpeoples has joined #openstack-qa | 15:26 | |
*** vgridnev has quit IRC | 15:29 | |
*** afazekas__ has quit IRC | 15:30 | |
*** malini has joined #openstack-qa | 15:36 | |
openstackrecheck | Console logs not available after 13:22s for gate-glance-python27 197890,5,8f45ae8 | 15:37 |
*** mtanino has joined #openstack-qa | 15:44 | |
*** dwalleck has quit IRC | 15:49 | |
*** jasonsb has joined #openstack-qa | 15:49 | |
*** e0ne has quit IRC | 15:50 | |
*** Swami has joined #openstack-qa | 15:50 | |
*** dwalleck has joined #openstack-qa | 15:50 | |
*** BharatK has quit IRC | 15:51 | |
openstackrecheck | Console logs not available after 13:24s for gate-grenade-dsvm-partial-ncpu 217679,5,6b1845a | 15:51 |
armax | mtreinish: you there? | 15:52 |
openstackgerrit | Armando Migliaccio proposed openstack/tempest: Ensure test_list_show_tenant_networks is isolated https://review.openstack.org/195345 | 15:53 |
armax | you couldn’t resist could you? :) | 15:53 |
armax | mtreinish: ^^ can you re-look at this one? I had to pull down your name changes | 15:54 |
*** dtantsur is now known as dtantsur|afk | 15:55 | |
*** dwalleck has quit IRC | 15:55 | |
*** early has quit IRC | 15:55 | |
*** early has joined #openstack-qa | 15:56 | |
*** dave-mccowan has quit IRC | 15:56 | |
*** frayedknot has quit IRC | 15:57 | |
*** frayedknot has joined #openstack-qa | 15:58 | |
openstackgerrit | Merged openstack-dev/devstack: Revert "turn multi host true for nova network by default" https://review.openstack.org/220525 | 15:59 |
*** frayedknot has quit IRC | 15:59 | |
*** frayedknot has joined #openstack-qa | 16:00 | |
*** safchain has quit IRC | 16:01 | |
*** rbak has quit IRC | 16:02 | |
*** rbak has joined #openstack-qa | 16:02 | |
*** sabeen has joined #openstack-qa | 16:03 | |
openstackrecheck | Console logs not available after 13:23s for gate-rally-dsvm-fakevirt-ceilometer 219149,7,42a0d6b | 16:04 |
*** rbak has quit IRC | 16:06 | |
*** jlanoux has quit IRC | 16:08 | |
*** dave-mccowan has joined #openstack-qa | 16:08 | |
*** ccarmack has left #openstack-qa | 16:08 | |
*** mylu has quit IRC | 16:10 | |
*** mylu has joined #openstack-qa | 16:10 | |
*** nic has quit IRC | 16:12 | |
*** nic has joined #openstack-qa | 16:13 | |
*** nic has quit IRC | 16:14 | |
*** sabeen has quit IRC | 16:14 | |
*** nic has joined #openstack-qa | 16:14 | |
*** sabeen1 has joined #openstack-qa | 16:17 | |
*** ranger81 has joined #openstack-qa | 16:17 | |
openstackrecheck | Console logs not available after 13:25s for gate-grenade-dsvm-neutron 219684,1,2a7d32d | 16:18 |
*** mriedem is now known as mriedem_lunch | 16:21 | |
*** artom has quit IRC | 16:23 | |
*** vgridnev has joined #openstack-qa | 16:23 | |
*** artom has joined #openstack-qa | 16:25 | |
openstackrecheck | Console logs not available after 13:24s for gate-horizon-pep8 219620,4,9c84684 | 16:31 |
*** sshnaidm has joined #openstack-qa | 16:31 | |
*** kiran-r has joined #openstack-qa | 16:35 | |
*** kiran-r has quit IRC | 16:35 | |
*** afazekas has quit IRC | 16:38 | |
*** edmondsw has quit IRC | 16:38 | |
*** ajmiller has quit IRC | 16:39 | |
*** davideagnello has quit IRC | 16:40 | |
*** davideagnello has joined #openstack-qa | 16:41 | |
*** ajmiller has joined #openstack-qa | 16:41 | |
*** _afazekas has joined #openstack-qa | 16:41 | |
*** bknudson has joined #openstack-qa | 16:44 | |
lucasagomes | sdague, around? It seems that https://review.openstack.org/#/c/220458/ passed on gate (I'm retest it locally). So perhaps we can cancel that revert and go ahead with that fix? | 16:44 |
openstackrecheck | Console logs not available after 13:26s for gate-grenade-dsvm-neutron 219557,2,d87b1d2 | 16:44 |
lucasagomes | (the revert is this one https://review.openstack.org/#/c/220532/ ) | 16:46 |
lucasagomes | or any other devstack core ^ | 16:47 |
*** afazekas has joined #openstack-qa | 16:48 | |
*** malini has quit IRC | 16:48 | |
*** _afazekas has quit IRC | 16:50 | |
lucasagomes | sdague, oh no no... sorry... gate passed there cause we are testing with pxe_ssh. The revert still the right thing to do | 16:52 |
* lucasagomes can't think straight anymore, almost beer time | 16:52 | |
*** ranger81 has quit IRC | 16:54 | |
vponomaryov | lucasgomes: please, see comment to https://review.openstack.org/#/c/220532/ | 16:55 |
vponomaryov | sdague: can we update https://review.openstack.org/#/c/220532/ according to comment there and then merge it? | 16:55 |
lucasagomes | vponomaryov, oh ack. Fixing | 16:55 |
openstackrecheck | Console logs not available after 13:36s for gate-tempest-dsvm-full-ceph 218407,2,acf84c1 | 16:58 |
*** rbak has joined #openstack-qa | 16:58 | |
*** malini has joined #openstack-qa | 16:59 | |
*** rbak has quit IRC | 16:59 | |
*** rbak has joined #openstack-qa | 17:00 | |
*** malini has quit IRC | 17:00 | |
lucasagomes | vponomaryov, only OS_PROJECT_NAME ? | 17:00 |
vponomaryov | lucasagomes: yes, see https://review.openstack.org/#/c/220415/11/devstack/plugin.sh | 17:01 |
vponomaryov | lucasagomes: all other are old | 17:01 |
lucasagomes | vponomaryov, ok | 17:01 |
*** openstackgerrit_ has joined #openstack-qa | 17:02 | |
*** yamahata has quit IRC | 17:03 | |
*** dims has quit IRC | 17:03 | |
*** edmondsw has joined #openstack-qa | 17:03 | |
*** rossella_s has quit IRC | 17:06 | |
*** rossella_s has joined #openstack-qa | 17:06 | |
*** ranger81 has joined #openstack-qa | 17:07 | |
*** ranger81 has quit IRC | 17:07 | |
*** dwalleck has joined #openstack-qa | 17:07 | |
*** ranger81 has joined #openstack-qa | 17:08 | |
*** artom has quit IRC | 17:08 | |
*** afazekas has quit IRC | 17:09 | |
*** afazekas has joined #openstack-qa | 17:11 | |
*** tosky has quit IRC | 17:11 | |
*** shardy has quit IRC | 17:11 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-docs 216386,1,e484605 | 17:11 |
*** dwalleck has quit IRC | 17:12 | |
*** skylerberg has joined #openstack-qa | 17:14 | |
*** tosky has joined #openstack-qa | 17:15 | |
*** _afazekas has joined #openstack-qa | 17:18 | |
*** skylerberg has left #openstack-qa | 17:18 | |
*** mpaolino has quit IRC | 17:19 | |
*** afazekas has quit IRC | 17:19 | |
*** VanL has quit IRC | 17:20 | |
*** dims has joined #openstack-qa | 17:21 | |
*** dims_ has joined #openstack-qa | 17:21 | |
*** dims_ is now known as dimsum__ | 17:23 | |
openstackrecheck | Console logs not available after 13:26s for gate-grenade-dsvm-neutron 219392,1,eab0599 | 17:25 |
*** dims has quit IRC | 17:25 | |
vponomaryov | lucasagomes: if you have some problems uploading it, I can do it | 17:27 |
lucasagomes | vponomaryov, I'm running it locally with that change | 17:27 |
lucasagomes | to see if it's going to fix stuff | 17:27 |
lucasagomes | cause it seems it screw things up | 17:27 |
lucasagomes | 2015-09-04 17:27:08.089 | + [[ True == \T\r\u\e ]] | 17:27 |
lucasagomes | 2015-09-04 17:27:08.089 | + swift_configure_tempurls | 17:27 |
lucasagomes | 2015-09-04 17:27:08.089 | + OS_USERNAME=swift | 17:27 |
lucasagomes | 2015-09-04 17:27:08.089 | + OS_TENANT_NAME=service | 17:27 |
lucasagomes | 2015-09-04 17:27:08.089 | + OS_PASSWORD=password | 17:27 |
lucasagomes | 2015-09-04 17:27:08.089 | + swift post -m 'Temp-URL-Key: password' | 17:27 |
vponomaryov | lucasagomes: presense of additional env var? | 17:27 |
lucasagomes | 2015-09-04 17:27:08.491 | Unauthorized. Check username, password and tenant name/id. | 17:27 |
*** ccneill_ is now known as ccneill | 17:27 | |
lucasagomes | vponomaryov, yeah, that var is used in other places | 17:28 |
vponomaryov | lucasagomes: I mean keep both - OS_TENANT_NAME and OS_PROJECT_NAME | 17:29 |
*** rbak has quit IRC | 17:29 | |
lucasagomes | vponomaryov, that's what I'm doing locally | 17:29 |
vponomaryov | lucasagomes: they are equal and should not break anything | 17:29 |
lucasagomes | vponomaryov, see tools/create_userrc.sh | 17:29 |
vponomaryov | lucasagomes: still do not see problem points | 17:31 |
lucasagomes | vponomaryov, right, so I kept both variables and re-run the tests with agent_ssh | 17:31 |
lucasagomes | and that failed... perhaps we should stop that revert and work on a proper fix for ironic and v3 | 17:32 |
vponomaryov | lucasagomes: Unauthorized appears if use different keystone API. | 17:32 |
vponomaryov | lucasagomes: you sure it is as expected | 17:32 |
vponomaryov | lucasagomes: in your env? | 17:32 |
vponomaryov | api version | 17:32 |
*** jaypipes has quit IRC | 17:33 | |
lucasagomes | vponomaryov, when I ran only with the revert (without any changes) it passed | 17:33 |
lucasagomes | so I'm investigating | 17:33 |
*** mriedem_lunch is now known as mriedem | 17:33 | |
lucasagomes | vponomaryov, if you have a spare machine you can try as well http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#deploying-ironic-with-devstack | 17:35 |
lucasagomes | vponomaryov, talking to jroll about a) make the agent_ssh job non-voting for ironic until we fix it in devstack b) revert the manila bits too | 17:36 |
jroll | I'd prefer the "also revert manilia v3 stuff" | 17:37 |
vponomaryov | lucasagomes, jroll: I got it, time bomd ticks, went add new commit | 17:38 |
* lucasagomes is running the tests again with all the OS_PROJECT_* set along with the others | 17:38 | |
*** dwalleck has joined #openstack-qa | 17:38 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm-neutron 212501,3,6378cef | 17:38 |
*** mylu has quit IRC | 17:39 | |
*** mylu has joined #openstack-qa | 17:39 | |
*** mylu has quit IRC | 17:40 | |
*** mylu has joined #openstack-qa | 17:40 | |
lucasagomes | vponomaryov, yeah, urgh... | 17:40 |
lucasagomes | jroll, vponomaryov ok let's come with a plan then (it's late here) | 17:40 |
lucasagomes | vponomaryov, would you be ok reverting that manila fix? | 17:41 |
vponomaryov | lucasagomes: it is late for me too :_: | 17:41 |
vponomaryov | ^_^ | 17:41 |
lucasagomes | yeah euro TZ :-/ | 17:41 |
vponomaryov | lucasagomes: I am going to upload one that compatible with both | 17:41 |
lucasagomes | vponomaryov, including the vars? | 17:41 |
vponomaryov | lucasagomes: yes | 17:41 |
lucasagomes | that's failing for us | 17:41 |
lucasagomes | # Set up password auth credentials now that Keystone is bootstrapped | 17:42 |
lucasagomes | export OS_AUTH_URL=$SERVICE_ENDPOINT | 17:42 |
lucasagomes | export OS_TENANT_NAME=admin | 17:42 |
lucasagomes | export OS_USERNAME=admin | 17:42 |
lucasagomes | export OS_PROJECT_NAME=admin | 17:42 |
lucasagomes | export OS_PROJECT_DOMAIN_ID=default | 17:42 |
lucasagomes | export OS_USER_DOMAIN_ID=default | 17:42 |
lucasagomes | export OS_PASSWORD=$ADMIN_PASSWORD | 17:42 |
lucasagomes | export OS_REGION_NAME=$REGION_NAME | 17:42 |
lucasagomes | that's what I've in my stack.sh | 17:42 |
lucasagomes | 2015-09-04 17:40:06.731 | + OS_USERNAME=swift | 17:42 |
lucasagomes | 2015-09-04 17:40:06.731 | + OS_TENANT_NAME=service | 17:42 |
lucasagomes | 2015-09-04 17:40:06.731 | + OS_PASSWORD=password | 17:42 |
lucasagomes | 2015-09-04 17:40:06.732 | + swift post -m 'Temp-URL-Key: password' | 17:42 |
lucasagomes | 2015-09-04 17:40:07.123 | Unauthorized. Check username, password and tenant name/id. | 17:42 |
lucasagomes | that's the error I get when I run | 17:42 |
*** dwalleck has quit IRC | 17:43 | |
lucasagomes | I think we should either make that job in Ironic non-voting or also revert the manila fix | 17:43 |
*** jhenner has quit IRC | 17:43 | |
*** yamahata has joined #openstack-qa | 17:44 | |
* lucasagomes re-runs with the vanilla revert to see if it works | 17:45 | |
vponomaryov | lucasagomes: I uploaded commit to manila - https://review.openstack.org/#/c/220601/, so, just need to merge it before yours one =) | 17:46 |
vponomaryov | lucasagomes:so i could sleep as baby =) | 17:47 |
*** pvaneck has joined #openstack-qa | 17:47 | |
lucasagomes | vponomaryov, thanks! tests are running here with the vanilla revert just so I know I'm not crazy | 17:47 |
lucasagomes | vponomaryov, can you push some strings there to get that manila one in ^ ? | 17:48 |
lucasagomes | just wait few minutes for the result of the tests | 17:48 |
openstackrecheck | Console logs not available after 13:27s for gate-grenade-dsvm-neutron 209957,3,301a173 | 17:52 |
*** nic has quit IRC | 17:52 | |
vponomaryov | lucasagomes: what do you mean? | 17:54 |
lucasagomes | vponomaryov, ok just the revert works | 17:55 |
lucasagomes | This is your host IP address: 192.168.122.88 | 17:55 |
lucasagomes | This is your host IPv6 address: ::1 | 17:55 |
lucasagomes | Keystone is serving at http://192.168.122.88:5000/ | 17:55 |
lucasagomes | The default users are: admin and demo | 17:55 |
lucasagomes | The password: password | 17:55 |
mestery | mtreinish: Any chance we could get some love on this patch? https://review.openstack.org/#/c/195345/ I know armax and salv would be happy if it landed soon-ish. :) | 17:59 |
*** ranger81 has quit IRC | 17:59 | |
lucasagomes | vponomaryov, alright, you already got 2+2 on the manila one. Thanks for that fix | 18:00 |
armax | mestery: oh thanks mestery, more than me and salv, the whole gate and openstack lovers would be grateful | 18:00 |
lucasagomes | I will step out a little to get some dinner | 18:00 |
* armax has done his duty | 18:00 | |
mestery | armax: Well, to be fair, you and salv are near the top of openstack lovers | 18:00 |
armax | not sure about that | 18:00 |
armax | but ok | 18:00 |
clarkb | mestery: armax because I see you both here, the neutron full job can take up to near 1.5 hours. Is that something we can maybe get eyes on? | 18:01 |
mestery | clarkb: That seems horrible, so yes, we should get some eyes on it. | 18:01 |
clarkb | if you need me to go digging up logs I can do that too (don't want to make claims and not back them up) but I don't currently have them in front of me | 18:01 |
mestery | clarkb: I'm just back from vacation and just now succesfully battled internal IT issues for the day, so please bear with me. | 18:01 |
clarkb | mestery: np | 18:02 |
mestery | clarkb: Today, nothing could be worse than the 4+ hours of internal IT fun I just dealt with ;) | 18:02 |
*** ranger81 has joined #openstack-qa | 18:02 | |
mtreinish | mestery: I thought I +2'd it already | 18:03 |
mestery | mtreinish: REquired a rebase I believe, but yes, you did in the past | 18:03 |
mtreinish | oh, I renamed the test class and that conflicted | 18:03 |
mestery | yup | 18:03 |
*** rbak has joined #openstack-qa | 18:03 | |
mtreinish | mestery: did the hpe migration today too? | 18:04 |
mestery | mtreinish: Yes, and it was a disaster, how about you? | 18:04 |
mtreinish | mestery, clarkb: iirc part of the issue with the run time was the ipv6 scenario tests are very slow | 18:04 |
sdague | mtreinish: +A | 18:05 |
*** lucasagomes is now known as lucas-beer | 18:05 | |
mestery | sdague: thank you! | 18:05 |
clarkb | mtreinish: oh right, maybe we can trim those down a bit and be a bit more targetted | 18:05 |
mtreinish | mestery: it went pretty well, but I don't use the hp net for much so I'm sure I'll see all the issues eventually | 18:05 |
clarkb | mtreinish: I think you said that each one boots two nodes but we may not need two VMs in each test | 18:05 |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm 216049,4,25b2ad2 | 18:05 |
sdague | right, because all ipv6 tests are booting 2 guests and cross pinging between them | 18:05 |
EmilienM | mtreinish: bfc7237f9a47af021a5700e34953c2fdb3198786 broke our puppet integration job I think | 18:05 |
EmilienM | mtreinish: http://logs.openstack.org/18/219818/15/check/gate-puppet-openstack-integration-dsvm-centos7/1308eaf/console.html#_2015-09-04_16_06_48_446 | 18:05 |
clarkb | sdague: ya when really pinging from tempest host to VM is probably sufficient for most of the tests and have a single 2 node interconnectivity test | 18:06 |
mestery | mtreinish: Yup :) | 18:06 |
*** b10n1k_ has quit IRC | 18:06 | |
*** ranger81 has quit IRC | 18:07 | |
mtreinish | clarkb: well I think part of it was there is more poll looping involved for RAs with slaac too | 18:07 |
mtreinish | but things can definitely be smarter about how it allocates things | 18:07 |
clarkb | mtreinish: shouldn't be much slower than dhcp? maybe I don't understand the issue with it | 18:09 |
mtreinish | clarkb: it shouldnt, I just have a vague memory of that coming up at one point | 18:09 |
*** rbak has quit IRC | 18:10 | |
EmilienM | I think test_list_projects_returns_only_authorized_projects has an issue | 18:11 |
mtreinish | EmilienM: yeah, that's weird | 18:11 |
EmilienM | mtreinish: in the meantime, how can I exclude the test? | 18:12 |
*** rbak has joined #openstack-qa | 18:13 | |
*** frayedknot has quit IRC | 18:13 | |
*** frayedknot has joined #openstack-qa | 18:14 | |
*** svilgelm has joined #openstack-qa | 18:17 | |
*** mylu has quit IRC | 18:17 | |
*** mylu has joined #openstack-qa | 18:18 | |
*** frayedknot has quit IRC | 18:18 | |
EmilienM | mtreinish: can I report a bug or is there already one? | 18:18 |
mtreinish | EmilienM: I've not seen a bug report for it | 18:18 |
mtreinish | I'm digging through the logs to figure out why its failing | 18:18 |
mtreinish | bceause the test is super basic | 18:18 |
openstackrecheck | Console logs not available after 13:22s for gate-cinder-pep8 219700,1,5964989 | 18:18 |
EmilienM | mtreinish: I'm reporting the bug anyway, feel free to set it invalid if so | 18:19 |
*** rbak has quit IRC | 18:19 | |
*** mylu has quit IRC | 18:19 | |
*** mylu_ has joined #openstack-qa | 18:19 | |
mtreinish | EmilienM: did you stop saving the tempest log during those runs? | 18:20 |
EmilienM | mtreinish: no I never change that | 18:20 |
EmilienM | I have tempest.conf.txt now | 18:20 |
EmilienM | but logs are in console.html, let me check though | 18:21 |
*** kiran-r has joined #openstack-qa | 18:21 | |
EmilienM | this is all I have: http://logs.openstack.org/18/219818/15/check/gate-puppet-openstack-integration-dsvm-trusty/accdac9/logs/ | 18:21 |
mtreinish | EmilienM: oh, ok. Can we add tempest.log to the output, it would be useful for debugging here | 18:21 |
EmilienM | right, doing a patch right now | 18:21 |
mtreinish | cool, thanks | 18:22 |
openstackgerrit | John Warren proposed openstack/tempest: Add unit test for server_groups_client https://review.openstack.org/217861 | 18:23 |
*** mylu_ has quit IRC | 18:24 | |
*** vgridnev has quit IRC | 18:28 | |
*** dwalleck has joined #openstack-qa | 18:28 | |
*** e0ne has joined #openstack-qa | 18:29 | |
*** mylu has joined #openstack-qa | 18:29 | |
*** VanL has joined #openstack-qa | 18:30 | |
*** rbak has joined #openstack-qa | 18:31 | |
*** kiran-r has quit IRC | 18:32 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm-neutron 207913,5,bc81fbf | 18:32 |
*** b10n1k_ has joined #openstack-qa | 18:33 | |
*** e0ne has quit IRC | 18:37 | |
EmilienM | mtreinish: https://bugs.launchpad.net/tempest/+bug/1492419 | 18:41 |
openstack | Launchpad bug 1492419 in tempest "test_list_projects_returns_only_authorized_projects fails with 401" [Undecided,New] | 18:41 |
*** rbak has quit IRC | 18:41 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for cells network test blacklist bug 1492255 https://review.openstack.org/220619 | 18:41 |
openstack | bug 1492255 in OpenStack Compute (nova) "Cells gate job fails because of 2 network tests" [Critical,In progress] https://launchpad.net/bugs/1492255 - Assigned to Sylvain Bauza (sylvain-bauza) | 18:41 |
mriedem | mtreinish: ^ | 18:42 |
*** austin81 has joined #openstack-qa | 18:43 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 219590,5,79dc1b9 | 18:45 |
*** svilgelm has quit IRC | 18:50 | |
*** dave-mccowan has quit IRC | 18:51 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for cells network test blacklist bug 1492255 https://review.openstack.org/220619 | 18:57 |
openstack | bug 1492255 in OpenStack Compute (nova) "Cells gate job fails because of 2 network tests" [Critical,In progress] https://launchpad.net/bugs/1492255 - Assigned to Sylvain Bauza (sylvain-bauza) | 18:57 |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-neutron-full 212498,7,159d022 | 18:59 |
*** mpopow has joined #openstack-qa | 19:02 | |
*** e0ne has joined #openstack-qa | 19:03 | |
*** VanL has quit IRC | 19:07 | |
*** dwalleck_ has joined #openstack-qa | 19:07 | |
*** vgridnev has joined #openstack-qa | 19:09 | |
*** dwalleck has quit IRC | 19:11 | |
*** dwalleck_ has quit IRC | 19:12 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm-partial-ncpu 217572,1,0465d5e | 19:12 |
*** vponomaryov has quit IRC | 19:12 | |
*** Sukhdev_ has joined #openstack-qa | 19:13 | |
*** sshnaidm has quit IRC | 19:14 | |
*** dave-mccowan has joined #openstack-qa | 19:19 | |
*** mylu has quit IRC | 19:19 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for ceph AttributeError in glance-store bug 1492432 https://review.openstack.org/220631 | 19:20 |
openstack | bug 1492432 in glance_store "ceph job is busted in the gate on "AttributeError: 'module' object has no attribute 'ImageExists'"" [Undecided,New] https://launchpad.net/bugs/1492432 | 19:20 |
mriedem | sdague: ^ | 19:20 |
openstackgerrit | Merged openstack-dev/devstack: Use the pip installed version of requests with Fedora https://review.openstack.org/219276 | 19:21 |
*** mylu has joined #openstack-qa | 19:23 | |
openstackrecheck | Console logs not available after 13:23s for gate-cinder-python27 218750,9,aff51d7 | 19:25 |
openstackgerrit | Merged openstack-dev/grenade: mount xfs with nouuid https://review.openstack.org/220472 | 19:30 |
*** rbak has joined #openstack-qa | 19:31 | |
*** ccneill_ has joined #openstack-qa | 19:32 | |
*** ccneill has quit IRC | 19:35 | |
*** rbak has quit IRC | 19:36 | |
*** tosky has quit IRC | 19:37 | |
*** pradk has joined #openstack-qa | 19:37 | |
*** ccneill_ has quit IRC | 19:39 | |
openstackrecheck | Console logs not available after 13:28s for gate-tempest-dsvm-full 203078,24,2431815 | 19:39 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements https://review.openstack.org/217222 | 19:41 |
openstackgerrit | Russell Bryant proposed openstack-dev/devstack: neutron: Stop using deprecated option name. https://review.openstack.org/220649 | 19:42 |
*** VanL has joined #openstack-qa | 19:47 | |
*** rbak has joined #openstack-qa | 19:50 | |
*** rbak has quit IRC | 19:52 | |
openstackrecheck | Console logs not available after 13:30s for gate-tempest-dsvm-full 202675,23,6f45d4b | 19:52 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for ceph AttributeError in glance-store bug 1492432 https://review.openstack.org/220631 | 19:55 |
openstack | bug 1492432 in glance_store "ceph job is busted in the gate on "AttributeError: 'module' object has no attribute 'ImageExists'"" [Critical,Confirmed] https://launchpad.net/bugs/1492432 | 19:55 |
*** lucas-beer has quit IRC | 19:58 | |
*** austin81 has quit IRC | 19:58 | |
*** rbak has joined #openstack-qa | 19:59 | |
*** VanL has quit IRC | 20:00 | |
*** boris-42 has joined #openstack-qa | 20:03 | |
*** openstackgerrit_ has quit IRC | 20:03 | |
*** openstackgerrit_ has joined #openstack-qa | 20:04 | |
*** malini has joined #openstack-qa | 20:05 | |
*** mylu has quit IRC | 20:05 | |
*** mylu has joined #openstack-qa | 20:06 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-full 202677,23,4feb88c | 20:06 |
*** ranger81 has joined #openstack-qa | 20:08 | |
*** mylu_ has joined #openstack-qa | 20:08 | |
*** mylu has quit IRC | 20:08 | |
*** dzamboni has quit IRC | 20:12 | |
*** asselin_ has joined #openstack-qa | 20:14 | |
*** beisner- has joined #openstack-qa | 20:15 | |
*** asselin has quit IRC | 20:16 | |
*** EmilienM has quit IRC | 20:16 | |
*** beisner has quit IRC | 20:16 | |
*** lascii has quit IRC | 20:16 | |
*** EmilienM_ has joined #openstack-qa | 20:16 | |
*** rbak has quit IRC | 20:16 | |
*** beisner- is now known as beisner | 20:16 | |
*** EmilienM_ is now known as EmilienM | 20:16 | |
*** alaski has joined #openstack-qa | 20:17 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-full 202678,23,4d2411d | 20:19 |
*** dustins has quit IRC | 20:21 | |
*** dustins has joined #openstack-qa | 20:22 | |
*** alaski is now known as lascii | 20:24 | |
*** austin81 has joined #openstack-qa | 20:24 | |
*** malini has quit IRC | 20:26 | |
*** rbak has joined #openstack-qa | 20:27 | |
*** mylu_ has quit IRC | 20:29 | |
*** rbak has quit IRC | 20:32 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-postgres-full 218407,2,b3d5ead | 20:33 |
*** malini has joined #openstack-qa | 20:33 | |
*** rbak has joined #openstack-qa | 20:34 | |
*** rbak has quit IRC | 20:40 | |
*** austin81 has left #openstack-qa | 20:41 | |
*** VanL has joined #openstack-qa | 20:42 | |
openstackgerrit | Matt Riedemann proposed openstack/tempest: Remove skip on test_stamp_pattern https://review.openstack.org/218355 | 20:45 |
openstackgerrit | Matt Riedemann proposed openstack/tempest: test_stamp_pattern: cleanup class scope variable usage https://review.openstack.org/219382 | 20:45 |
*** pradk has quit IRC | 20:46 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full 199205,26,f7f5b9d | 20:46 |
*** openstackgerrit_ has quit IRC | 20:47 | |
akraminsky | mtreinish, http://logs.openstack.org/33/165233/20/check/gate-tempest-dsvm-large-ops/9f2c25e/console.html im trying to trace the issue but get lost in how the calls are made | 20:47 |
*** VanL has quit IRC | 20:47 | |
*** openstackgerrit_ has joined #openstack-qa | 20:47 | |
*** openstackgerrit_ has quit IRC | 20:48 | |
*** openstackgerrit_ has joined #openstack-qa | 20:48 | |
mtreinish | akraminsky: ok, well that test is failing during a poll loop after a server delet is issued | 20:48 |
mtreinish | while it's polling the server waiting for a 404 response from nova the server went into an error state | 20:49 |
mtreinish | akraminsky: so if you check the nova logs this is the likely issue: http://logs.openstack.org/33/165233/20/check/gate-tempest-dsvm-large-ops/9f2c25e/logs/screen-n-cpu-1.txt.gz?level=TRACE | 20:50 |
*** mylu has joined #openstack-qa | 20:50 | |
akraminsky | mtreinish, ha I didn't see these errors thanks | 20:52 |
*** austin81 has joined #openstack-qa | 20:53 | |
*** jffische has quit IRC | 20:53 | |
*** openstackgerrit_ has quit IRC | 20:53 | |
*** rbak has joined #openstack-qa | 20:55 | |
*** mylu has quit IRC | 20:57 | |
*** malini has left #openstack-qa | 20:57 | |
*** mylu has joined #openstack-qa | 20:57 | |
*** Swami has quit IRC | 20:58 | |
*** nic has joined #openstack-qa | 20:59 | |
openstackrecheck | Console logs not available after 13:42s for gate-tempest-dsvm-neutron-full 209581,20,5ccab39 | 21:00 |
*** jasonsb has quit IRC | 21:00 | |
*** tpeoples has quit IRC | 21:01 | |
*** jasonsb has joined #openstack-qa | 21:01 | |
*** mylu has quit IRC | 21:01 | |
*** rfolco has quit IRC | 21:02 | |
*** ajmiller has quit IRC | 21:04 | |
*** ajmiller has joined #openstack-qa | 21:05 | |
*** diegows has joined #openstack-qa | 21:05 | |
*** rossella_s has quit IRC | 21:05 | |
*** rbak has quit IRC | 21:06 | |
*** rossella_s has joined #openstack-qa | 21:06 | |
*** davideag_ has joined #openstack-qa | 21:06 | |
*** rbak has joined #openstack-qa | 21:07 | |
*** rbak has quit IRC | 21:07 | |
*** HenryG has quit IRC | 21:07 | |
*** davideagnello has quit IRC | 21:07 | |
*** j_king has quit IRC | 21:08 | |
*** bknudson has quit IRC | 21:08 | |
*** timello has quit IRC | 21:08 | |
*** jogo has quit IRC | 21:08 | |
*** pvaneck has quit IRC | 21:08 | |
*** ranger81_ has joined #openstack-qa | 21:08 | |
*** lutostag has quit IRC | 21:09 | |
*** dkranz has quit IRC | 21:09 | |
*** j_king has joined #openstack-qa | 21:09 | |
*** HenryG has joined #openstack-qa | 21:11 | |
*** maurosr has quit IRC | 21:11 | |
*** ranger81 has quit IRC | 21:11 | |
*** dosaboy has quit IRC | 21:11 | |
*** dosaboy has joined #openstack-qa | 21:12 | |
*** lutostag has joined #openstack-qa | 21:12 | |
*** Sukhdev_ has quit IRC | 21:13 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-neutron 219684,1,5cebbc6 | 21:13 |
*** timello has joined #openstack-qa | 21:13 | |
*** lutostag has quit IRC | 21:14 | |
*** jhenner has joined #openstack-qa | 21:14 | |
*** lutostag has joined #openstack-qa | 21:15 | |
*** dustins has quit IRC | 21:16 | |
*** lutostag has quit IRC | 21:16 | |
*** lutostag has joined #openstack-qa | 21:17 | |
*** jasonsb_ has joined #openstack-qa | 21:18 | |
*** diegows has quit IRC | 21:18 | |
*** maurosr has joined #openstack-qa | 21:19 | |
*** lutostag_ has joined #openstack-qa | 21:20 | |
*** lutostag_ has quit IRC | 21:20 | |
*** lutostag_ has joined #openstack-qa | 21:21 | |
*** lutostag_ has quit IRC | 21:21 | |
*** jasonsb has quit IRC | 21:21 | |
*** pvaneck has joined #openstack-qa | 21:22 | |
*** dimtruck is now known as zz_dimtruck | 21:25 | |
*** lascii is now known as alaski | 21:25 | |
*** lutostag has quit IRC | 21:25 | |
*** dkranz has joined #openstack-qa | 21:26 | |
*** lutostag has joined #openstack-qa | 21:26 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-full 202676,23,300fd7b | 21:27 |
*** lutostag has quit IRC | 21:29 | |
*** lutostag has joined #openstack-qa | 21:30 | |
*** diegows has joined #openstack-qa | 21:31 | |
openstackgerrit | Merged openstack-infra/subunit2sql: Add graph to show failure rates grouped by run metadata https://review.openstack.org/217795 | 21:31 |
*** yamamoto_ has quit IRC | 21:31 | |
*** diegows has quit IRC | 21:34 | |
openstackgerrit | Merged openstack/tempest: Ensure test_list_show_tenant_networks is isolated https://review.openstack.org/195345 | 21:38 |
mtreinish | armax, mestery: ^^^ | 21:38 |
openstackrecheck | Console logs not available after 13:43s for gate-tempest-dsvm-full-liberty 219011,2,2ae050e | 21:40 |
*** ctrath has quit IRC | 21:43 | |
*** dims_ has joined #openstack-qa | 21:43 | |
*** dimsum__ has quit IRC | 21:47 | |
*** austin81 has left #openstack-qa | 21:47 | |
*** dims_ has quit IRC | 21:48 | |
openstackgerrit | Merged openstack-dev/devstack: Revert "Convert identity defaults to keystone v3 api" https://review.openstack.org/220532 | 21:50 |
*** mriedem has quit IRC | 21:53 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-full 202674,23,9ea0107 | 21:54 |
*** zz_dimtruck is now known as dimtruck | 21:55 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements https://review.openstack.org/217222 | 21:56 |
*** jogo has joined #openstack-qa | 21:57 | |
armax | mtreinish: omg! | 22:01 |
armax | mtreinish: oh btw..I got an extra bottle of ink for you too | 22:02 |
armax | mtreinish: you can get a tatoo if you’re interested | 22:02 |
mtreinish | haha, I'm ok | 22:03 |
*** pglass has quit IRC | 22:07 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-liberty 219737,1,bb9f85f | 22:07 |
*** aysyd has quit IRC | 22:14 | |
armax | mtreinish: ok, I won’t insist | 22:17 |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-full 197912,28,d1bbc6d | 22:21 |
*** moravec has quit IRC | 22:25 | |
*** moravec has joined #openstack-qa | 22:25 | |
*** e0ne has quit IRC | 22:27 | |
*** sabeen1 has quit IRC | 22:28 | |
*** e0ne has joined #openstack-qa | 22:31 | |
*** yamamoto has joined #openstack-qa | 22:32 | |
*** vgridnev has quit IRC | 22:34 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 202673,23,2e5ae48 | 22:34 |
*** yamamoto has quit IRC | 22:37 | |
*** dimtruck is now known as zz_dimtruck | 22:39 | |
*** moravec has quit IRC | 22:40 | |
*** tpeoples has joined #openstack-qa | 22:43 | |
openstackrecheck | Console logs not available after 13:27s for gate-tempest-dsvm-full 199051,25,a965176 | 22:48 |
*** e0ne has quit IRC | 22:49 | |
*** moravec has joined #openstack-qa | 22:51 | |
*** alex_xu has quit IRC | 22:53 | |
*** alex_xu has joined #openstack-qa | 22:56 | |
*** Sukhdev_ has joined #openstack-qa | 22:57 | |
*** jhenner has quit IRC | 22:59 | |
*** tpeoples has quit IRC | 23:00 | |
openstackrecheck | Console logs not available after 13:27s for gate-tempest-dsvm-full-ceph 219534,1,331ec08 | 23:01 |
*** moravec has quit IRC | 23:03 | |
*** nic has quit IRC | 23:05 | |
*** moravec has joined #openstack-qa | 23:05 | |
*** moravec has quit IRC | 23:12 | |
*** jamielennox is now known as jamielennox|away | 23:13 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-neutron 219557,2,cf9371e | 23:14 |
*** jasonsb_ has quit IRC | 23:17 | |
*** edmondsw has quit IRC | 23:19 | |
openstackrecheck | Console logs not available after 13:23s for gate-swift-python27 200932,6,f06f06f | 23:28 |
openstackrecheck | Console logs not available after 13:22s for gate-glance-python27 218869,3,11b09ea | 23:41 |
*** dimsum__ has joined #openstack-qa | 23:52 | |
*** dimsum__ has quit IRC | 23:52 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full-liberty 219740,1,fe65cc8 | 23:55 |
*** ajmiller has quit IRC | 23:56 | |
*** Sukhdev_ has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!