Friday, 2015-09-11

akraminsky_mtreinish, can you review this tempest test for me? https://review.openstack.org/#/c/165233/00:01
akraminsky_mriedem ^^00:01
akraminsky_Tomorrow's my last day here as an intern, it'd be much appreciated if you guys can get some review in :)00:02
*** davideagnello has quit IRC00:02
*** achanda has quit IRC00:02
*** davideagnello has joined #openstack-qa00:02
*** Sukhdev has quit IRC00:02
*** achanda has joined #openstack-qa00:03
*** Sukhdev has joined #openstack-qa00:03
mriedemakraminsky_: mtreinish: is there a multinode job on the tempest experimental queue?00:04
mriedemi'd rather verify the test passes in jenkins than review the code00:04
mriedemor at least verify it passes first00:04
*** Swami has joined #openstack-qa00:05
*** zhangjn has joined #openstack-qa00:07
*** Sukhdev has quit IRC00:07
*** malini has joined #openstack-qa00:12
*** sabeen2 has quit IRC00:13
*** ranger81 has joined #openstack-qa00:13
*** hichihara has joined #openstack-qa00:14
*** Swami has quit IRC00:16
*** malini has quit IRC00:17
*** ranger81 has quit IRC00:18
openstackgerritZhang Jinnan proposed openstack-dev/devstack: Enable some serivce when on boot  https://review.openstack.org/21496500:19
*** dmorita has joined #openstack-qa00:25
*** mlavalle has quit IRC00:30
*** zhangjn has quit IRC00:31
mtreinishmriedem: yes there is, but it looks like you figured that out00:32
*** mudassirlatif has joined #openstack-qa00:36
mriedemi guess00:36
*** pvaneck has quit IRC00:39
mudassirlatifHi, I’m having a problem with multi-node devstack setup00:39
mudassirlatiffollowing: http://docs.openstack.org/developer/devstack/guides/multinode-lab.html ....00:39
*** jasonsb has quit IRC00:39
mudassirlatifI can create nova instances on the cluster controller ….00:40
mudassirlatifbut when trying to create one on the nova-only node …. I get this error: libvirtError: internal error: process exited while connecting to monitor: qemu-system-x86_64: Failed to start VNC server on `10.203.128.39:0': Failed to bind socket: Cannot assign requested address00:41
*** zz_dimtruck is now known as dimtruck00:41
*** apevec has quit IRC00:42
*** jasonsb has joined #openstack-qa00:43
openstackgerritTakeaki Matsumoto proposed openstack/tempest: Fix the condition of nova cert tests  https://review.openstack.org/21661500:50
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Switch using token_client to the recommended  https://review.openstack.org/22242100:53
*** jasonsb has quit IRC00:55
mudassirlatifany ideas, where to start looking?00:56
*** armax has joined #openstack-qa00:57
*** jhenner has quit IRC00:59
*** jhenner has joined #openstack-qa01:03
openstackgerritTakeaki Matsumoto proposed openstack/tempest: Fix the condition of nova cert tests  https://review.openstack.org/21661501:07
*** tsekiyam_ has joined #openstack-qa01:07
*** jasonsb has joined #openstack-qa01:08
*** achanda has quit IRC01:08
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm 217922,6,546655801:08
*** achanda has joined #openstack-qa01:08
*** jhenner has quit IRC01:08
*** tsekiyama has quit IRC01:11
*** tsekiyam_ has quit IRC01:12
*** mudassirlatif has quit IRC01:19
*** amotoki has joined #openstack-qa01:26
*** armax has quit IRC01:26
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 219382,7,7c0e62601:26
*** armax has joined #openstack-qa01:27
*** ajmiller has quit IRC01:28
*** armax has quit IRC01:29
*** armax has joined #openstack-qa01:30
*** jhenner has joined #openstack-qa01:34
*** armax has quit IRC01:34
*** enikanorov__ has quit IRC01:36
markvoelkermriedem: Yeah, I've looked at the vmware driver code and the hyper-v driver code and they both basically ignore the device name param (which sorta makes sense).01:41
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-neutron-dvr 218355,11,3662d9001:41
markvoelkermriedem: but I think test_attach_detach_volume does verify the device name, doesn't it?  http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/compute/volumes/test_attach_volume.py#n11501:42
*** zhangjn has joined #openstack-qa01:42
openstackrecheckopenstack/cinder change: https://review.openstack.org/221922 failed gate-cinder-python27 in the gate queue with an unrecognized error01:45
openstackrecheckopenstack/cinder change: https://review.openstack.org/222253 failed gate-cinder-python27 in the gate queue with an unrecognized error01:45
openstackrecheckopenstack/nova change: https://review.openstack.org/222023 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/146363101:46
openstackLaunchpad bug 1463631 in grenade "60_nova/resources.sh:106:ping_check_public fails intermittently" [Undecided,Confirmed]01:46
markvoelkerOoooh...but that device name is presumably getting taken from volume_device_name in the tempest config.  Duh.  http://git.openstack.org/cgit/openstack/tempest/tree/tempest/api/compute/volumes/test_attach_volume.py#n5001:47
*** jlvillal has quit IRC01:49
openstackgerritHidekazu Nakamura proposed openstack-dev/devstack: Fix typo in lib/keystone  https://review.openstack.org/22243301:51
openstackgerritGao Zexu proposed openstack/tempest: Add test for volume snapshot in compute api  https://review.openstack.org/22208001:52
*** salv-orlando has joined #openstack-qa01:54
*** nadya has joined #openstack-qa01:55
*** nadya has quit IRC01:59
*** mylu has joined #openstack-qa02:00
*** salv-orlando has quit IRC02:02
mriedemmarkvoelker: yeah i guess test_attach_detach_volume does check the partition02:15
mriedemthe only difference with that and test_stamp_pattern then is (1) it stops and starts the server after attach and detach for some reason and (2) it isn't doing volume and instance snapshots like test_stamp_pattern02:16
markvoelkermriedem: yeah.  And in test_attach_detach_volume it's actually specifying the device name as the value from the config and checking for the same, so there's sort of wiggle room here.02:17
markvoelkerE.g. even on backends like vmw or msft, as long as you set the value in the config to the hypervisor's default behavior, you can get the test to pass.02:18
*** jlvillal has joined #openstack-qa02:18
markvoelker(even though the driver is actually ignoring the name it's being sent)02:18
*** zhangjn has quit IRC02:18
*** jecarey has joined #openstack-qa02:19
markvoelkerUltimately I guess it would make sense to have a test that explicitly tests that that parameter works on backends where it's supposed to...but that list seems to be getting smaller and smaller. =p02:20
*** yamahata has quit IRC02:24
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default  https://review.openstack.org/22130002:24
*** yamamoto has quit IRC02:24
*** TC01 has quit IRC02:25
*** ranger81 has joined #openstack-qa02:25
*** dims_ has quit IRC02:25
*** jhenner has quit IRC02:28
*** ranger81 has quit IRC02:29
*** TC01 has joined #openstack-qa02:33
*** dims has joined #openstack-qa02:33
*** jlvillal has quit IRC02:35
*** dave-mccowan has joined #openstack-qa02:35
*** dave-mccowan has quit IRC02:35
*** achanda has quit IRC02:35
*** achanda has joined #openstack-qa02:36
*** achanda has quit IRC02:42
*** achanda has joined #openstack-qa02:42
*** achanda has quit IRC02:44
*** achanda has joined #openstack-qa02:45
gmannmtreinish: armax: regarding https://review.openstack.org/#/c/216887/02:46
gmannmtreinish: armax: looks interesting that two networks can have same address space within same tenant.....02:47
*** achanda has quit IRC02:47
*** achanda has joined #openstack-qa02:48
gmannmtreinish: armax: any special use case of that? m interested to know as i cannot visualize such use case within same tenant..02:48
*** jaypipes has quit IRC02:49
*** sabeen has joined #openstack-qa02:51
*** mriedem has quit IRC02:52
*** achanda has quit IRC02:57
*** achanda has joined #openstack-qa02:58
*** ranger81 has joined #openstack-qa03:03
*** ranger81 has quit IRC03:04
*** SridharG has joined #openstack-qa03:05
*** achanda has quit IRC03:09
*** armax has joined #openstack-qa03:09
*** ranger81 has joined #openstack-qa03:12
*** dims has quit IRC03:20
*** yamamoto has joined #openstack-qa03:22
*** tpeoples has joined #openstack-qa03:24
*** tochi has quit IRC03:26
*** amotoki has quit IRC03:27
*** adam_g has quit IRC03:32
*** dims has joined #openstack-qa03:32
*** tpeoples has quit IRC03:33
*** adam_g has joined #openstack-qa03:35
*** adam_g has quit IRC03:35
*** adam_g has joined #openstack-qa03:35
*** ajmiller_ has quit IRC03:45
*** amotoki has joined #openstack-qa03:45
*** dims has quit IRC03:46
*** amotoki has quit IRC03:54
*** nadya has joined #openstack-qa03:55
*** amotoki has joined #openstack-qa03:58
*** ranger81 has quit IRC03:58
openstackgerritYAMAMOTO Takashi proposed openstack/tempest: Skip test_router_rescheduling if l3 scheduler extension is not enabled  https://review.openstack.org/22213603:59
*** ranger81 has joined #openstack-qa03:59
*** nadya has quit IRC04:00
*** achanda has joined #openstack-qa04:00
*** ranger81 has quit IRC04:00
tonybSo does anyone have an opinion on how to handle lib-forward-testing when stable/* and master are known to be incompatible.04:00
*** ranger81 has joined #openstack-qa04:01
*** ramineni has joined #openstack-qa04:01
*** ranger81 has quit IRC04:01
*** ranger81 has joined #openstack-qa04:01
openstackgerritYAMAMOTO Takashi proposed openstack/tempest: Add a simple test for port security vs security group  https://review.openstack.org/22122004:02
*** ramineni has quit IRC04:05
openstackgerritGhanshyam Mann proposed openstack/tempest: Return complete response from servers_client  https://review.openstack.org/21655904:05
*** tochi has joined #openstack-qa04:10
*** salv-orlando has joined #openstack-qa04:11
openstackgerritAnusha Ramineni proposed openstack/tempest: Add unit tests for volumes_extensions_client  https://review.openstack.org/21661804:14
*** amotoki has quit IRC04:18
*** dimtruck is now known as zz_dimtruck04:18
*** salv-orlando has quit IRC04:18
*** vgridnev has joined #openstack-qa04:22
*** ranger81 has quit IRC04:22
piyush_Hi Gmann04:23
*** amotoki has joined #openstack-qa04:25
*** ranger81 has joined #openstack-qa04:27
openstackgerritMerged openstack/tempest: Remove list_security_group_rules wrapper method  https://review.openstack.org/22166004:29
*** sabeen has quit IRC04:37
*** ramineni_ has joined #openstack-qa04:40
*** enikanorov has joined #openstack-qa04:45
gmannpiyush_: hi04:46
*** BharatK has joined #openstack-qa04:47
openstackgerritAnusha Ramineni proposed openstack/tempest: Add unit tests for security_group_rules_client  https://review.openstack.org/21998804:48
piyush_gmann: this is regarding _cleanup_namespace() do i need to add this function in tempest/services/image/v2/json/image_client.py  and call from L39 in  tempest/api/image/v2/test_images_metadefs_namespaces.py04:48
gmannpiyush_: no, in test case itself something like - https://github.com/openstack/tempest/blob/master/tempest/api/compute/servers/test_server_actions.py#L16104:51
piyush_gmann: gotcha.. thanks :-)04:52
gmannpiyush_: np :)04:52
*** achanda has quit IRC04:54
ramineni_gmann: mkoderer : hi04:55
ramineni_gmann: mkoderer : should the test coverage be 100%?04:55
*** achanda has joined #openstack-qa04:55
ramineni_gmann: because there are cases like https://github.com/openstack/tempest/blob/master/tempest/services/compute/json/volumes_extensions_client.py#L7604:55
ramineni_coverage shows missing, do we need to add them also?04:56
ramineni_gmann: mkoderer ^^04:56
*** mylu has quit IRC04:56
openstackgerritGao Zexu proposed openstack/tempest: Add test for volume snapshot in compute api  https://review.openstack.org/22208005:02
*** jlvillal has joined #openstack-qa05:06
*** woodster_ has quit IRC05:09
*** yfried has quit IRC05:11
gmannramineni_: for these kind of method i thin k we do not need05:12
ramineni_gmann: ok05:15
ramineni_thanks05:15
*** BharatK has quit IRC05:20
*** salv-orlando has joined #openstack-qa05:23
*** ranger81 has quit IRC05:26
*** yfried has joined #openstack-qa05:28
*** salv-orlando has quit IRC05:30
*** BharatK has joined #openstack-qa05:33
*** hichihara has quit IRC05:34
*** Poornima has joined #openstack-qa05:34
*** nadya has joined #openstack-qa05:35
*** shausy has joined #openstack-qa05:37
*** nadya has quit IRC05:40
*** ompp has joined #openstack-qa05:42
*** nadya has joined #openstack-qa05:48
*** shausy has quit IRC05:48
openstackgerritPiyush Pathak proposed openstack/tempest: Metadata definition namespaces api added  https://review.openstack.org/21755505:49
openstackgerritTakeaki Matsumoto proposed openstack/tempest: Fix way to create login_url in dashboard test  https://review.openstack.org/22247005:50
*** fedexo has joined #openstack-qa05:54
*** vgridnev has quit IRC05:56
*** nadya has quit IRC05:56
mkodererramineni_: Hi, 100% is not needed. But it's a good indicator to see if a function is missing06:00
ramineni_mkoderer: ok, thanks :)06:01
mkodererramineni_: if you have a sec for a review: https://review.openstack.org/#/c/222045/ and https://review.openstack.org/#/c/222067/06:05
mkodererramineni_: I guess it would be better to split the tests in https://review.openstack.org/#/c/222067 ...06:06
*** SridharG has left #openstack-qa06:06
*** vgridnev has joined #openstack-qa06:07
* ramineni_ looks06:09
ramineni_mkoderer: by default it tests only detail right ?06:12
*** jasonsb has quit IRC06:13
ramineni_mkoderer: can we add one more function with detail=True, so that other schema is also tested schema.list_availability_zone_list06:14
ramineni_mkoderer: by splitting i mean :)06:14
mkodererramineni_: so currently it tests both.. all in one test... ok you can -1 and I will split it in a better way06:15
*** markvoelker has quit IRC06:16
openstackgerritPiyush Pathak proposed openstack/tempest: Metadata definition namespaces api added  https://review.openstack.org/21755506:19
ramineni_mkoderer: added a comment06:23
*** mpaolino has joined #openstack-qa06:24
mkodererramineni_: thx06:24
*** shardy has joined #openstack-qa06:25
*** fedexo has quit IRC06:25
piyush_Hi afazekas,gmann: I have made the appropriate changes in the code as recommended please have look now https://review.openstack.org/21755506:30
*** jasonsb has joined #openstack-qa06:30
*** vgridnev has quit IRC06:33
*** jasonsb has quit IRC06:36
*** hoangcx has joined #openstack-qa06:42
*** SridharG has joined #openstack-qa06:44
*** vgridnev has joined #openstack-qa06:45
*** amotoki has quit IRC06:46
*** dims has joined #openstack-qa06:48
*** salv-orlando has joined #openstack-qa06:53
*** dims has quit IRC06:53
*** b10n1k__ has quit IRC06:59
openstackgerritAnusha Ramineni proposed openstack/tempest: Add unit tests for volumes_extensions_client  https://review.openstack.org/21661807:00
*** salv-orlando has quit IRC07:00
*** jlanoux has joined #openstack-qa07:04
*** jlanoux_ has joined #openstack-qa07:07
*** jlanoux has quit IRC07:09
*** markvoelker has joined #openstack-qa07:17
*** markvoelker has quit IRC07:22
*** neeti has joined #openstack-qa07:22
*** e0ne has joined #openstack-qa07:25
*** e0ne has quit IRC07:26
*** yog has joined #openstack-qa07:26
*** yog is now known as Guest8098807:27
openstackgerritMerged openstack/tempest: Enhance unit test coverage: agents_client  https://review.openstack.org/22204507:30
openstackrecheckConsole logs not available after 13:28s for gate-tempest-dsvm-neutron-dvr 222470,1,bb083c807:31
*** dtantsur|afk is now known as dtantsur07:36
*** ranger81 has joined #openstack-qa07:38
*** vgridnev has quit IRC07:40
*** ranger81 has quit IRC07:42
openstackrecheckConsole logs not available after 13:21s for gate-requirements-integration-dsvm 221157,4,1315d1b07:45
*** cdent has joined #openstack-qa07:45
openstackgerritMerged openstack/tempest: Add unit test for server_groups_client  https://review.openstack.org/21786107:48
*** oomichi has joined #openstack-qa07:57
openstackgerritIevgeniia Zadorozhna proposed openstack/tempest: Added Identity API tests for user ec2 credentials  https://review.openstack.org/19458407:58
*** sayali has quit IRC08:00
*** sayali has joined #openstack-qa08:03
*** jlanoux_ has quit IRC08:05
*** prnk28 has joined #openstack-qa08:06
*** amotoki has joined #openstack-qa08:06
*** jlanoux has joined #openstack-qa08:08
*** safchain has joined #openstack-qa08:08
*** achanda has quit IRC08:09
*** achanda has joined #openstack-qa08:12
*** amotoki_ has joined #openstack-qa08:12
*** e0ne has joined #openstack-qa08:13
*** amotoki has quit IRC08:14
*** achanda has quit IRC08:16
*** amotoki_ has quit IRC08:16
*** k4n0 has joined #openstack-qa08:20
openstackgerritAnusha Ramineni proposed openstack/tempest: Full response for missed IdentityV2Client methods  https://review.openstack.org/21610908:22
*** nadya has joined #openstack-qa08:22
*** e0ne has quit IRC08:24
*** amotoki has joined #openstack-qa08:26
*** prnk28 has quit IRC08:28
*** mylu has joined #openstack-qa08:28
*** e0ne has joined #openstack-qa08:28
*** mylu has quit IRC08:32
*** jordanP has joined #openstack-qa08:34
*** salv-orlando has joined #openstack-qa08:35
*** armax has quit IRC08:41
*** hoangcx has quit IRC08:47
*** salv-orlando has quit IRC08:50
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Remove nova v2 API comments  https://review.openstack.org/22252308:50
*** cdent has quit IRC08:52
*** salv-orlando has joined #openstack-qa08:53
*** cdent has joined #openstack-qa08:56
*** vgridnev has joined #openstack-qa08:57
*** salv-orlando has quit IRC08:58
openstackgerritFalk Reimann proposed openstack-dev/devstack: Use swift port variable in keystone and cinder  https://review.openstack.org/21819909:02
*** shardy_ has joined #openstack-qa09:07
*** shardy has quit IRC09:08
*** dmorita has quit IRC09:09
*** gszasz has joined #openstack-qa09:11
*** shardy_ has quit IRC09:12
*** shardy has joined #openstack-qa09:13
*** armax has joined #openstack-qa09:19
*** nadya_ has joined #openstack-qa09:20
*** nadya has quit IRC09:20
*** dtantsur is now known as dtantsur|brb09:21
openstackgerritnayna-patel proposed openstack/tempest: Adds 'list-cells' and 'cell-capacities' tests  https://review.openstack.org/22093209:28
*** armax has quit IRC09:35
*** tosky has joined #openstack-qa09:35
*** armax has joined #openstack-qa09:36
openstackrecheckConsole logs not available after 13:30s for gate-tempest-dsvm-neutron-full 222511,1,803ad3d09:38
openstackgerritAnusha Ramineni proposed openstack/tempest: Add unit tests for security_group_rules_client  https://review.openstack.org/21998809:41
*** dims has joined #openstack-qa09:46
openstackgerritGhanshyam Mann proposed openstack/tempest: Fix missing value types for log message  https://review.openstack.org/22255009:53
gmannmasayukig: ^^ quick one09:56
openstackgerritGao Zexu proposed openstack/tempest: Add test for volume snapshot in compute api  https://review.openstack.org/22208009:56
*** prnk28 has joined #openstack-qa10:06
*** aix has joined #openstack-qa10:08
openstackgerritAnusha Ramineni proposed openstack/tempest: Add unit tests for volumes_extensions_client  https://review.openstack.org/21661810:08
*** kiran-r has joined #openstack-qa10:21
*** mpaolino has quit IRC10:28
*** mylu has joined #openstack-qa10:29
*** pc_m has joined #openstack-qa10:29
*** mpaolino has joined #openstack-qa10:31
*** dtantsur|brb is now known as dtantsur10:31
*** mylu has quit IRC10:33
*** yamamoto has quit IRC10:34
*** armax has quit IRC10:35
kiran-roomichi: sdague: Are Loadbalancer scenarios removed from tempest??10:35
kiran-rAnybody?? ^^10:35
oomichikiran-r: sorry, I dont know10:36
oomichikiran-r: maybe these tests were migrated to LBaaS repo10:36
oomichikiran-r: https://review.openstack.org/#/c/186559/10:37
*** armax has joined #openstack-qa10:37
oomichikiran-r: neutron-lbaas has contained these tests now, that is great thing10:38
*** ylobankov has quit IRC10:47
*** ylobankov has joined #openstack-qa10:51
*** dave-mccowan has joined #openstack-qa10:57
*** ranger81 has joined #openstack-qa11:00
openstackgerritSean Dague proposed openstack-dev/devstack: DNM: test libs from git with oslo.config  https://review.openstack.org/22223411:01
openstackgerritSean Dague proposed openstack-dev/devstack: DNM: test libs from git with python-keystonclient  https://review.openstack.org/22223511:01
openstackgerritSean Dague proposed openstack-dev/devstack: check LIBS_FROM_GIT  https://review.openstack.org/22125611:01
openstackgerritSean Dague proposed openstack-dev/devstack: move back to editable install for oslo  https://review.openstack.org/22230611:01
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default  https://review.openstack.org/22130011:01
*** zhangjn has joined #openstack-qa11:02
*** zhangjn has quit IRC11:02
*** markvoelker has joined #openstack-qa11:04
*** ranger81 has quit IRC11:04
*** oomichi has quit IRC11:06
*** ramineni_ has quit IRC11:08
openstackrecheckConsole logs not available after 13:28s for gate-tempest-dsvm-full 220932,3,9db264e11:08
sdagueso mkoderer if you can put a DNM stackrc change on top of - https://review.openstack.org/#/c/221256/ with whatever configs you think are out there that aren't working correctly with LIBS_FROM_GIT11:08
*** markvoelker has quit IRC11:09
*** jlanoux has quit IRC11:11
*** jhenner has joined #openstack-qa11:20
openstackgerritMerged openstack/tempest: Full response for database flavor client methods  https://review.openstack.org/21495211:20
*** yamamoto has joined #openstack-qa11:21
*** ompp has quit IRC11:22
*** yamamoto_ has joined #openstack-qa11:22
*** yamamoto has quit IRC11:25
*** apevec has joined #openstack-qa11:29
*** apevec has quit IRC11:29
*** apevec has joined #openstack-qa11:29
*** Poornima has quit IRC11:34
*** anshul has joined #openstack-qa11:38
openstackrecheckConsole logs not available after 13:46s for gate-tempest-dsvm-postgres-full 222511,1,03bbe2411:38
*** mpaolino has quit IRC11:42
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default  https://review.openstack.org/22130011:50
mkoderersdague: ok cool. will do11:51
*** yfried has quit IRC11:52
*** anshul has quit IRC11:53
EmilienMmtreinish: good morning - I'm still trying to make scenario.test_network_basic_ops working on ubuntu (it works well on centos) - but I've got an issue at the end of the test when it tries to create the floating-IP, the neutron port is in error11:55
EmilienMhttp://logs.openstack.org/52/217352/57/check/gate-puppet-openstack-integration-dsvm-trusty/320db6c/console.html#_2015-09-11_00_13_53_86611:55
EmilienMas you suggested me, we have now tempest logs here too: http://logs.openstack.org/52/217352/57/check/gate-puppet-openstack-integration-dsvm-trusty/320db6c/logs/tempest.txt.gz11:55
*** Guest47 has joined #openstack-qa11:55
EmilienMit works fine on centos: https://review.openstack.org/#/c/217352/11:55
EmilienMmtreinish: if you look at http://goo.gl/W1s6PH <-- this is where the port is created, goes DOWN and then ERROR11:57
EmilienMI'm just wondering if you already saw that in the gate11:57
openstackgerritMarc Koderer proposed openstack/tempest: Enhance unit test coverage: availability_zone_client  https://review.openstack.org/22206711:57
*** Guest47_ has joined #openstack-qa11:58
EmilienMmtreinish: I think this is nothing about tempest, I'm looking at neutron logs now11:59
*** anshul has joined #openstack-qa11:59
*** Guest80988 has quit IRC12:00
*** Guest47 has quit IRC12:01
EmilienMmtreinish: floating IP is not created in the l3 agent: http://goo.gl/Yoaqzo12:01
sayalihello, is there a good way to backport tests to older tempest codebase?12:01
*** malini has joined #openstack-qa12:01
*** malini has quit IRC12:02
*** malini has joined #openstack-qa12:02
mkodererEmilienM: for me it looks like a ovs issue12:03
EmilienMmtreinish: https://bugs.launchpad.net/tripleo/+bug/149063912:03
openstackLaunchpad bug 1490639 in tripleo "Floating IP's no longer working" [Undecided,Fix released]12:03
EmilienMit seems like a bug in Neutron12:04
*** jlanoux has joined #openstack-qa12:04
EmilienMbut I'm not sure12:04
*** malini1 has joined #openstack-qa12:04
EmilienMhttps://review.openstack.org/#/c/218723/12:04
EmilienMmtreinish: I think netaddr is the wrong version in Ubuntu Trusty12:04
*** aysyd has joined #openstack-qa12:05
*** yfried has joined #openstack-qa12:05
mkodereryep could be the issue12:05
EmilienMmtreinish: yeah this is it12:06
EmilienMmtreinish: you did not hit in the gate, because you're not using packaging I guess12:07
*** malini has quit IRC12:07
*** woodster_ has joined #openstack-qa12:07
openstackrecheckopenstack/horizon change: https://review.openstack.org/207893 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/1450110 https://bugs.launchpad.net/bugs/135942812:08
openstackLaunchpad bug 1450110 in Cinder "boto tests randomly fail in resource_cleanup with "Failed to delete volume"" [High,Fix released] - Assigned to John Griffith (john-griffith)12:08
openstackLaunchpad bug 1359428 in Cinder "Checksum error\n Volume group for uuid not found; libdevmapper exiting with 2 device(s) still suspended" [High,Confirmed]12:08
EmilienMmtreinish: sorry for noise :)12:08
dmelladoEmilienM: which version of netaddr do you have? just FYI I'm using F22 and it works just fine (netaddr==0.7.15)12:09
EmilienMdmellado: 0.7.17-1~cloud012:09
EmilienMit's on Ubuntu Trusty12:09
EmilienMand yes you don't hit the issue, because you're running 'old' version12:10
EmilienMdmellado: look https://review.openstack.org/#/c/218723/12:10
dmelladoEmilienM: I see12:11
EmilienMI'm reporting the bug to ubuntu maintainers, it's blocking our gate atm12:11
*** jecarey has quit IRC12:12
dmelladoEmilienM: as a workaround for the time being you could just update that package using pip12:12
EmilienMdmellado: that's a good idea12:12
dmelladoEmilienM: could you try `pip install -U netaddr`and retry the test? that should work12:14
EmilienMdmellado: I don't think it will work because ubuntu does not provide the latest packages (that would include https://review.openstack.org/#/c/218723/ )12:15
EmilienMso I better to use the old version of netaddr, since I don't have https://review.openstack.org/#/c/218723/ in my package12:15
*** markvoelker has joined #openstack-qa12:15
EmilienMbut I can try12:15
* EmilienM trying now12:15
dmelladoEmilienM: but if the issue it's just because of that, pip version will update it12:15
dmelladojust be aware of having the proper pythonpath12:16
EmilienMdmellado: yes but neutron code won't have that: https://review.openstack.org/#/c/218723/12:16
EmilienMthat help the transition to the new version iiuc12:16
dmelladoI see, I thought you were running from source but installed the dependecies from rpm...12:17
*** rfolco has joined #openstack-qa12:17
EmilienMdmellado: everything is installed from APT12:18
EmilienMdmellado: except tempest, everything is from Ubuntu UCA 'liberty/proposed'12:19
*** mylu has joined #openstack-qa12:29
*** edmondsw has joined #openstack-qa12:31
*** mylu has quit IRC12:34
*** malini1 has quit IRC12:34
*** mwagner_lap has joined #openstack-qa12:34
*** regXboi has joined #openstack-qa12:38
mtreinishEmilienM: ah, so the ubuntu packages too new a netaddr with an older neutron version12:39
mtreinishso things don't work12:39
EmilienMyeah12:39
*** BharatK has quit IRC12:40
*** dustins has joined #openstack-qa12:43
*** bknudson has quit IRC12:45
*** nadya_ has quit IRC12:52
*** kiran-r has quit IRC12:53
*** neeti has quit IRC12:56
*** nadya has joined #openstack-qa12:57
*** VanL has joined #openstack-qa12:59
*** bknudson has joined #openstack-qa13:03
*** jecarey has joined #openstack-qa13:04
*** VanL has quit IRC13:04
*** VanL has joined #openstack-qa13:04
*** rossella_s has quit IRC13:06
*** rossella_s has joined #openstack-qa13:06
*** jffische has joined #openstack-qa13:09
*** bknudson has quit IRC13:09
*** bknudson has joined #openstack-qa13:11
*** mwagner_lap has quit IRC13:11
*** mwagner_lap has joined #openstack-qa13:11
*** nadya has quit IRC13:12
*** dkranz has joined #openstack-qa13:14
*** erlon has joined #openstack-qa13:15
*** frayedknot has joined #openstack-qa13:15
*** mpaolino has joined #openstack-qa13:15
*** jaypipes has joined #openstack-qa13:16
*** ChanServ sets mode: +o jaypipes13:16
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default  https://review.openstack.org/22130013:18
*** salv-orlando has joined #openstack-qa13:19
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default  https://review.openstack.org/22130013:20
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default  https://review.openstack.org/22130013:21
*** jaypipes is now known as leakypipes13:22
johnthetubaguymtreinish: hi, I can't remember if I managed to chat to you about this idea yet, its an idea to improve Nova's (tempest) test coverage. Would love you feedback if you find a spare moment: https://review.openstack.org/#/c/215664/13:22
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default  https://review.openstack.org/22130013:22
*** anshul has quit IRC13:23
mtreinishjohnthetubaguy: I don't remember seeing that before13:24
* mtreinish reads13:24
*** tochi has quit IRC13:25
*** ranger81 has joined #openstack-qa13:27
*** mriedem has joined #openstack-qa13:27
*** ctrath has joined #openstack-qa13:29
mtreinishjohnthetubaguy: ah, so the plan is to classify metadata about each feature group including whether it has tempest tests13:29
mtreinishI imagine all of that will be done manually?13:29
johnthetubaguymtreinish: at first, I kinda hope it can be auto generated, once we have a way for third party CI to be tracked13:31
johnthetubaguymtreinish: maybe just post merge loops, with jenkins style rainy or sunny clouds would be a start, but thats later on13:31
*** ranger81 has quit IRC13:31
*** gszasz has quit IRC13:32
*** salv-orlando has quit IRC13:32
mtreinishjohnthetubaguy: well we'll need to have a way to map between tests (either the names or uuids) and the feature being used13:32
*** dansmith is now known as superdan13:32
mtreinishbecause that's the piece that I think is missing now13:32
johnthetubaguymtreinish: yes, it is, I figure we might eventually do something a bit like defcore have13:33
*** jroll is now known as jtroll13:33
mtreinishjohnthetubaguy: heh, a big json blob?13:34
*** dtantsur is now known as creepy_owlet13:34
johnthetubaguymtreinish: sure, lol13:34
*** jtroll is now known as Guest1373013:34
*** Guest13730 is now known as jroll13:34
*** achanda has joined #openstack-qa13:34
mtreinishjohnthetubaguy: fwiw, you might be able to automate the mapping by using something like: https://review.openstack.org/#/c/130855/13:35
* mtreinish always needs to plug his dead nova spec with a bunch of -1s13:35
mtreinishthen you just need to map features to nova code and work backwards from that13:36
mtreinishbut that's probably overkill13:36
*** alaski is now known as lascii13:36
johnthetubaguyI like like the idea of automating that mind13:36
johnthetubaguycould be nifty13:37
johnthetubaguymtreinish: thanks for taking a look, thats got some good ideas swimming in my head13:39
johnthetubaguymtreinish: its something we discussed at the last summit, but failed to get anyone else to work on it, just trying to nudge it along13:40
mtreinishjohnthetubaguy: sure np, I like the idea of actually writing down what we're testing somewhere13:40
johnthetubaguymtreinish: I remember a lot of talk about ways to give people a "badge" for "doing the right thing", this is the best answer I have found so far!13:41
*** tosky has quit IRC13:45
*** bdperkin has quit IRC13:47
*** artom has joined #openstack-qa13:51
*** k4n0 has quit IRC13:53
*** achanda has quit IRC13:54
openstackgerritSebastien Badia proposed openstack-infra/elastic-recheck: Add query for gate-puppet-{nova,swift}-puppet-unit-3.{3,4}-dsvm-centos7 failures  https://review.openstack.org/22075313:54
*** grafuls has quit IRC13:55
*** cdent has quit IRC13:55
*** cjvolzka has joined #openstack-qa13:55
*** VanL has quit IRC13:57
*** mestery has quit IRC13:57
*** hichihara has joined #openstack-qa13:58
cjvolzkaIs there a recommended way for using OS constants in a Tempest test? For example we want to use a few from https://github.com/openstack/nova/blob/master/nova/compute/task_states.py, but don’t want to make a reference for all of Nova in our tests. Right now we are thinking of copying the file into our tempest setup, but I’m curious if there’s a “prefered” way to do this.14:00
*** bdperkin has joined #openstack-qa14:01
*** bdperkin has joined #openstack-qa14:01
*** ompp has joined #openstack-qa14:02
*** tpeoples has joined #openstack-qa14:03
*** VanL has joined #openstack-qa14:05
mkoderermtreinish: was it sahara the also implemented tempest plugin?.. I can't find the review on that14:05
*** pglass has joined #openstack-qa14:09
hichiharasdague: ping14:11
mtreinishmkoderer: I know tosky was looking at it, but I'm not sure a patch was ever pushed14:11
*** armax has quit IRC14:11
mkoderermkoderer: I remember that I saw a patch on that... I have to serach in my IRC logs..14:11
mtreinishmkoderer: ok, the only one that I knew about was your manila patch14:12
*** ajmiller has joined #openstack-qa14:16
*** tpeoples has quit IRC14:18
*** SridharG has left #openstack-qa14:18
*** mlavalle has joined #openstack-qa14:19
*** cjvolzka has quit IRC14:25
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default  https://review.openstack.org/22130014:26
*** nadya has joined #openstack-qa14:27
*** zz_dimtruck is now known as dimtruck14:31
*** tosky has joined #openstack-qa14:31
*** malini has joined #openstack-qa14:35
*** mestery has joined #openstack-qa14:37
*** woodster_ has quit IRC14:39
*** morgan has quit IRC14:40
*** morganfainberg has joined #openstack-qa14:40
*** cdent has joined #openstack-qa14:41
*** malini has quit IRC14:41
*** malini has joined #openstack-qa14:44
*** yamahata has joined #openstack-qa14:44
*** ccneill has joined #openstack-qa14:46
*** yfried has quit IRC14:49
*** VanL_ has joined #openstack-qa14:50
*** ccneill has quit IRC14:53
*** zhangjn has joined #openstack-qa14:54
*** VanL has quit IRC14:54
*** zhangjn has quit IRC14:55
*** zhangjn has joined #openstack-qa14:55
*** zhangjn has quit IRC14:55
*** e0ne has quit IRC14:56
*** morganfainberg has quit IRC14:56
*** morganfainberg has joined #openstack-qa14:57
*** gfidente has quit IRC14:57
*** ctrath has quit IRC14:57
*** yamahata has quit IRC14:58
*** yamahata has joined #openstack-qa14:58
*** morganfainberg has quit IRC14:59
*** gfidente has joined #openstack-qa15:01
*** salv-orlando has joined #openstack-qa15:02
*** hichihara has quit IRC15:03
*** ctrath has joined #openstack-qa15:04
*** morganfainberg has joined #openstack-qa15:04
*** morganfainberg has quit IRC15:04
*** vgridnev has quit IRC15:07
*** vgridnev has joined #openstack-qa15:09
mriedemmtreinish: heh, so i removed passing the configured volume device name in https://review.openstack.org/#/c/218355/ again and now master passes, again, but stable fails, again15:11
mriedemawesome15:11
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default  https://review.openstack.org/22130015:12
mtreinishmriedem: heh, you just can't win15:12
mtreinishmriedem: just wondering about your guess about the dirty snapshot, do you know if the cirros version on kilo and juno is older than on master?15:13
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default  https://review.openstack.org/22130015:13
*** mmedvede has joined #openstack-qa15:14
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default  https://review.openstack.org/22130015:14
*** salv-orlando has quit IRC15:15
*** malini has quit IRC15:15
*** ompp has quit IRC15:17
mriedemi can look15:17
mriedemcirros-0.3.4 on master15:18
mtreinishmriedem: it was just a random thought I had, it could be a guest image bug15:18
mtreinishbecause this not working seems like something that would have been reported15:18
mriedemcirros-0.3.2 on kilo15:18
mriedemcirros-0.3.2 on juno15:18
mriedemso yeah, that might be it15:18
mriedemand yeah, in juno and kilo the failures are on the first device attach15:19
mriedemso the snapshots don't even happen yet15:19
*** salv-orlando has joined #openstack-qa15:20
*** mestery has quit IRC15:20
mtreinishmriedem: ok cool, lets push up a stable devstack patch to bump that up to 0.3.4 and use depends on for your change15:20
mriedemand i agree that i'd think someone would complain in the world in the last 9 months if you couldn't attach a volume  with the libvirt driver w/o specifying the device name15:20
mriedem:)15:20
mriedemmaybe we've just trained everyone15:21
*** frayedknot has quit IRC15:21
mriedemlet me see if test_attach_detach_volume works in juno/kilo though, since that specifies vdb and checks that it's in the partition list15:21
*** mylu has joined #openstack-qa15:21
mriedemas markvoelker was pointing out last night15:21
mriedemtempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... SKIPPED: SSH required for this test15:22
mriedemskipped in kilo15:22
mriedemhow convenient15:22
mtreinishmriedem: it does it unconditionally? it doesn't need the validation flag15:22
mtreinishah, ok yeah that's what I thought15:22
mtreinishall (or most of) the api tests don't ssh in the gate jobs15:22
mriedemsame for juno tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... SKIPPED: SSH required for this test15:23
*** morgan has joined #openstack-qa15:23
markvoelkermriedem: you need run_validation set to true in your config in order for it to not be skipped15:23
mriedemso, test_stamp_pattern should have the same ssh decorator15:23
mtreinishmriedem: we normally don't do that on scenario tests15:23
mtreinishI don't know why :)15:23
mtreinishwe should15:23
openstackgerritMerged openstack/eslint-config-openstack: Enabled no-new  https://review.openstack.org/21796915:23
sdaguemtreinish: so your version checking patch is pretty wrong, but in pulling it back together I'm getting a 40115:23
mtreinishthere is a bp working on that: https://blueprints.launchpad.net/tempest/+spec/ssh-auth-strategy15:24
mtreinishsdague: mine was REALLY wrong, (look at rev 1) then oomichi took it over :)15:24
sdagueit's still really wrong15:24
sdaguelook at the url15:24
sdague     version_url = self._get_base_version_url()15:25
sdague        version_url = '%s://%s/' % (version_url, id)15:25
*** kbaikov has quit IRC15:25
mtreinishsdague: yeah, that's pretty far off too15:25
*** morgan has quit IRC15:25
*** morgan has joined #openstack-qa15:26
mtreinishsdague: heh, doesn't that end up being like http://hostname:port://v2/15:26
mtreinishor is version url not what I expect there?15:27
sdagueyes it does15:27
sdaguewhich is why it's super wrong15:27
sdagueanyway, I got code back to the right version, but now it's throwing a keystone auth error15:27
sdaguewhich is really confusing15:28
mtreinishah, yeah oomichi mentioned that before, I think he might have opened a nova bug on it15:28
mtreinishlemme check my irc logs15:28
*** vgridnev has quit IRC15:28
sdagueoh, I bet I know what it is..... hmmmm15:28
*** vgridnev has joined #openstack-qa15:28
sdaguemtreinish: is there an easy way to get my tenant id from tempest ?15:29
*** salv-orlando has quit IRC15:29
*** salv-orlando has joined #openstack-qa15:30
*** ompp has joined #openstack-qa15:30
*** malini has joined #openstack-qa15:30
mtreinishumm, it's like self.os.credentials.tenant_id or something like that15:30
mriedemmarkvoelker: mtreinish: ok so i'm going to add     @testtools.skipUnless(CONF.validation.run_validation, 'SSH required for this test') to test_stamp_pattern15:30
mriedemsound ok?15:30
sdagueok, let me play with that15:30
mtreinishmriedem: umm no15:31
mriedemoh15:31
mtreinishthen we'd never run it in the gate15:31
*** morgan has quit IRC15:31
mriedemoh15:31
*** morgan has joined #openstack-qa15:31
*** prnk28 has quit IRC15:32
mriedemmtreinish: why don't we run ssh validation in the gate?15:32
mtreinishmriedem: because we can't ever seem to reliably ssh into a guest15:32
mriedemja15:32
mriedem*ha15:32
sdaguemriedem: because no one would ever land code again15:32
mriedemlike test_volume_boot_pattern you mean?15:32
sdagueyep15:32
mtreinishmriedem: the scenario tests do it unconditionally and they're the exception15:32
mriedembut aren't we kind of lying to ourselves here?15:33
mriedemyeah i was going to say15:33
mriedemdon't try ssh in the gate b/c it doesn't work, but we do it in these scenario tests, even though it doesn't always work15:33
*** sabeen has joined #openstack-qa15:33
sdaguemriedem: yes, it's about a pain threshold. We try it 10 times now, which has a low enough failure rate that most stuff passes, and we could, in theory, get to the bottom of it15:34
sdagueif you turned it on you'd run it 200 times in a run15:34
sdaguewhich basically mean no code could pass it15:34
mtreinishmriedem: fwiw, there is a non-voting job on tempest that sets that to true now15:34
mtreinishI haven't looked at how well it does vs the rest of the world though15:34
*** morgan has quit IRC15:35
*** morgan has joined #openstack-qa15:35
*** salv-orl_ has joined #openstack-qa15:37
*** malini has quit IRC15:37
mriedemok15:37
*** salv-orlando has quit IRC15:38
mriedemat one point in the last couple of months i remember thinking somehow i had an idea of why the ssh problems happen in test_volume_boot_pattern15:38
mriedembut not it sort of eludes me15:38
mriedemsomething to do with the async attach/detach but that shouldn't actually have anything to do with ssh15:38
mriedemthe fact we find the vdb partition in test_volume_boot_pattern is luck since the libvirt driver ignores it15:39
*** bknudson has left #openstack-qa15:40
mtreinishmriedem: but test_volume_boot_pattern doesn't do an attach it creates a volume from an image and boots from that15:40
mtreinishdoes it still look for vdb?15:41
mriedemoh, no15:42
mriedemnvm15:42
mriedemit writes that text file out15:42
mriedemand then tries to read it later15:42
mtreinishoh, we do pass it vda in the create server request15:42
mtreinishbut I don't think it really matters as long as the guest comes up15:43
*** malini has joined #openstack-qa15:43
mriedemyeah15:43
*** mylu has quit IRC15:43
mriedemthe libvirt driver will see your vda and laugh at you now15:43
openstackgerritYuriy Nesenenko proposed openstack/tempest: Add cleanup in some tests  https://review.openstack.org/22268015:43
sdaguemtreinish: did you find oomichi's bug?15:43
*** creepy_owlet is now known as dtantsur|afk15:43
mtreinishsdague: https://bugs.launchpad.net/nova/+bug/149208515:44
openstackLaunchpad bug 1492085 in OpenStack Compute (nova) "Cannot get API version detail of v2.1" [Undecided,Invalid]15:44
mtreinishit looks like you need a trailing /15:45
mriedemmtreinish: do you know why in test_volume_boot_pattern at the end it stops the instances before the delete?15:45
mriedem        # NOTE(gfidente): ensure resources are in clean state for15:45
mriedem        # deletion operations to succeed15:45
mriedem        self._stop_instances([instance_2nd, instance_from_snapshot])15:45
mriedemthat seems like a hack15:45
*** mylu has joined #openstack-qa15:46
mtreinishmriedem: dunno you can ask gfidente, but it's been a while since that was added15:46
mtreinishmriedem: it does seem kinda hacky15:46
openstackrecheckopenstack/nova change: https://review.openstack.org/222023 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1252947 https://bugs.launchpad.net/bugs/145150615:46
openstackLaunchpad bug 1252947 in OpenStack Compute (nova) "libvirtError: Cannot recv data: Connection reset by peer" [Undecided,Confirmed]15:46
openstackLaunchpad bug 1451506 in OpenStack Compute (nova) "spawn failed with "libvirtError: internal error: received hangup / error event on socket" in the gate" [Undecided,Confirmed]15:47
*** bknudson_ has joined #openstack-qa15:47
*** tpeoples has joined #openstack-qa15:48
sdaguemtreinish: ah, ok, I got it, the old code used raw_request so skipped getting a keystone token15:50
sdagueI have a workingish thing15:50
mtreinishsdague: ok cool15:51
mtreinishI thought doing it without auth was part of it?15:51
sdaguethe list versions15:51
sdagueneeding a token for top info is probably fine15:51
sdaguehonestly, needing a token for the top thing is probably ok as well15:52
*** aix has quit IRC15:52
mtreinishok sure, it's easy enough to change either way if we ever need to15:52
*** VanL_ has quit IRC15:53
*** ranger81 has joined #openstack-qa15:53
*** ranger81 has quit IRC15:55
*** ranger81 has joined #openstack-qa15:55
*** tsekiyama has joined #openstack-qa15:55
*** bknudson_ has quit IRC15:56
mriedemmtreinish: heh, yeah, been around since the test was added over 2 years ago https://review.openstack.org/#/c/38943/15:56
mriedemmtreinish: i think i'll push a change to remove that15:57
mriedemyou shouldn't have to stop your instances to delete them15:57
mtreinishman, it's been a long time since I've seen a review number that low15:57
*** bknudson has joined #openstack-qa15:57
*** jasonsb has joined #openstack-qa15:57
mriedemyou're old15:58
mtreinishmriedem: heh the test didn't have ssh back then15:59
*** VanL has joined #openstack-qa16:01
*** safchain has quit IRC16:03
sdaguemtreinish: hmmm16:05
sdagueso self.get on a client gets me a token, but it auto sets all the url bits as well16:05
sdagueI want the token, but I don't want it to inject the compute sc url16:05
sdagueanyway to do that?16:05
mtreinishsdague: hmm not really, you'll probably have to do it manually16:06
mtreinishthis is the first time we've needed auth without the sc16:06
mtreinishthe other version list commands just do it without auth or can manage to get it working with the sc16:07
sdagueso, self.token()16:07
sdaguethen add 'X-Auth-Token' ?16:08
*** mestery has joined #openstack-qa16:09
*** jlanoux has quit IRC16:09
mtreinishyeah, that sounds right16:10
sdagueyep, that works16:11
*** kiran-r has joined #openstack-qa16:13
akraminsky_akramins16:13
akraminsky_oops..16:13
*** mudassirlatif has joined #openstack-qa16:16
*** vgridnev has quit IRC16:17
*** kiran-r has quit IRC16:21
sdaguemtreinish: how does one make a json attr optional?16:21
*** kiran-r has joined #openstack-qa16:22
*** salv-orl_ has quit IRC16:22
sdaguehmmm... I think I have it16:22
*** salv-orlando has joined #openstack-qa16:25
*** nic has joined #openstack-qa16:26
*** kiran-r has quit IRC16:27
*** sabeen3 has joined #openstack-qa16:27
*** mylu has quit IRC16:28
*** mylu has joined #openstack-qa16:28
*** jordanP has quit IRC16:28
openstackgerritMatt Riedemann proposed openstack/tempest: Remove _stop_instances hack in test_volume_boot_pattern  https://review.openstack.org/22269216:29
*** sabeen has quit IRC16:29
*** ompp has quit IRC16:29
*** mylu_ has joined #openstack-qa16:30
*** jecarey has quit IRC16:30
*** mylu has quit IRC16:31
*** armax has joined #openstack-qa16:31
*** salv-orlando has quit IRC16:31
openstackgerritDavanum Srinivas (dims) proposed openstack-dev/devstack: Use Keystone v3 API only  https://review.openstack.org/22130016:31
*** salv-orlando has joined #openstack-qa16:34
sdaguemtreinish: also, something isn't mocked right in tempest16:35
sdague  httplib2.ServerNotFoundError: Unable to find the server at fake_uri.com16:35
sdagueany ideas on that one?16:35
openstackrecheckConsole logs not available after 13:25s for gate-ceilometer-dsvm-functional-mongodb 221230,5,d3244c716:37
openstackgerritSean Dague proposed openstack/tempest: Add tests for getting nova api version details  https://review.openstack.org/22021816:38
*** salv-orlando has quit IRC16:38
*** b10n1k__ has joined #openstack-qa16:39
sdaguemtreinish: give that a look when you get a chance16:39
openstackgerritMatt Riedemann proposed openstack-dev/devstack: Update default cirros version  https://review.openstack.org/22269716:45
mriedemmtreinish: ^ is going to get weird16:45
mriedemb/c i have to also do https://review.openstack.org/#/c/176782/ for stable/juno16:45
*** VanL has quit IRC16:48
mtreinishsdague: on the unit tests? there was a bug when we pushed tempest-lib 0.8.0 that broke a mox stub that had an error like that16:49
*** malini has quit IRC16:49
gfidentemriedem, mtreinish you mean it's not the behaviour you would expect, or code-wise?16:49
mtreinishbut we should have fixed it16:49
mtreinishmriedem: it shouldnt get weird the newer image should already be preloaded16:50
mtreinishthe slave images are the same for stable and master16:50
mriedemgfidente: you shouldn't have to stop an instance to delete it16:50
openstackrecheckConsole logs not available after 13:37s for gate-requirements-integration-dsvm 222679,1,8904fd516:51
*** mylu_ has quit IRC16:51
mtreinishsdague: that looks fine to me, also awesome docstrings16:54
gfidentemriedem, yep that is right; I am not sure if anything else was removed from the test as it seems the _stop_instances was supposed to receive a list as arg and it doesn't anymore16:54
gfidentemriedem, btw, the only thing I can think about is nova returning from delete before the server is actually gone, causing volume deletion to fail16:55
*** dims has quit IRC16:55
*** dims has joined #openstack-qa16:55
*** mylu has joined #openstack-qa16:56
mtreinishgfidente: we have can just do a poll loop after delete to verify it goes away before we move on16:56
mtreinisha bunch of tests do that16:56
gfidentemtreinish, yep that seems better indeed16:56
gfidentewas trying to figure why that went there in the first place16:56
gfidenteremoving seems fine16:56
*** pvaneck has joined #openstack-qa16:59
*** jswarren has quit IRC17:00
sdaguemriedem: +2 on the cirros update17:00
*** mylu has quit IRC17:00
*** mylu has joined #openstack-qa17:01
*** gfidente has quit IRC17:02
*** vgridnev has joined #openstack-qa17:03
*** b10n1k__ has quit IRC17:04
*** rossella_s has quit IRC17:06
*** Swami has joined #openstack-qa17:06
*** rossella_s has joined #openstack-qa17:06
mriedemsdague: i'm not sure if that will pass grenade yet17:08
mriedemi was working on the other stable/juno thing for grenade but then got lunch17:08
*** mylu has quit IRC17:08
sdaguemriedem: yeh, no worries17:08
mriedemgfidente|afk: delete is async17:08
*** apevec has quit IRC17:09
mtreinishmriedem: ah, lunch that sounds like a good idea17:09
*** achanda has joined #openstack-qa17:09
* mtreinish goes searching for food17:09
sdaguemriedem: you see my debug of the log fixture tests17:09
mriedemsdague: yeah, it makes me sad17:09
sdagueyeh, I've got leftover pizza heating up in the oven right now17:09
*** mylu has joined #openstack-qa17:09
sdaguemriedem: yes, agreed. Maybe there is a smarter way to do it, but I don't know17:09
*** amotoki has quit IRC17:10
mriedemsdague: i was hoping with the logrecord we could determine some cases that we can't handle and just punt on those and hopefully still be able to catch the other 90% of cases17:10
mriedembut logrecord is pretty sparse17:10
sdagueyeh17:12
sdagueit seems like you'd have to do it there, which means upstream patches, because you don't have enough info later17:12
*** mylu has quit IRC17:13
openstackgerritMatt Riedemann proposed openstack-dev/devstack: Update default cirros version  https://review.openstack.org/22271317:14
*** yamahata has quit IRC17:15
*** ompp has joined #openstack-qa17:17
*** mylu has joined #openstack-qa17:18
*** b10n1k__ has joined #openstack-qa17:19
*** mylu has quit IRC17:24
*** mpaolino has quit IRC17:26
*** mylu has joined #openstack-qa17:27
*** mylu has quit IRC17:28
*** mylu has joined #openstack-qa17:28
*** leakypipes has quit IRC17:28
mriedemi don't get it http://logs.openstack.org/97/222697/1/check/gate-tempest-dsvm-full/2dae379/logs/devstacklog.txt.gz#_2015-09-11_17_15_24_29917:29
mriedemoh i see an issuee17:30
openstackgerritMerged openstack-dev/devstack: database: fix PostgreSQL connection string  https://review.openstack.org/22124817:32
*** mlavalle has quit IRC17:32
sdaguemtreinish: if you +A this - https://review.openstack.org/#/c/22230617:34
sdaguewe'll then explode on devstack jobs that are incorrectly working for LIBS_FROM_GIT17:34
sdagueinstead of passing and not testing the correct thing17:35
*** jasonsb has quit IRC17:36
*** tosky has quit IRC17:36
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full 222697,1,2dae37917:37
*** yamahata has joined #openstack-qa17:38
*** cdent has quit IRC17:39
openstackgerritMatt Riedemann proposed openstack-dev/devstack: Update default cirros version  https://review.openstack.org/22269717:40
sdaguemtreinish: so dvr is a 25% fail rate?17:40
sdaguehttp://tinyurl.com/o8jwt5s17:41
sdaguethat seems a bit high to be voting17:41
*** jasonsb has joined #openstack-qa17:43
*** mylu has quit IRC17:45
*** mylu has joined #openstack-qa17:46
mriedemneutron doesn't want to merge code is all17:47
*** mylu has quit IRC17:48
openstackrecheckopenstack/keystone change: https://review.openstack.org/217237 failed gate-tempest-dsvm-full in the gate queue with an unrecognized error17:48
*** mylu has joined #openstack-qa17:48
mtreinishsdague: yeah it seems to have gone up a bit17:50
mtreinishit was always on the border but it seems to have gotten worse lately17:50
*** mylu_ has joined #openstack-qa17:50
*** VanL has joined #openstack-qa17:51
*** mylu has quit IRC17:51
*** ajmiller has quit IRC17:52
mtreinishsdague: I'm also never really understood how it's distributed in a single node env, but whatever17:52
*** mylu_ has quit IRC17:52
*** armax has quit IRC17:52
mtreinishsdague: sure LGTM, +A17:53
*** jecarey has joined #openstack-qa17:53
mriedemvirtual dvr?17:53
mtreinishmriedem: heh, must be17:54
mriedemsounds like inception17:54
openstackgerritMatt Riedemann proposed openstack/tempest: Remove skip on test_stamp_pattern  https://review.openstack.org/21835517:55
openstackgerritMatt Riedemann proposed openstack/tempest: test_stamp_pattern: cleanup class scope variable usage  https://review.openstack.org/21938217:55
*** mylu has joined #openstack-qa17:56
*** mylu has quit IRC17:57
*** mylu has joined #openstack-qa17:58
*** mylu has quit IRC17:59
mtreinishmriedem: ^^^ now we wait17:59
mriedemmtreinish: yeah17:59
mriedemplay the waiting game17:59
mriedemyou can finish that quote17:59
*** mylu has joined #openstack-qa18:00
mtreinishI thought you prefered hungry hungry hippos18:00
mriedemhttps://www.youtube.com/watch?v=t4Oh7U_L6hs18:00
mriedemso in the meantime, https://bugs.launchpad.net/tempest/+bug/149486518:01
openstackLaunchpad bug 1494865 in tempest "boto thirdparty tests sometimes fail in teardown due to a 404 when deregistering images" [Undecided,New]18:01
mriedemi started looking at how the boto tests do resource_cleanup18:01
mriedemand,18:01
mriedemoh my18:01
*** mylu has quit IRC18:01
mtreinishheh, yeah there's a reason I've been pushing for removing those for a long time18:01
mriedembasically, i think we need to ignore a 404 coming back from deregister_image, but given the method is dynamically created and called on boto, it's a bit, odd18:02
*** mylu has joined #openstack-qa18:02
mriedemwould we handle a 404 like this?18:04
mriedemhttps://github.com/openstack/tempest/blob/master/tempest/thirdparty/boto/test.py#L46518:04
*** mudassirlatif_ has joined #openstack-qa18:04
*** ajmiller has joined #openstack-qa18:04
*** salv-orlando has joined #openstack-qa18:05
mtreinishmriedem: I guess, I really don't know how boto 404s are exposed18:06
mtreinishit always seemed a bit weird to me18:06
mriedem<Response><Errors><Error><Code>ImageNotFound</Code><Message>Image aki-00000011 could not be found.</Message></Error></Errors><RequestID>req-472eebb8-00ce-4c31-ade4-1157a660032a</RequestID></Response>18:06
mriedemraises EC2ResponseError: 404 Not Found18:06
*** mudassirlatif has quit IRC18:06
*** mudassirlatif_ is now known as mudassirlatif18:06
*** mylu has quit IRC18:06
mtreinishyeah, I guess that's right then18:06
mtreinishwe'll have to introspect the exception to figure out the actual error code18:07
*** salv-orlando has quit IRC18:07
*** salv-orlando has joined #openstack-qa18:08
*** mudassirlatif has quit IRC18:10
*** mudassirlatif has joined #openstack-qa18:11
mriedemthat's either the status or error_code values https://github.com/boto/boto/blob/develop/boto/exception.py#L7718:12
mtreinishmriedem: isn't it: https://github.com/boto/boto/blob/develop/boto/exception.py#L32918:13
mriedemthat extends BotoServerERror18:13
mriedemEC2ResponseError looks like it does the dumb xml stuff18:13
mtreinishah ok18:13
mtreinishmriedem: fwiw, I'm working on extracting all those boto tests as a tempest plugin right now18:14
mtreinishthat's the best way to fix the bug in my mind :)18:14
mriedemthat's your solution to everything18:14
mriedemdelete18:14
mtreinishheh, for the things I don't like, yep18:15
*** mylu has joined #openstack-qa18:15
mtreinishbut I've never said it for test_stamp_pattern for example18:15
mriedemdo i get a gold star if i actually resurrect that test?18:16
mtreinishmaybe a gold star and a smiley face sticker18:17
mriedemnice18:17
mriedemif i scratch one it might smell like grape or root beer18:17
mtreinishI always liked the root beer flavored ones18:18
mriedemflavored?18:18
mriedemyou're not supposed to eat the stickers18:18
mriedemthis explains a lot...18:18
mriedemscented18:18
mriedemis what you were looking for18:19
mriedemsuperdan: you'd appreciate ^18:19
*** ompp has quit IRC18:19
mtreinishmriedem: they weren't toxic (I hope)18:19
mriedemoh i'm sure the glue was toxic18:19
mtreinishhaha18:19
mriedemthe more i htink about this, the less i want to fix this boto thing18:20
mtreinishgive me another 10 min or so and I'll have the plugin up on github18:21
mtreinishthen we can test if it works as a replacement18:21
mtreinishfor in-tree tempest ec218:21
mtreinishand then start that ml discussion on the removal18:21
mtreinishthen it'll be a problem for the ec2 people18:22
superdanmriedem: heh18:22
openstackgerritBrant Knudson proposed openstack-dev/devstack: Support extra dependencies when setup_develop  https://review.openstack.org/20858418:25
openstackgerritBrant Knudson proposed openstack-dev/devstack: Use keystone[ldap] for ldap packages  https://review.openstack.org/20815318:25
*** mudassirlatif has quit IRC18:25
*** dims is now known as dimsum__18:26
*** salv-orl_ has joined #openstack-qa18:26
sdaguehttp://logs.openstack.org/18/220218/5/check/gate-tempest-dsvm-neutron-dvr/3899ebf/logs/screen-q-svc.txt.gz?level=ERROR#_2015-09-11_17_22_42_284 - that fail is a neutron deadlock db issue it seems18:26
sdagueI thought those had been addressed18:26
mriedemsdague: q-svc +DBDeadlock is not fixed18:27
sdagueok, just rechecking18:27
sdaguemriedem: there's no signature for it?18:27
mriedemsdague: no because most of the time those show up in mostly successful runs18:27
mriedemwhich indicates a retry18:27
*** salv-orlando has quit IRC18:27
mriedemi'm pretty sure neutron db api is rife with retry_on_deadlock decorators18:28
mriedemmrodden: ^18:28
*** pvaneck has quit IRC18:28
*** salv-orlando has joined #openstack-qa18:28
mriedemmrodden has been dealing with this quite a bit lately trying to scale out a production cloud using neutron18:28
sdaguemriedem: seems like the early fails shouldn't get listed as user errors then if they are recoverable18:28
sdagueanyway, got to do some other stuff on a friday, but figured I'd raise it18:28
mriedemsdague: yeah i'm not sure why the traces show up in jobs that don't fail18:28
*** ranger81 has quit IRC18:29
*** kiran-r has joined #openstack-qa18:31
*** salv-orl_ has quit IRC18:32
*** kiran-r has quit IRC18:33
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for tempest boto image 404 in cleanup bug 1494865  https://review.openstack.org/22273218:33
openstackbug 1494865 in tempest "boto thirdparty tests sometimes fail in teardown due to a 404 when deregistering images" [Undecided,New] https://launchpad.net/bugs/149486518:33
mriedemsdague: http://goo.gl/mNc3g8 <- is why we can't have nice things18:33
mriedem85% success18:34
mriedemsome of that is probably non-voting jobs18:34
*** nadya has quit IRC18:34
*** dzamboni has joined #openstack-qa18:36
*** salv-orlando has quit IRC18:38
*** salv-orlando has joined #openstack-qa18:39
mtreinishmriedem: http://goo.gl/mucBZN18:39
mtreinishthere are a bunch of non-voting in there18:39
mtreinishbut most look to be on voting jobs18:39
mriedemyeah, i'm reporting a bug now18:40
mriedemthis is at least a major serviceability issue18:40
mtreinishmriedem: also: https://github.com/mtreinish/tempest_ec218:41
mtreinishnow I just need a devstack env to test it in18:41
mtreinishI doubt it'll work off the bat, it's pretty much a straight copy and paste18:41
*** achanda has quit IRC18:42
*** malini has joined #openstack-qa18:42
mtreinishdimsum__: is there a good way in oslo.config to mark a whole config group as deprecated?18:43
mtreinishlike if I'm going to remove a group and all its options in the future18:43
dimsum__mtreinish: don't think so18:43
dimsum__:(18:43
mtreinishdimsum__: err, ok I guess I'll just have to add the param to all the individual options then18:43
*** salv-orlando has quit IRC18:44
*** salv-orl_ has joined #openstack-qa18:45
mriedemmtreinish: https://bugs.launchpad.net/neutron/+bug/149488618:46
openstackLaunchpad bug 1494886 in neutron "Neutron DBDeadlocks a ridiculous amount in successful CI runs" [Undecided,Confirmed]18:46
mriedemsdague: ^18:46
mtreinishmestery: ^^^18:47
mtreinishmestery: that's probably something good to fix before the release :)18:47
mesterymtreinish: aye aye :)18:48
mriedemprobably not fixable before the release18:49
mriedemhonestly this is a thing that has been happening for several releases18:49
*** Sukhdev_ has joined #openstack-qa18:49
*** rfolco has quit IRC18:50
mriedemmtreinish: sdague: jenkins is happy with cirros 0.3.4 in juno https://review.openstack.org/#/c/222713/18:50
mriedemso is kilo https://review.openstack.org/#/c/222697/18:50
mriedemunfortunately test_stamp_pattern is still failing, so we might as well hold off for now18:52
mtreinishwell they've got my +2 anyway18:53
mriedemyeah, test_stamp_pattern still fails in kilo18:53
openstackgerritMatthew Treinish proposed openstack/tempest: Remove the ec2 api tests from tempest  https://review.openstack.org/22273718:53
*** salv-orl_ has quit IRC18:53
mtreinishmriedem: well it was worth a shot anyway18:53
mtreinishmriedem: still the same failure pattern?18:53
*** salv-orlando has joined #openstack-qa18:54
*** mudassirlatif has joined #openstack-qa18:54
mriedemyeah18:54
mriedemthe partition never shows up on the original volume attach18:55
mtreinishthat's still very bizarre18:55
mtreinishI can't understand how volume attach doesn't really work on 2 branches and we didn't realize until now18:56
mtreinishmriedem: it's not like it's a naming issue, another block device isn't even showing up right?18:57
mriedemright18:57
mriedemthe only partitions are vda and sr018:58
*** mudassirlatif has quit IRC18:58
*** salv-orlando has quit IRC19:00
*** salv-orlando has joined #openstack-qa19:01
mtreinishit looks like jgriffith ran away and isn't in -qa anymore19:01
openstackgerritMatthew Treinish proposed openstack/tempest: DO NOT MERGE! test of ec2 tempest plugin  https://review.openstack.org/22274019:02
mtreinishmriedem: ^^^ just remembered you can do that19:03
openstackgerritJohn Warren proposed openstack/tempest: Add unit test for flavors_client  https://review.openstack.org/21739819:04
*** jgriffith has joined #openstack-qa19:04
jgriffithmtreinish: what's up?19:04
mtreinishjgriffith: there we go: https://review.openstack.org/#/c/218355/19:04
*** pvaneck has joined #openstack-qa19:05
mriedemresults aren't in yet19:05
mtreinishif you look at the kilo and juno failures the new block device never shows up on the guest19:05
mtreinishoh19:05
mriedemwell https://jenkins03.openstack.org/job/gate-tempest-dsvm-full-kilo/210/consoleFull19:05
mtreinishwell when the results show up :)19:05
mriedemjgriffith: seeing some bonkers issues in kilo and juno where simply trying to attach a volume to an isntance and verify the device shows up in /proc/partitions fails19:06
mriedemthe partition never shows up19:06
mriedemeven though the attach was all good19:06
mriedemusing a cirros 0.3.4 image19:06
jgriffithmriedem: bootable volume, or just in general?19:06
mriedemnot bootable i don't think19:06
jgriffithk19:07
mriedemjgriffith: this is the method that creates the volume19:08
mriedemhttps://github.com/openstack/tempest/blob/master/tempest/scenario/manager.py#L20419:08
mriedemin the initial volume we're not passing any args19:08
jgriffithmriedem: how's that working?19:09
jgriffithmriedem: I mean... your at least passing in size19:10
jgriffithotherwise it would just fail :)19:10
*** jhenner1 has joined #openstack-qa19:10
mriedemreturn self.create_volume(snapshot_id=snapshot_id)19:10
mriedemi don't see it defaulting size anywhere19:10
mriedemhttps://github.com/openstack/tempest/blob/master/tempest/scenario/manager.py#L20819:10
mtreinishmriedem: it might be in the create_method19:11
jgriffithmriedem: Cinder will vommit if you don' t either give it a size or snapshot_id19:11
mtreinishlike in the client19:11
mtreinishwe have a config option for the cinder volume size to use19:11
jgriffithif you have snapshot_id it'll take the size of the sanpshot now (which I think it STUPID)19:11
*** jhenner has quit IRC19:11
mriedem        if size is None:19:11
jgriffithmtreinish: K19:11
mriedem            size = self.default_volume_size19:11
mriedemthere19:11
*** dtantsur|afk has quit IRC19:11
jgriffithexcellent19:11
mriedemdefault_volume_size=119:11
*** ranger81 has joined #openstack-qa19:12
jgriffithdo you have a log file with the failure handy?19:12
openstackgerritMerged openstack-dev/devstack: move back to editable install for oslo  https://review.openstack.org/22230619:14
openstackgerritMerged openstack-dev/devstack: check LIBS_FROM_GIT  https://review.openstack.org/22125619:14
*** dtantsur has joined #openstack-qa19:17
mriedemjgriffith: waiting for jenkins to be done19:18
mriedemjgriffith: this should be similar http://logs.openstack.org/55/218355/11/check/gate-tempest-dsvm-full-kilo/3a3fae6/19:18
akraminsky_mriedem, I read your comment on passing in the image_id to create_server, I'm not sure we should change the way image_id is being passed in since this is what its doing in master19:20
mriedemakraminsky_: i was just looking at what test_volume_boot_pattern was doing19:20
akraminsky_mriedem, there seems to be multiple create_servers lol19:20
mriedemjgriffith: this is where the libvirt driver in nova attaches the device to the guest http://logs.openstack.org/55/218355/11/check/gate-tempest-dsvm-full-kilo/3a3fae6/logs/libvirt/libvirtd.txt.gz#_2015-09-11_00_41_50_87519:21
*** b10n1k__ has quit IRC19:23
openstackgerritMatthew Treinish proposed openstack/tempest: DO NOT MERGE! test of ec2 tempest plugin  https://review.openstack.org/22274019:23
*** pc_m is now known as pc_m_AWAY19:24
akraminsky_mriedem, the one this is using is http://git.openstack.org/cgit/openstack/tempest/tree/tempest/services/compute/json/servers_client.py#n3219:24
*** austin81 has joined #openstack-qa19:24
openstackgerritArkadiy Kraminsky proposed openstack/tempest: Add volume backed live migration test  https://review.openstack.org/16523319:26
*** dtantsur has quit IRC19:32
*** jhenner1 has quit IRC19:32
*** armax has joined #openstack-qa19:33
*** jhenner has joined #openstack-qa19:33
*** dtantsur has joined #openstack-qa19:38
*** jhenner1 has joined #openstack-qa19:39
*** jhenner has quit IRC19:39
*** mlavalle has joined #openstack-qa19:40
openstackrecheckConsole logs not available after 14:04s for gate-tempest-dsvm-postgres-full-kilo 219382,8,d4f961d19:41
*** timello has quit IRC19:43
*** timello_ has joined #openstack-qa19:43
openstackgerritJohn Warren proposed openstack/tempest: Add unit test for floating_ips_client  https://review.openstack.org/21728919:45
openstackgerritMatthew Treinish proposed openstack/tempest: Remove the ec2 api tests from tempest  https://review.openstack.org/22273719:46
*** mylu has quit IRC19:46
*** timello has joined #openstack-qa19:46
openstackgerritMatthew Treinish proposed openstack/tempest: DO NOT MERGE! test of ec2 tempest plugin  https://review.openstack.org/22274019:47
*** mlavalle has quit IRC19:48
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-full-kilo 218355,12,7d7ce5419:54
*** yamamoto_ has quit IRC19:57
*** VanL_ has joined #openstack-qa20:02
*** yamamoto has joined #openstack-qa20:03
*** yamamoto has quit IRC20:03
*** VanL has quit IRC20:04
*** mwagner_lap has quit IRC20:06
openstackrecheckConsole logs not available after 13:35s for gate-grenade-dsvm-partial-ncpu 222737,1,8e3d9c020:08
*** erlon has quit IRC20:08
*** Guest47_ has quit IRC20:10
*** malini has quit IRC20:12
*** dave-mccowan has quit IRC20:18
openstackgerritMatthew Treinish proposed openstack/tempest: DO NOT MERGE! test of ec2 tempest plugin  https://review.openstack.org/22274020:22
mtreinishmriedem: ^^^ I'm gonna get this right eventually so I can see that the plugin doesn't work20:22
mriedemmtreinish: i'm going to spend my remaining hour of work on a friday manually recreating test_stamp_pattern on kilo devstack20:23
mriedemor die tryinhg20:23
mtreinishhaha, I have faith you'll get it20:24
*** armax has quit IRC20:25
mriedemthat makes one of us20:25
*** alex_xu has quit IRC20:27
*** armax has joined #openstack-qa20:29
*** VanL_ has quit IRC20:30
*** alex_xu has joined #openstack-qa20:30
*** salv-orlando has quit IRC20:30
openstackrecheckConsole logs not available after 13:27s for gate-tempest-docs 222740,3,c06bb4b20:31
*** salv-orlando has joined #openstack-qa20:31
austin81mtreinish: looking at the mockups under the upstream dash etherpad. What's the pyxis dashboard?20:34
*** achanda has joined #openstack-qa20:35
*** jhenner1 has quit IRC20:36
*** jhenner has joined #openstack-qa20:37
*** dtantsur has quit IRC20:37
*** nithyag_ has joined #openstack-qa20:42
*** dtantsur has joined #openstack-qa20:43
*** nithyag__ has quit IRC20:43
mtreinishI have no idea20:46
mtreinishaustin81: my guess is that's something andreaf put on the wiki20:47
mtreinishhe said that he's got some people starting to work on it20:48
austin81mtreinish: Yeah, looking at it further its an api for subunit2sql20:48
austin81mtreinish: https://github.com/dhiana/pyxis-api-django20:49
austin81didn't know that was in the works!20:49
mtreinishneither did I really20:49
mtreinishthe joys of having a library :)20:49
*** Sukhdev_ has quit IRC20:49
*** armax has quit IRC20:49
mtreinishalthough looking at the code it looks to be duplicating the db_api portion20:51
mtreinishor at least part of it20:51
austin81mtreinish: yeah not sure why20:52
clarkbbecause django?20:53
clarkbit has its own orm20:53
mtreinishclarkb: yeah, that's what it looks like20:53
mtreinishalthough you don't have to use the django orm20:54
mtreinishand if the db_api is already implemented for you in python somewhere else20:54
mtreinishbut whatever20:54
clarkbya but if you django you likely dont know to not do it that way20:55
clarkbbecause docs and examples and prior art20:55
mtreinishfair enough21:00
*** lascii is now known as alaski21:01
austin81mtreinish: so will be starting the upstream dash as a greenfield on monday or trying to jump off of that?21:01
mtreinishaustin81: I dunno, I was assuming from scratch, but I also really didn't know that existed21:02
mtreinishI'll defer to the people who actually know how to use django and js on Mon.21:03
mtreinishwhether they think forking that and moving forward or starting from scratch is the right way21:03
openstackrecheckConsole logs not available after 13:26s for gate-tempest-docs 222740,4,704298021:03
*** yamamoto has joined #openstack-qa21:03
austin81haha sounds good.21:04
*** achanda has quit IRC21:07
*** dustins has quit IRC21:09
*** yamamoto has quit IRC21:09
*** pradk has quit IRC21:10
mtreinishaustin81: fwiw, I imagined more graphs compared to the mockup images in that repo21:11
mtreinishthose mockups have too many numbers and not enough pictures :)21:11
austin81mtreinish: ++21:11
austin81numbers are overrated21:11
mtreinishwell, I normally don't mind them. But for data sets this big they really don't help to much. Like when you're looking at a 3% failure rate on 110M test runs that's a bit misleading because it actually kinda matters21:13
openstackrecheckConsole logs not available after 13:22s for gate-tempest-docs 222737,2,52fa3dd21:18
*** Sukhdev_ has joined #openstack-qa21:31
*** mudassirlatif has joined #openstack-qa21:36
*** artom has quit IRC21:36
*** aix has joined #openstack-qa21:37
*** jffische has quit IRC21:41
*** mriedem has quit IRC21:44
openstackrecheckConsole logs not available after 13:31s for gate-cinder-python27 222756,1,321388821:45
*** aix has quit IRC21:46
*** sabeen3 has quit IRC21:47
*** shardy has quit IRC21:47
*** jecarey has quit IRC21:47
openstackrecheckopenstack/nova change: https://review.openstack.org/164220 failed gate-nova-python27 in the gate queue with an unrecognized error21:48
openstackrecheckopenstack/nova change: https://review.openstack.org/199092 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/146363121:48
openstackLaunchpad bug 1463631 in grenade "60_nova/resources.sh:106:ping_check_public fails intermittently" [Undecided,Confirmed]21:48
*** ctrath has quit IRC21:49
*** tpeoples has quit IRC21:49
*** vgridnev has quit IRC21:50
*** dimtruck is now known as zz_dimtruck21:57
*** mwagner_lap has joined #openstack-qa22:00
*** dzamboni has quit IRC22:02
*** edmondsw has quit IRC22:05
*** achanda has joined #openstack-qa22:08
*** akraminsky_ has quit IRC22:10
*** achanda has quit IRC22:13
*** austin81 has left #openstack-qa22:22
*** pglass has quit IRC22:29
*** regXboi has quit IRC22:29
-openstackstatus- NOTICE: 30 minute warning, Gerrit will be offline from 23:00 to 23:30 UTC while some projects are renamed http://lists.openstack.org/pipermail/openstack-dev/2015-September/074235.html22:32
*** mylu has joined #openstack-qa23:01
*** mhorban has quit IRC23:02
-openstackstatus- NOTICE: Gerrit is offline from 23:00 to 23:30 UTC while some projects are renamed. http://lists.openstack.org/pipermail/openstack-dev/2015-September/074235.html23:03
*** mhorban has joined #openstack-qa23:03
*** ChanServ changes topic to "Gerrit is offline from 23:00 to 23:30 UTC while some projects are renamed. http://lists.openstack.org/pipermail/openstack-dev/2015-September/074235.html"23:03
*** jlvillal has quit IRC23:03
*** sweston has quit IRC23:04
*** dimsum__ has quit IRC23:05
*** dims_ has joined #openstack-qa23:06
*** tsekiyama has quit IRC23:06
*** sweston has joined #openstack-qa23:09
*** achanda has joined #openstack-qa23:12
*** dims_ has quit IRC23:16
*** markvoelker has quit IRC23:19
*** zhangjn has joined #openstack-qa23:20
*** achanda has quit IRC23:21
*** dimsum__ has joined #openstack-qa23:24
*** zhangjn has quit IRC23:26
*** zhangjn has joined #openstack-qa23:27
*** Sukhdev_ has quit IRC23:31
*** zhangjn has quit IRC23:32
*** achanda has joined #openstack-qa23:32
*** Sukhdev_ has joined #openstack-qa23:33
*** achanda_ has joined #openstack-qa23:35
*** achanda has quit IRC23:36
*** ChanServ changes topic to "All Things QA..."23:39
*** zhangjn has joined #openstack-qa23:42
*** zhangjn has quit IRC23:43
*** achanda_ has quit IRC23:46
*** openstackgerrit has quit IRC23:46
*** openstackgerrit has joined #openstack-qa23:46
*** mylu has quit IRC23:57
*** mylu has joined #openstack-qa23:57

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