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 IRC | 00:02 | |
*** achanda has quit IRC | 00:02 | |
*** davideagnello has joined #openstack-qa | 00:02 | |
*** Sukhdev has quit IRC | 00:02 | |
*** achanda has joined #openstack-qa | 00:03 | |
*** Sukhdev has joined #openstack-qa | 00:03 | |
mriedem | akraminsky_: mtreinish: is there a multinode job on the tempest experimental queue? | 00:04 |
mriedem | i'd rather verify the test passes in jenkins than review the code | 00:04 |
mriedem | or at least verify it passes first | 00:04 |
*** Swami has joined #openstack-qa | 00:05 | |
*** zhangjn has joined #openstack-qa | 00:07 | |
*** Sukhdev has quit IRC | 00:07 | |
*** malini has joined #openstack-qa | 00:12 | |
*** sabeen2 has quit IRC | 00:13 | |
*** ranger81 has joined #openstack-qa | 00:13 | |
*** hichihara has joined #openstack-qa | 00:14 | |
*** Swami has quit IRC | 00:16 | |
*** malini has quit IRC | 00:17 | |
*** ranger81 has quit IRC | 00:18 | |
openstackgerrit | Zhang Jinnan proposed openstack-dev/devstack: Enable some serivce when on boot https://review.openstack.org/214965 | 00:19 |
*** dmorita has joined #openstack-qa | 00:25 | |
*** mlavalle has quit IRC | 00:30 | |
*** zhangjn has quit IRC | 00:31 | |
mtreinish | mriedem: yes there is, but it looks like you figured that out | 00:32 |
*** mudassirlatif has joined #openstack-qa | 00:36 | |
mriedem | i guess | 00:36 |
*** pvaneck has quit IRC | 00:39 | |
mudassirlatif | Hi, I’m having a problem with multi-node devstack setup | 00:39 |
mudassirlatif | following: http://docs.openstack.org/developer/devstack/guides/multinode-lab.html .... | 00:39 |
*** jasonsb has quit IRC | 00:39 | |
mudassirlatif | I can create nova instances on the cluster controller …. | 00:40 |
mudassirlatif | but 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 address | 00:41 |
*** zz_dimtruck is now known as dimtruck | 00:41 | |
*** apevec has quit IRC | 00:42 | |
*** jasonsb has joined #openstack-qa | 00:43 | |
openstackgerrit | Takeaki Matsumoto proposed openstack/tempest: Fix the condition of nova cert tests https://review.openstack.org/216615 | 00:50 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Switch using token_client to the recommended https://review.openstack.org/222421 | 00:53 |
*** jasonsb has quit IRC | 00:55 | |
mudassirlatif | any ideas, where to start looking? | 00:56 |
*** armax has joined #openstack-qa | 00:57 | |
*** jhenner has quit IRC | 00:59 | |
*** jhenner has joined #openstack-qa | 01:03 | |
openstackgerrit | Takeaki Matsumoto proposed openstack/tempest: Fix the condition of nova cert tests https://review.openstack.org/216615 | 01:07 |
*** tsekiyam_ has joined #openstack-qa | 01:07 | |
*** jasonsb has joined #openstack-qa | 01:08 | |
*** achanda has quit IRC | 01:08 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm 217922,6,5466558 | 01:08 |
*** achanda has joined #openstack-qa | 01:08 | |
*** jhenner has quit IRC | 01:08 | |
*** tsekiyama has quit IRC | 01:11 | |
*** tsekiyam_ has quit IRC | 01:12 | |
*** mudassirlatif has quit IRC | 01:19 | |
*** amotoki has joined #openstack-qa | 01:26 | |
*** armax has quit IRC | 01:26 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 219382,7,7c0e626 | 01:26 |
*** armax has joined #openstack-qa | 01:27 | |
*** ajmiller has quit IRC | 01:28 | |
*** armax has quit IRC | 01:29 | |
*** armax has joined #openstack-qa | 01:30 | |
*** jhenner has joined #openstack-qa | 01:34 | |
*** armax has quit IRC | 01:34 | |
*** enikanorov__ has quit IRC | 01:36 | |
markvoelker | mriedem: 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 |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-neutron-dvr 218355,11,3662d90 | 01:41 |
markvoelker | mriedem: 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#n115 | 01:42 |
*** zhangjn has joined #openstack-qa | 01:42 | |
openstackrecheck | openstack/cinder change: https://review.openstack.org/221922 failed gate-cinder-python27 in the gate queue with an unrecognized error | 01:45 |
openstackrecheck | openstack/cinder change: https://review.openstack.org/222253 failed gate-cinder-python27 in the gate queue with an unrecognized error | 01:45 |
openstackrecheck | openstack/nova change: https://review.openstack.org/222023 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/1463631 | 01:46 |
openstack | Launchpad bug 1463631 in grenade "60_nova/resources.sh:106:ping_check_public fails intermittently" [Undecided,Confirmed] | 01:46 |
markvoelker | Ooooh...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#n50 | 01:47 |
*** jlvillal has quit IRC | 01:49 | |
openstackgerrit | Hidekazu Nakamura proposed openstack-dev/devstack: Fix typo in lib/keystone https://review.openstack.org/222433 | 01:51 |
openstackgerrit | Gao Zexu proposed openstack/tempest: Add test for volume snapshot in compute api https://review.openstack.org/222080 | 01:52 |
*** salv-orlando has joined #openstack-qa | 01:54 | |
*** nadya has joined #openstack-qa | 01:55 | |
*** nadya has quit IRC | 01:59 | |
*** mylu has joined #openstack-qa | 02:00 | |
*** salv-orlando has quit IRC | 02:02 | |
mriedem | markvoelker: yeah i guess test_attach_detach_volume does check the partition | 02:15 |
mriedem | the 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_pattern | 02:16 |
markvoelker | mriedem: 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 |
markvoelker | E.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-qa | 02:18 | |
markvoelker | (even though the driver is actually ignoring the name it's being sent) | 02:18 |
*** zhangjn has quit IRC | 02:18 | |
*** jecarey has joined #openstack-qa | 02:19 | |
markvoelker | Ultimately 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. =p | 02:20 |
*** yamahata has quit IRC | 02:24 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default https://review.openstack.org/221300 | 02:24 |
*** yamamoto has quit IRC | 02:24 | |
*** TC01 has quit IRC | 02:25 | |
*** ranger81 has joined #openstack-qa | 02:25 | |
*** dims_ has quit IRC | 02:25 | |
*** jhenner has quit IRC | 02:28 | |
*** ranger81 has quit IRC | 02:29 | |
*** TC01 has joined #openstack-qa | 02:33 | |
*** dims has joined #openstack-qa | 02:33 | |
*** jlvillal has quit IRC | 02:35 | |
*** dave-mccowan has joined #openstack-qa | 02:35 | |
*** dave-mccowan has quit IRC | 02:35 | |
*** achanda has quit IRC | 02:35 | |
*** achanda has joined #openstack-qa | 02:36 | |
*** achanda has quit IRC | 02:42 | |
*** achanda has joined #openstack-qa | 02:42 | |
*** achanda has quit IRC | 02:44 | |
*** achanda has joined #openstack-qa | 02:45 | |
gmann | mtreinish: armax: regarding https://review.openstack.org/#/c/216887/ | 02:46 |
gmann | mtreinish: armax: looks interesting that two networks can have same address space within same tenant..... | 02:47 |
*** achanda has quit IRC | 02:47 | |
*** achanda has joined #openstack-qa | 02:48 | |
gmann | mtreinish: 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 IRC | 02:49 | |
*** sabeen has joined #openstack-qa | 02:51 | |
*** mriedem has quit IRC | 02:52 | |
*** achanda has quit IRC | 02:57 | |
*** achanda has joined #openstack-qa | 02:58 | |
*** ranger81 has joined #openstack-qa | 03:03 | |
*** ranger81 has quit IRC | 03:04 | |
*** SridharG has joined #openstack-qa | 03:05 | |
*** achanda has quit IRC | 03:09 | |
*** armax has joined #openstack-qa | 03:09 | |
*** ranger81 has joined #openstack-qa | 03:12 | |
*** dims has quit IRC | 03:20 | |
*** yamamoto has joined #openstack-qa | 03:22 | |
*** tpeoples has joined #openstack-qa | 03:24 | |
*** tochi has quit IRC | 03:26 | |
*** amotoki has quit IRC | 03:27 | |
*** adam_g has quit IRC | 03:32 | |
*** dims has joined #openstack-qa | 03:32 | |
*** tpeoples has quit IRC | 03:33 | |
*** adam_g has joined #openstack-qa | 03:35 | |
*** adam_g has quit IRC | 03:35 | |
*** adam_g has joined #openstack-qa | 03:35 | |
*** ajmiller_ has quit IRC | 03:45 | |
*** amotoki has joined #openstack-qa | 03:45 | |
*** dims has quit IRC | 03:46 | |
*** amotoki has quit IRC | 03:54 | |
*** nadya has joined #openstack-qa | 03:55 | |
*** amotoki has joined #openstack-qa | 03:58 | |
*** ranger81 has quit IRC | 03:58 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/tempest: Skip test_router_rescheduling if l3 scheduler extension is not enabled https://review.openstack.org/222136 | 03:59 |
*** ranger81 has joined #openstack-qa | 03:59 | |
*** nadya has quit IRC | 04:00 | |
*** achanda has joined #openstack-qa | 04:00 | |
*** ranger81 has quit IRC | 04:00 | |
tonyb | So 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-qa | 04:01 | |
*** ramineni has joined #openstack-qa | 04:01 | |
*** ranger81 has quit IRC | 04:01 | |
*** ranger81 has joined #openstack-qa | 04:01 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/tempest: Add a simple test for port security vs security group https://review.openstack.org/221220 | 04:02 |
*** ramineni has quit IRC | 04:05 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Return complete response from servers_client https://review.openstack.org/216559 | 04:05 |
*** tochi has joined #openstack-qa | 04:10 | |
*** salv-orlando has joined #openstack-qa | 04:11 | |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Add unit tests for volumes_extensions_client https://review.openstack.org/216618 | 04:14 |
*** amotoki has quit IRC | 04:18 | |
*** dimtruck is now known as zz_dimtruck | 04:18 | |
*** salv-orlando has quit IRC | 04:18 | |
*** vgridnev has joined #openstack-qa | 04:22 | |
*** ranger81 has quit IRC | 04:22 | |
piyush_ | Hi Gmann | 04:23 |
*** amotoki has joined #openstack-qa | 04:25 | |
*** ranger81 has joined #openstack-qa | 04:27 | |
openstackgerrit | Merged openstack/tempest: Remove list_security_group_rules wrapper method https://review.openstack.org/221660 | 04:29 |
*** sabeen has quit IRC | 04:37 | |
*** ramineni_ has joined #openstack-qa | 04:40 | |
*** enikanorov has joined #openstack-qa | 04:45 | |
gmann | piyush_: hi | 04:46 |
*** BharatK has joined #openstack-qa | 04:47 | |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Add unit tests for security_group_rules_client https://review.openstack.org/219988 | 04: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.py | 04:48 |
gmann | piyush_: no, in test case itself something like - https://github.com/openstack/tempest/blob/master/tempest/api/compute/servers/test_server_actions.py#L161 | 04:51 |
piyush_ | gmann: gotcha.. thanks :-) | 04:52 |
gmann | piyush_: np :) | 04:52 |
*** achanda has quit IRC | 04:54 | |
ramineni_ | gmann: mkoderer : hi | 04:55 |
ramineni_ | gmann: mkoderer : should the test coverage be 100%? | 04:55 |
*** achanda has joined #openstack-qa | 04:55 | |
ramineni_ | gmann: because there are cases like https://github.com/openstack/tempest/blob/master/tempest/services/compute/json/volumes_extensions_client.py#L76 | 04:55 |
ramineni_ | coverage shows missing, do we need to add them also? | 04:56 |
ramineni_ | gmann: mkoderer ^^ | 04:56 |
*** mylu has quit IRC | 04:56 | |
openstackgerrit | Gao Zexu proposed openstack/tempest: Add test for volume snapshot in compute api https://review.openstack.org/222080 | 05:02 |
*** jlvillal has joined #openstack-qa | 05:06 | |
*** woodster_ has quit IRC | 05:09 | |
*** yfried has quit IRC | 05:11 | |
gmann | ramineni_: for these kind of method i thin k we do not need | 05:12 |
ramineni_ | gmann: ok | 05:15 |
ramineni_ | thanks | 05:15 |
*** BharatK has quit IRC | 05:20 | |
*** salv-orlando has joined #openstack-qa | 05:23 | |
*** ranger81 has quit IRC | 05:26 | |
*** yfried has joined #openstack-qa | 05:28 | |
*** salv-orlando has quit IRC | 05:30 | |
*** BharatK has joined #openstack-qa | 05:33 | |
*** hichihara has quit IRC | 05:34 | |
*** Poornima has joined #openstack-qa | 05:34 | |
*** nadya has joined #openstack-qa | 05:35 | |
*** shausy has joined #openstack-qa | 05:37 | |
*** nadya has quit IRC | 05:40 | |
*** ompp has joined #openstack-qa | 05:42 | |
*** nadya has joined #openstack-qa | 05:48 | |
*** shausy has quit IRC | 05:48 | |
openstackgerrit | Piyush Pathak proposed openstack/tempest: Metadata definition namespaces api added https://review.openstack.org/217555 | 05:49 |
openstackgerrit | Takeaki Matsumoto proposed openstack/tempest: Fix way to create login_url in dashboard test https://review.openstack.org/222470 | 05:50 |
*** fedexo has joined #openstack-qa | 05:54 | |
*** vgridnev has quit IRC | 05:56 | |
*** nadya has quit IRC | 05:56 | |
mkoderer | ramineni_: Hi, 100% is not needed. But it's a good indicator to see if a function is missing | 06:00 |
ramineni_ | mkoderer: ok, thanks :) | 06:01 |
mkoderer | ramineni_: if you have a sec for a review: https://review.openstack.org/#/c/222045/ and https://review.openstack.org/#/c/222067/ | 06:05 |
mkoderer | ramineni_: I guess it would be better to split the tests in https://review.openstack.org/#/c/222067 ... | 06:06 |
*** SridharG has left #openstack-qa | 06:06 | |
*** vgridnev has joined #openstack-qa | 06:07 | |
* ramineni_ looks | 06:09 | |
ramineni_ | mkoderer: by default it tests only detail right ? | 06:12 |
*** jasonsb has quit IRC | 06:13 | |
ramineni_ | mkoderer: can we add one more function with detail=True, so that other schema is also tested schema.list_availability_zone_list | 06:14 |
ramineni_ | mkoderer: by splitting i mean :) | 06:14 |
mkoderer | ramineni_: so currently it tests both.. all in one test... ok you can -1 and I will split it in a better way | 06:15 |
*** markvoelker has quit IRC | 06:16 | |
openstackgerrit | Piyush Pathak proposed openstack/tempest: Metadata definition namespaces api added https://review.openstack.org/217555 | 06:19 |
ramineni_ | mkoderer: added a comment | 06:23 |
*** mpaolino has joined #openstack-qa | 06:24 | |
mkoderer | ramineni_: thx | 06:24 |
*** shardy has joined #openstack-qa | 06:25 | |
*** fedexo has quit IRC | 06:25 | |
piyush_ | Hi afazekas,gmann: I have made the appropriate changes in the code as recommended please have look now https://review.openstack.org/217555 | 06:30 |
*** jasonsb has joined #openstack-qa | 06:30 | |
*** vgridnev has quit IRC | 06:33 | |
*** jasonsb has quit IRC | 06:36 | |
*** hoangcx has joined #openstack-qa | 06:42 | |
*** SridharG has joined #openstack-qa | 06:44 | |
*** vgridnev has joined #openstack-qa | 06:45 | |
*** amotoki has quit IRC | 06:46 | |
*** dims has joined #openstack-qa | 06:48 | |
*** salv-orlando has joined #openstack-qa | 06:53 | |
*** dims has quit IRC | 06:53 | |
*** b10n1k__ has quit IRC | 06:59 | |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Add unit tests for volumes_extensions_client https://review.openstack.org/216618 | 07:00 |
*** salv-orlando has quit IRC | 07:00 | |
*** jlanoux has joined #openstack-qa | 07:04 | |
*** jlanoux_ has joined #openstack-qa | 07:07 | |
*** jlanoux has quit IRC | 07:09 | |
*** markvoelker has joined #openstack-qa | 07:17 | |
*** markvoelker has quit IRC | 07:22 | |
*** neeti has joined #openstack-qa | 07:22 | |
*** e0ne has joined #openstack-qa | 07:25 | |
*** e0ne has quit IRC | 07:26 | |
*** yog has joined #openstack-qa | 07:26 | |
*** yog is now known as Guest80988 | 07:27 | |
openstackgerrit | Merged openstack/tempest: Enhance unit test coverage: agents_client https://review.openstack.org/222045 | 07:30 |
openstackrecheck | Console logs not available after 13:28s for gate-tempest-dsvm-neutron-dvr 222470,1,bb083c8 | 07:31 |
*** dtantsur|afk is now known as dtantsur | 07:36 | |
*** ranger81 has joined #openstack-qa | 07:38 | |
*** vgridnev has quit IRC | 07:40 | |
*** ranger81 has quit IRC | 07:42 | |
openstackrecheck | Console logs not available after 13:21s for gate-requirements-integration-dsvm 221157,4,1315d1b | 07:45 |
*** cdent has joined #openstack-qa | 07:45 | |
openstackgerrit | Merged openstack/tempest: Add unit test for server_groups_client https://review.openstack.org/217861 | 07:48 |
*** oomichi has joined #openstack-qa | 07:57 | |
openstackgerrit | Ievgeniia Zadorozhna proposed openstack/tempest: Added Identity API tests for user ec2 credentials https://review.openstack.org/194584 | 07:58 |
*** sayali has quit IRC | 08:00 | |
*** sayali has joined #openstack-qa | 08:03 | |
*** jlanoux_ has quit IRC | 08:05 | |
*** prnk28 has joined #openstack-qa | 08:06 | |
*** amotoki has joined #openstack-qa | 08:06 | |
*** jlanoux has joined #openstack-qa | 08:08 | |
*** safchain has joined #openstack-qa | 08:08 | |
*** achanda has quit IRC | 08:09 | |
*** achanda has joined #openstack-qa | 08:12 | |
*** amotoki_ has joined #openstack-qa | 08:12 | |
*** e0ne has joined #openstack-qa | 08:13 | |
*** amotoki has quit IRC | 08:14 | |
*** achanda has quit IRC | 08:16 | |
*** amotoki_ has quit IRC | 08:16 | |
*** k4n0 has joined #openstack-qa | 08:20 | |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Full response for missed IdentityV2Client methods https://review.openstack.org/216109 | 08:22 |
*** nadya has joined #openstack-qa | 08:22 | |
*** e0ne has quit IRC | 08:24 | |
*** amotoki has joined #openstack-qa | 08:26 | |
*** prnk28 has quit IRC | 08:28 | |
*** mylu has joined #openstack-qa | 08:28 | |
*** e0ne has joined #openstack-qa | 08:28 | |
*** mylu has quit IRC | 08:32 | |
*** jordanP has joined #openstack-qa | 08:34 | |
*** salv-orlando has joined #openstack-qa | 08:35 | |
*** armax has quit IRC | 08:41 | |
*** hoangcx has quit IRC | 08:47 | |
*** salv-orlando has quit IRC | 08:50 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Remove nova v2 API comments https://review.openstack.org/222523 | 08:50 |
*** cdent has quit IRC | 08:52 | |
*** salv-orlando has joined #openstack-qa | 08:53 | |
*** cdent has joined #openstack-qa | 08:56 | |
*** vgridnev has joined #openstack-qa | 08:57 | |
*** salv-orlando has quit IRC | 08:58 | |
openstackgerrit | Falk Reimann proposed openstack-dev/devstack: Use swift port variable in keystone and cinder https://review.openstack.org/218199 | 09:02 |
*** shardy_ has joined #openstack-qa | 09:07 | |
*** shardy has quit IRC | 09:08 | |
*** dmorita has quit IRC | 09:09 | |
*** gszasz has joined #openstack-qa | 09:11 | |
*** shardy_ has quit IRC | 09:12 | |
*** shardy has joined #openstack-qa | 09:13 | |
*** armax has joined #openstack-qa | 09:19 | |
*** nadya_ has joined #openstack-qa | 09:20 | |
*** nadya has quit IRC | 09:20 | |
*** dtantsur is now known as dtantsur|brb | 09:21 | |
openstackgerrit | nayna-patel proposed openstack/tempest: Adds 'list-cells' and 'cell-capacities' tests https://review.openstack.org/220932 | 09:28 |
*** armax has quit IRC | 09:35 | |
*** tosky has joined #openstack-qa | 09:35 | |
*** armax has joined #openstack-qa | 09:36 | |
openstackrecheck | Console logs not available after 13:30s for gate-tempest-dsvm-neutron-full 222511,1,803ad3d | 09:38 |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Add unit tests for security_group_rules_client https://review.openstack.org/219988 | 09:41 |
*** dims has joined #openstack-qa | 09:46 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Fix missing value types for log message https://review.openstack.org/222550 | 09:53 |
gmann | masayukig: ^^ quick one | 09:56 |
openstackgerrit | Gao Zexu proposed openstack/tempest: Add test for volume snapshot in compute api https://review.openstack.org/222080 | 09:56 |
*** prnk28 has joined #openstack-qa | 10:06 | |
*** aix has joined #openstack-qa | 10:08 | |
openstackgerrit | Anusha Ramineni proposed openstack/tempest: Add unit tests for volumes_extensions_client https://review.openstack.org/216618 | 10:08 |
*** kiran-r has joined #openstack-qa | 10:21 | |
*** mpaolino has quit IRC | 10:28 | |
*** mylu has joined #openstack-qa | 10:29 | |
*** pc_m has joined #openstack-qa | 10:29 | |
*** mpaolino has joined #openstack-qa | 10:31 | |
*** dtantsur|brb is now known as dtantsur | 10:31 | |
*** mylu has quit IRC | 10:33 | |
*** yamamoto has quit IRC | 10:34 | |
*** armax has quit IRC | 10:35 | |
kiran-r | oomichi: sdague: Are Loadbalancer scenarios removed from tempest?? | 10:35 |
kiran-r | Anybody?? ^^ | 10:35 |
oomichi | kiran-r: sorry, I dont know | 10:36 |
oomichi | kiran-r: maybe these tests were migrated to LBaaS repo | 10:36 |
oomichi | kiran-r: https://review.openstack.org/#/c/186559/ | 10:37 |
*** armax has joined #openstack-qa | 10:37 | |
oomichi | kiran-r: neutron-lbaas has contained these tests now, that is great thing | 10:38 |
*** ylobankov has quit IRC | 10:47 | |
*** ylobankov has joined #openstack-qa | 10:51 | |
*** dave-mccowan has joined #openstack-qa | 10:57 | |
*** ranger81 has joined #openstack-qa | 11:00 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: DNM: test libs from git with oslo.config https://review.openstack.org/222234 | 11:01 |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: DNM: test libs from git with python-keystonclient https://review.openstack.org/222235 | 11:01 |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: check LIBS_FROM_GIT https://review.openstack.org/221256 | 11:01 |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: move back to editable install for oslo https://review.openstack.org/222306 | 11:01 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default https://review.openstack.org/221300 | 11:01 |
*** zhangjn has joined #openstack-qa | 11:02 | |
*** zhangjn has quit IRC | 11:02 | |
*** markvoelker has joined #openstack-qa | 11:04 | |
*** ranger81 has quit IRC | 11:04 | |
*** oomichi has quit IRC | 11:06 | |
*** ramineni_ has quit IRC | 11:08 | |
openstackrecheck | Console logs not available after 13:28s for gate-tempest-dsvm-full 220932,3,9db264e | 11:08 |
sdague | so 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_GIT | 11:08 |
*** markvoelker has quit IRC | 11:09 | |
*** jlanoux has quit IRC | 11:11 | |
*** jhenner has joined #openstack-qa | 11:20 | |
openstackgerrit | Merged openstack/tempest: Full response for database flavor client methods https://review.openstack.org/214952 | 11:20 |
*** yamamoto has joined #openstack-qa | 11:21 | |
*** ompp has quit IRC | 11:22 | |
*** yamamoto_ has joined #openstack-qa | 11:22 | |
*** yamamoto has quit IRC | 11:25 | |
*** apevec has joined #openstack-qa | 11:29 | |
*** apevec has quit IRC | 11:29 | |
*** apevec has joined #openstack-qa | 11:29 | |
*** Poornima has quit IRC | 11:34 | |
*** anshul has joined #openstack-qa | 11:38 | |
openstackrecheck | Console logs not available after 13:46s for gate-tempest-dsvm-postgres-full 222511,1,03bbe24 | 11:38 |
*** mpaolino has quit IRC | 11:42 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default https://review.openstack.org/221300 | 11:50 |
mkoderer | sdague: ok cool. will do | 11:51 |
*** yfried has quit IRC | 11:52 | |
*** anshul has quit IRC | 11:53 | |
EmilienM | mtreinish: 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 error | 11:55 |
EmilienM | http://logs.openstack.org/52/217352/57/check/gate-puppet-openstack-integration-dsvm-trusty/320db6c/console.html#_2015-09-11_00_13_53_866 | 11:55 |
EmilienM | as 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.gz | 11:55 |
*** Guest47 has joined #openstack-qa | 11:55 | |
EmilienM | it works fine on centos: https://review.openstack.org/#/c/217352/ | 11:55 |
EmilienM | mtreinish: if you look at http://goo.gl/W1s6PH <-- this is where the port is created, goes DOWN and then ERROR | 11:57 |
EmilienM | I'm just wondering if you already saw that in the gate | 11:57 |
openstackgerrit | Marc Koderer proposed openstack/tempest: Enhance unit test coverage: availability_zone_client https://review.openstack.org/222067 | 11:57 |
*** Guest47_ has joined #openstack-qa | 11:58 | |
EmilienM | mtreinish: I think this is nothing about tempest, I'm looking at neutron logs now | 11:59 |
*** anshul has joined #openstack-qa | 11:59 | |
*** Guest80988 has quit IRC | 12:00 | |
*** Guest47 has quit IRC | 12:01 | |
EmilienM | mtreinish: floating IP is not created in the l3 agent: http://goo.gl/Yoaqzo | 12:01 |
sayali | hello, is there a good way to backport tests to older tempest codebase? | 12:01 |
*** malini has joined #openstack-qa | 12:01 | |
*** malini has quit IRC | 12:02 | |
*** malini has joined #openstack-qa | 12:02 | |
mkoderer | EmilienM: for me it looks like a ovs issue | 12:03 |
EmilienM | mtreinish: https://bugs.launchpad.net/tripleo/+bug/1490639 | 12:03 |
openstack | Launchpad bug 1490639 in tripleo "Floating IP's no longer working" [Undecided,Fix released] | 12:03 |
EmilienM | it seems like a bug in Neutron | 12:04 |
*** jlanoux has joined #openstack-qa | 12:04 | |
EmilienM | but I'm not sure | 12:04 |
*** malini1 has joined #openstack-qa | 12:04 | |
EmilienM | https://review.openstack.org/#/c/218723/ | 12:04 |
EmilienM | mtreinish: I think netaddr is the wrong version in Ubuntu Trusty | 12:04 |
*** aysyd has joined #openstack-qa | 12:05 | |
*** yfried has joined #openstack-qa | 12:05 | |
mkoderer | yep could be the issue | 12:05 |
EmilienM | mtreinish: yeah this is it | 12:06 |
EmilienM | mtreinish: you did not hit in the gate, because you're not using packaging I guess | 12:07 |
*** malini has quit IRC | 12:07 | |
*** woodster_ has joined #openstack-qa | 12:07 | |
openstackrecheck | openstack/horizon change: https://review.openstack.org/207893 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/1450110 https://bugs.launchpad.net/bugs/1359428 | 12:08 |
openstack | Launchpad bug 1450110 in Cinder "boto tests randomly fail in resource_cleanup with "Failed to delete volume"" [High,Fix released] - Assigned to John Griffith (john-griffith) | 12:08 |
openstack | Launchpad bug 1359428 in Cinder "Checksum error\n Volume group for uuid not found; libdevmapper exiting with 2 device(s) still suspended" [High,Confirmed] | 12:08 |
EmilienM | mtreinish: sorry for noise :) | 12:08 |
dmellado | EmilienM: which version of netaddr do you have? just FYI I'm using F22 and it works just fine (netaddr==0.7.15) | 12:09 |
EmilienM | dmellado: 0.7.17-1~cloud0 | 12:09 |
EmilienM | it's on Ubuntu Trusty | 12:09 |
EmilienM | and yes you don't hit the issue, because you're running 'old' version | 12:10 |
EmilienM | dmellado: look https://review.openstack.org/#/c/218723/ | 12:10 |
dmellado | EmilienM: I see | 12:11 |
EmilienM | I'm reporting the bug to ubuntu maintainers, it's blocking our gate atm | 12:11 |
*** jecarey has quit IRC | 12:12 | |
dmellado | EmilienM: as a workaround for the time being you could just update that package using pip | 12:12 |
EmilienM | dmellado: that's a good idea | 12:12 |
dmellado | EmilienM: could you try `pip install -U netaddr`and retry the test? that should work | 12:14 |
EmilienM | dmellado: 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 |
EmilienM | so I better to use the old version of netaddr, since I don't have https://review.openstack.org/#/c/218723/ in my package | 12:15 |
*** markvoelker has joined #openstack-qa | 12:15 | |
EmilienM | but I can try | 12:15 |
* EmilienM trying now | 12:15 | |
dmellado | EmilienM: but if the issue it's just because of that, pip version will update it | 12:15 |
dmellado | just be aware of having the proper pythonpath | 12:16 |
EmilienM | dmellado: yes but neutron code won't have that: https://review.openstack.org/#/c/218723/ | 12:16 |
EmilienM | that help the transition to the new version iiuc | 12:16 |
dmellado | I see, I thought you were running from source but installed the dependecies from rpm... | 12:17 |
*** rfolco has joined #openstack-qa | 12:17 | |
EmilienM | dmellado: everything is installed from APT | 12:18 |
EmilienM | dmellado: except tempest, everything is from Ubuntu UCA 'liberty/proposed' | 12:19 |
*** mylu has joined #openstack-qa | 12:29 | |
*** edmondsw has joined #openstack-qa | 12:31 | |
*** mylu has quit IRC | 12:34 | |
*** malini1 has quit IRC | 12:34 | |
*** mwagner_lap has joined #openstack-qa | 12:34 | |
*** regXboi has joined #openstack-qa | 12:38 | |
mtreinish | EmilienM: ah, so the ubuntu packages too new a netaddr with an older neutron version | 12:39 |
mtreinish | so things don't work | 12:39 |
EmilienM | yeah | 12:39 |
*** BharatK has quit IRC | 12:40 | |
*** dustins has joined #openstack-qa | 12:43 | |
*** bknudson has quit IRC | 12:45 | |
*** nadya_ has quit IRC | 12:52 | |
*** kiran-r has quit IRC | 12:53 | |
*** neeti has quit IRC | 12:56 | |
*** nadya has joined #openstack-qa | 12:57 | |
*** VanL has joined #openstack-qa | 12:59 | |
*** bknudson has joined #openstack-qa | 13:03 | |
*** jecarey has joined #openstack-qa | 13:04 | |
*** VanL has quit IRC | 13:04 | |
*** VanL has joined #openstack-qa | 13:04 | |
*** rossella_s has quit IRC | 13:06 | |
*** rossella_s has joined #openstack-qa | 13:06 | |
*** jffische has joined #openstack-qa | 13:09 | |
*** bknudson has quit IRC | 13:09 | |
*** bknudson has joined #openstack-qa | 13:11 | |
*** mwagner_lap has quit IRC | 13:11 | |
*** mwagner_lap has joined #openstack-qa | 13:11 | |
*** nadya has quit IRC | 13:12 | |
*** dkranz has joined #openstack-qa | 13:14 | |
*** erlon has joined #openstack-qa | 13:15 | |
*** frayedknot has joined #openstack-qa | 13:15 | |
*** mpaolino has joined #openstack-qa | 13:15 | |
*** jaypipes has joined #openstack-qa | 13:16 | |
*** ChanServ sets mode: +o jaypipes | 13:16 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default https://review.openstack.org/221300 | 13:18 |
*** salv-orlando has joined #openstack-qa | 13:19 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default https://review.openstack.org/221300 | 13:20 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default https://review.openstack.org/221300 | 13:21 |
*** jaypipes is now known as leakypipes | 13:22 | |
johnthetubaguy | mtreinish: 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 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default https://review.openstack.org/221300 | 13:22 |
*** anshul has quit IRC | 13:23 | |
mtreinish | johnthetubaguy: I don't remember seeing that before | 13:24 |
* mtreinish reads | 13:24 | |
*** tochi has quit IRC | 13:25 | |
*** ranger81 has joined #openstack-qa | 13:27 | |
*** mriedem has joined #openstack-qa | 13:27 | |
*** ctrath has joined #openstack-qa | 13:29 | |
mtreinish | johnthetubaguy: ah, so the plan is to classify metadata about each feature group including whether it has tempest tests | 13:29 |
mtreinish | I imagine all of that will be done manually? | 13:29 |
johnthetubaguy | mtreinish: at first, I kinda hope it can be auto generated, once we have a way for third party CI to be tracked | 13:31 |
johnthetubaguy | mtreinish: maybe just post merge loops, with jenkins style rainy or sunny clouds would be a start, but thats later on | 13:31 |
*** ranger81 has quit IRC | 13:31 | |
*** gszasz has quit IRC | 13:32 | |
*** salv-orlando has quit IRC | 13:32 | |
mtreinish | johnthetubaguy: well we'll need to have a way to map between tests (either the names or uuids) and the feature being used | 13:32 |
*** dansmith is now known as superdan | 13:32 | |
mtreinish | because that's the piece that I think is missing now | 13:32 |
johnthetubaguy | mtreinish: yes, it is, I figure we might eventually do something a bit like defcore have | 13:33 |
*** jroll is now known as jtroll | 13:33 | |
mtreinish | johnthetubaguy: heh, a big json blob? | 13:34 |
*** dtantsur is now known as creepy_owlet | 13:34 | |
johnthetubaguy | mtreinish: sure, lol | 13:34 |
*** jtroll is now known as Guest13730 | 13:34 | |
*** Guest13730 is now known as jroll | 13:34 | |
*** achanda has joined #openstack-qa | 13:34 | |
mtreinish | johnthetubaguy: 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 -1s | 13:35 | |
mtreinish | then you just need to map features to nova code and work backwards from that | 13:36 |
mtreinish | but that's probably overkill | 13:36 |
*** alaski is now known as lascii | 13:36 | |
johnthetubaguy | I like like the idea of automating that mind | 13:36 |
johnthetubaguy | could be nifty | 13:37 |
johnthetubaguy | mtreinish: thanks for taking a look, thats got some good ideas swimming in my head | 13:39 |
johnthetubaguy | mtreinish: its something we discussed at the last summit, but failed to get anyone else to work on it, just trying to nudge it along | 13:40 |
mtreinish | johnthetubaguy: sure np, I like the idea of actually writing down what we're testing somewhere | 13:40 |
johnthetubaguy | mtreinish: 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 IRC | 13:45 | |
*** bdperkin has quit IRC | 13:47 | |
*** artom has joined #openstack-qa | 13:51 | |
*** k4n0 has quit IRC | 13:53 | |
*** achanda has quit IRC | 13:54 | |
openstackgerrit | Sebastien 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/220753 | 13:54 |
*** grafuls has quit IRC | 13:55 | |
*** cdent has quit IRC | 13:55 | |
*** cjvolzka has joined #openstack-qa | 13:55 | |
*** VanL has quit IRC | 13:57 | |
*** mestery has quit IRC | 13:57 | |
*** hichihara has joined #openstack-qa | 13:58 | |
cjvolzka | Is 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-qa | 14:01 | |
*** bdperkin has joined #openstack-qa | 14:01 | |
*** ompp has joined #openstack-qa | 14:02 | |
*** tpeoples has joined #openstack-qa | 14:03 | |
*** VanL has joined #openstack-qa | 14:05 | |
mkoderer | mtreinish: was it sahara the also implemented tempest plugin?.. I can't find the review on that | 14:05 |
*** pglass has joined #openstack-qa | 14:09 | |
hichihara | sdague: ping | 14:11 |
mtreinish | mkoderer: I know tosky was looking at it, but I'm not sure a patch was ever pushed | 14:11 |
*** armax has quit IRC | 14:11 | |
mkoderer | mkoderer: I remember that I saw a patch on that... I have to serach in my IRC logs.. | 14:11 |
mtreinish | mkoderer: ok, the only one that I knew about was your manila patch | 14:12 |
*** ajmiller has joined #openstack-qa | 14:16 | |
*** tpeoples has quit IRC | 14:18 | |
*** SridharG has left #openstack-qa | 14:18 | |
*** mlavalle has joined #openstack-qa | 14:19 | |
*** cjvolzka has quit IRC | 14:25 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default https://review.openstack.org/221300 | 14:26 |
*** nadya has joined #openstack-qa | 14:27 | |
*** zz_dimtruck is now known as dimtruck | 14:31 | |
*** tosky has joined #openstack-qa | 14:31 | |
*** malini has joined #openstack-qa | 14:35 | |
*** mestery has joined #openstack-qa | 14:37 | |
*** woodster_ has quit IRC | 14:39 | |
*** morgan has quit IRC | 14:40 | |
*** morganfainberg has joined #openstack-qa | 14:40 | |
*** cdent has joined #openstack-qa | 14:41 | |
*** malini has quit IRC | 14:41 | |
*** malini has joined #openstack-qa | 14:44 | |
*** yamahata has joined #openstack-qa | 14:44 | |
*** ccneill has joined #openstack-qa | 14:46 | |
*** yfried has quit IRC | 14:49 | |
*** VanL_ has joined #openstack-qa | 14:50 | |
*** ccneill has quit IRC | 14:53 | |
*** zhangjn has joined #openstack-qa | 14:54 | |
*** VanL has quit IRC | 14:54 | |
*** zhangjn has quit IRC | 14:55 | |
*** zhangjn has joined #openstack-qa | 14:55 | |
*** zhangjn has quit IRC | 14:55 | |
*** e0ne has quit IRC | 14:56 | |
*** morganfainberg has quit IRC | 14:56 | |
*** morganfainberg has joined #openstack-qa | 14:57 | |
*** gfidente has quit IRC | 14:57 | |
*** ctrath has quit IRC | 14:57 | |
*** yamahata has quit IRC | 14:58 | |
*** yamahata has joined #openstack-qa | 14:58 | |
*** morganfainberg has quit IRC | 14:59 | |
*** gfidente has joined #openstack-qa | 15:01 | |
*** salv-orlando has joined #openstack-qa | 15:02 | |
*** hichihara has quit IRC | 15:03 | |
*** ctrath has joined #openstack-qa | 15:04 | |
*** morganfainberg has joined #openstack-qa | 15:04 | |
*** morganfainberg has quit IRC | 15:04 | |
*** vgridnev has quit IRC | 15:07 | |
*** vgridnev has joined #openstack-qa | 15:09 | |
mriedem | mtreinish: 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, again | 15:11 |
mriedem | awesome | 15:11 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default https://review.openstack.org/221300 | 15:12 |
mtreinish | mriedem: heh, you just can't win | 15:12 |
mtreinish | mriedem: 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 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default https://review.openstack.org/221300 | 15:13 |
*** mmedvede has joined #openstack-qa | 15:14 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/devstack: [WIP] Set v3 as IDENTITY_API_VERSION by default https://review.openstack.org/221300 | 15:14 |
*** salv-orlando has quit IRC | 15:15 | |
*** malini has quit IRC | 15:15 | |
*** ompp has quit IRC | 15:17 | |
mriedem | i can look | 15:17 |
mriedem | cirros-0.3.4 on master | 15:18 |
mtreinish | mriedem: it was just a random thought I had, it could be a guest image bug | 15:18 |
mtreinish | because this not working seems like something that would have been reported | 15:18 |
mriedem | cirros-0.3.2 on kilo | 15:18 |
mriedem | cirros-0.3.2 on juno | 15:18 |
mriedem | so yeah, that might be it | 15:18 |
mriedem | and yeah, in juno and kilo the failures are on the first device attach | 15:19 |
mriedem | so the snapshots don't even happen yet | 15:19 |
*** salv-orlando has joined #openstack-qa | 15:20 | |
*** mestery has quit IRC | 15:20 | |
mtreinish | mriedem: ok cool, lets push up a stable devstack patch to bump that up to 0.3.4 and use depends on for your change | 15:20 |
mriedem | and 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 name | 15:20 |
mriedem | :) | 15:20 |
mriedem | maybe we've just trained everyone | 15:21 |
*** frayedknot has quit IRC | 15:21 | |
mriedem | let me see if test_attach_detach_volume works in juno/kilo though, since that specifies vdb and checks that it's in the partition list | 15:21 |
*** mylu has joined #openstack-qa | 15:21 | |
mriedem | as markvoelker was pointing out last night | 15:21 |
mriedem | tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... SKIPPED: SSH required for this test | 15:22 |
mriedem | skipped in kilo | 15:22 |
mriedem | how convenient | 15:22 |
mtreinish | mriedem: it does it unconditionally? it doesn't need the validation flag | 15:22 |
mtreinish | ah, ok yeah that's what I thought | 15:22 |
mtreinish | all (or most of) the api tests don't ssh in the gate jobs | 15:22 |
mriedem | same for juno tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... SKIPPED: SSH required for this test | 15:23 |
*** morgan has joined #openstack-qa | 15:23 | |
markvoelker | mriedem: you need run_validation set to true in your config in order for it to not be skipped | 15:23 |
mriedem | so, test_stamp_pattern should have the same ssh decorator | 15:23 |
mtreinish | mriedem: we normally don't do that on scenario tests | 15:23 |
mtreinish | I don't know why :) | 15:23 |
mtreinish | we should | 15:23 |
openstackgerrit | Merged openstack/eslint-config-openstack: Enabled no-new https://review.openstack.org/217969 | 15:23 |
sdague | mtreinish: so your version checking patch is pretty wrong, but in pulling it back together I'm getting a 401 | 15:23 |
mtreinish | there is a bp working on that: https://blueprints.launchpad.net/tempest/+spec/ssh-auth-strategy | 15:24 |
mtreinish | sdague: mine was REALLY wrong, (look at rev 1) then oomichi took it over :) | 15:24 |
sdague | it's still really wrong | 15:24 |
sdague | look at the url | 15:24 |
sdague | version_url = self._get_base_version_url() | 15:25 |
sdague | version_url = '%s://%s/' % (version_url, id) | 15:25 |
*** kbaikov has quit IRC | 15:25 | |
mtreinish | sdague: yeah, that's pretty far off too | 15:25 |
*** morgan has quit IRC | 15:25 | |
*** morgan has joined #openstack-qa | 15:26 | |
mtreinish | sdague: heh, doesn't that end up being like http://hostname:port://v2/ | 15:26 |
mtreinish | or is version url not what I expect there? | 15:27 |
sdague | yes it does | 15:27 |
sdague | which is why it's super wrong | 15:27 |
sdague | anyway, I got code back to the right version, but now it's throwing a keystone auth error | 15:27 |
sdague | which is really confusing | 15:28 |
mtreinish | ah, yeah oomichi mentioned that before, I think he might have opened a nova bug on it | 15:28 |
mtreinish | lemme check my irc logs | 15:28 |
*** vgridnev has quit IRC | 15:28 | |
sdague | oh, I bet I know what it is..... hmmmm | 15:28 |
*** vgridnev has joined #openstack-qa | 15:28 | |
sdague | mtreinish: is there an easy way to get my tenant id from tempest ? | 15:29 |
*** salv-orlando has quit IRC | 15:29 | |
*** salv-orlando has joined #openstack-qa | 15:30 | |
*** ompp has joined #openstack-qa | 15:30 | |
*** malini has joined #openstack-qa | 15:30 | |
mtreinish | umm, it's like self.os.credentials.tenant_id or something like that | 15:30 |
mriedem | markvoelker: mtreinish: ok so i'm going to add @testtools.skipUnless(CONF.validation.run_validation, 'SSH required for this test') to test_stamp_pattern | 15:30 |
mriedem | sound ok? | 15:30 |
sdague | ok, let me play with that | 15:30 |
mtreinish | mriedem: umm no | 15:31 |
mriedem | oh | 15:31 |
mtreinish | then we'd never run it in the gate | 15:31 |
*** morgan has quit IRC | 15:31 | |
mriedem | oh | 15:31 |
*** morgan has joined #openstack-qa | 15:31 | |
*** prnk28 has quit IRC | 15:32 | |
mriedem | mtreinish: why don't we run ssh validation in the gate? | 15:32 |
mtreinish | mriedem: because we can't ever seem to reliably ssh into a guest | 15:32 |
mriedem | ja | 15:32 |
mriedem | *ha | 15:32 |
sdague | mriedem: because no one would ever land code again | 15:32 |
mriedem | like test_volume_boot_pattern you mean? | 15:32 |
sdague | yep | 15:32 |
mtreinish | mriedem: the scenario tests do it unconditionally and they're the exception | 15:32 |
mriedem | but aren't we kind of lying to ourselves here? | 15:33 |
mriedem | yeah i was going to say | 15:33 |
mriedem | don'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 work | 15:33 |
*** sabeen has joined #openstack-qa | 15:33 | |
sdague | mriedem: 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 it | 15:34 |
sdague | if you turned it on you'd run it 200 times in a run | 15:34 |
sdague | which basically mean no code could pass it | 15:34 |
mtreinish | mriedem: fwiw, there is a non-voting job on tempest that sets that to true now | 15:34 |
mtreinish | I haven't looked at how well it does vs the rest of the world though | 15:34 |
*** morgan has quit IRC | 15:35 | |
*** morgan has joined #openstack-qa | 15:35 | |
*** salv-orl_ has joined #openstack-qa | 15:37 | |
*** malini has quit IRC | 15:37 | |
mriedem | ok | 15:37 |
*** salv-orlando has quit IRC | 15:38 | |
mriedem | at 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_pattern | 15:38 |
mriedem | but not it sort of eludes me | 15:38 |
mriedem | something to do with the async attach/detach but that shouldn't actually have anything to do with ssh | 15:38 |
mriedem | the fact we find the vdb partition in test_volume_boot_pattern is luck since the libvirt driver ignores it | 15:39 |
*** bknudson has left #openstack-qa | 15:40 | |
mtreinish | mriedem: but test_volume_boot_pattern doesn't do an attach it creates a volume from an image and boots from that | 15:40 |
mtreinish | does it still look for vdb? | 15:41 |
mriedem | oh, no | 15:42 |
mriedem | nvm | 15:42 |
mriedem | it writes that text file out | 15:42 |
mriedem | and then tries to read it later | 15:42 |
mtreinish | oh, we do pass it vda in the create server request | 15:42 |
mtreinish | but I don't think it really matters as long as the guest comes up | 15:43 |
*** malini has joined #openstack-qa | 15:43 | |
mriedem | yeah | 15:43 |
*** mylu has quit IRC | 15:43 | |
mriedem | the libvirt driver will see your vda and laugh at you now | 15:43 |
openstackgerrit | Yuriy Nesenenko proposed openstack/tempest: Add cleanup in some tests https://review.openstack.org/222680 | 15:43 |
sdague | mtreinish: did you find oomichi's bug? | 15:43 |
*** creepy_owlet is now known as dtantsur|afk | 15:43 | |
mtreinish | sdague: https://bugs.launchpad.net/nova/+bug/1492085 | 15:44 |
openstack | Launchpad bug 1492085 in OpenStack Compute (nova) "Cannot get API version detail of v2.1" [Undecided,Invalid] | 15:44 |
mtreinish | it looks like you need a trailing / | 15:45 |
mriedem | mtreinish: 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 for | 15:45 |
mriedem | # deletion operations to succeed | 15:45 |
mriedem | self._stop_instances([instance_2nd, instance_from_snapshot]) | 15:45 |
mriedem | that seems like a hack | 15:45 |
*** mylu has joined #openstack-qa | 15:46 | |
mtreinish | mriedem: dunno you can ask gfidente, but it's been a while since that was added | 15:46 |
mtreinish | mriedem: it does seem kinda hacky | 15:46 |
openstackrecheck | openstack/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/1451506 | 15:46 |
openstack | Launchpad bug 1252947 in OpenStack Compute (nova) "libvirtError: Cannot recv data: Connection reset by peer" [Undecided,Confirmed] | 15:46 |
openstack | Launchpad 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-qa | 15:47 | |
*** tpeoples has joined #openstack-qa | 15:48 | |
sdague | mtreinish: ah, ok, I got it, the old code used raw_request so skipped getting a keystone token | 15:50 |
sdague | I have a workingish thing | 15:50 |
mtreinish | sdague: ok cool | 15:51 |
mtreinish | I thought doing it without auth was part of it? | 15:51 |
sdague | the list versions | 15:51 |
sdague | needing a token for top info is probably fine | 15:51 |
sdague | honestly, needing a token for the top thing is probably ok as well | 15:52 |
*** aix has quit IRC | 15:52 | |
mtreinish | ok sure, it's easy enough to change either way if we ever need to | 15:52 |
*** VanL_ has quit IRC | 15:53 | |
*** ranger81 has joined #openstack-qa | 15:53 | |
*** ranger81 has quit IRC | 15:55 | |
*** ranger81 has joined #openstack-qa | 15:55 | |
*** tsekiyama has joined #openstack-qa | 15:55 | |
*** bknudson_ has quit IRC | 15:56 | |
mriedem | mtreinish: heh, yeah, been around since the test was added over 2 years ago https://review.openstack.org/#/c/38943/ | 15:56 |
mriedem | mtreinish: i think i'll push a change to remove that | 15:57 |
mriedem | you shouldn't have to stop your instances to delete them | 15:57 |
mtreinish | man, it's been a long time since I've seen a review number that low | 15:57 |
*** bknudson has joined #openstack-qa | 15:57 | |
*** jasonsb has joined #openstack-qa | 15:57 | |
mriedem | you're old | 15:58 |
mtreinish | mriedem: heh the test didn't have ssh back then | 15:59 |
*** VanL has joined #openstack-qa | 16:01 | |
*** safchain has quit IRC | 16:03 | |
sdague | mtreinish: hmmm | 16:05 |
sdague | so self.get on a client gets me a token, but it auto sets all the url bits as well | 16:05 |
sdague | I want the token, but I don't want it to inject the compute sc url | 16:05 |
sdague | anyway to do that? | 16:05 |
mtreinish | sdague: hmm not really, you'll probably have to do it manually | 16:06 |
mtreinish | this is the first time we've needed auth without the sc | 16:06 |
mtreinish | the other version list commands just do it without auth or can manage to get it working with the sc | 16:07 |
sdague | so, self.token() | 16:07 |
sdague | then add 'X-Auth-Token' ? | 16:08 |
*** mestery has joined #openstack-qa | 16:09 | |
*** jlanoux has quit IRC | 16:09 | |
mtreinish | yeah, that sounds right | 16:10 |
sdague | yep, that works | 16:11 |
*** kiran-r has joined #openstack-qa | 16:13 | |
akraminsky_ | akramins | 16:13 |
akraminsky_ | oops.. | 16:13 |
*** mudassirlatif has joined #openstack-qa | 16:16 | |
*** vgridnev has quit IRC | 16:17 | |
*** kiran-r has quit IRC | 16:21 | |
sdague | mtreinish: how does one make a json attr optional? | 16:21 |
*** kiran-r has joined #openstack-qa | 16:22 | |
*** salv-orl_ has quit IRC | 16:22 | |
sdague | hmmm... I think I have it | 16:22 |
*** salv-orlando has joined #openstack-qa | 16:25 | |
*** nic has joined #openstack-qa | 16:26 | |
*** kiran-r has quit IRC | 16:27 | |
*** sabeen3 has joined #openstack-qa | 16:27 | |
*** mylu has quit IRC | 16:28 | |
*** mylu has joined #openstack-qa | 16:28 | |
*** jordanP has quit IRC | 16:28 | |
openstackgerrit | Matt Riedemann proposed openstack/tempest: Remove _stop_instances hack in test_volume_boot_pattern https://review.openstack.org/222692 | 16:29 |
*** sabeen has quit IRC | 16:29 | |
*** ompp has quit IRC | 16:29 | |
*** mylu_ has joined #openstack-qa | 16:30 | |
*** jecarey has quit IRC | 16:30 | |
*** mylu has quit IRC | 16:31 | |
*** armax has joined #openstack-qa | 16:31 | |
*** salv-orlando has quit IRC | 16:31 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/devstack: Use Keystone v3 API only https://review.openstack.org/221300 | 16:31 |
*** salv-orlando has joined #openstack-qa | 16:34 | |
sdague | mtreinish: also, something isn't mocked right in tempest | 16:35 |
sdague | httplib2.ServerNotFoundError: Unable to find the server at fake_uri.com | 16:35 |
sdague | any ideas on that one? | 16:35 |
openstackrecheck | Console logs not available after 13:25s for gate-ceilometer-dsvm-functional-mongodb 221230,5,d3244c7 | 16:37 |
openstackgerrit | Sean Dague proposed openstack/tempest: Add tests for getting nova api version details https://review.openstack.org/220218 | 16:38 |
*** salv-orlando has quit IRC | 16:38 | |
*** b10n1k__ has joined #openstack-qa | 16:39 | |
sdague | mtreinish: give that a look when you get a chance | 16:39 |
openstackgerrit | Matt Riedemann proposed openstack-dev/devstack: Update default cirros version https://review.openstack.org/222697 | 16:45 |
mriedem | mtreinish: ^ is going to get weird | 16:45 |
mriedem | b/c i have to also do https://review.openstack.org/#/c/176782/ for stable/juno | 16:45 |
*** VanL has quit IRC | 16:48 | |
mtreinish | sdague: 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 that | 16:49 |
*** malini has quit IRC | 16:49 | |
gfidente | mriedem, mtreinish you mean it's not the behaviour you would expect, or code-wise? | 16:49 |
mtreinish | but we should have fixed it | 16:49 |
mtreinish | mriedem: it shouldnt get weird the newer image should already be preloaded | 16:50 |
mtreinish | the slave images are the same for stable and master | 16:50 |
mriedem | gfidente: you shouldn't have to stop an instance to delete it | 16:50 |
openstackrecheck | Console logs not available after 13:37s for gate-requirements-integration-dsvm 222679,1,8904fd5 | 16:51 |
*** mylu_ has quit IRC | 16:51 | |
mtreinish | sdague: that looks fine to me, also awesome docstrings | 16:54 |
gfidente | mriedem, 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 anymore | 16:54 |
gfidente | mriedem, btw, the only thing I can think about is nova returning from delete before the server is actually gone, causing volume deletion to fail | 16:55 |
*** dims has quit IRC | 16:55 | |
*** dims has joined #openstack-qa | 16:55 | |
*** mylu has joined #openstack-qa | 16:56 | |
mtreinish | gfidente: we have can just do a poll loop after delete to verify it goes away before we move on | 16:56 |
mtreinish | a bunch of tests do that | 16:56 |
gfidente | mtreinish, yep that seems better indeed | 16:56 |
gfidente | was trying to figure why that went there in the first place | 16:56 |
gfidente | removing seems fine | 16:56 |
*** pvaneck has joined #openstack-qa | 16:59 | |
*** jswarren has quit IRC | 17:00 | |
sdague | mriedem: +2 on the cirros update | 17:00 |
*** mylu has quit IRC | 17:00 | |
*** mylu has joined #openstack-qa | 17:01 | |
*** gfidente has quit IRC | 17:02 | |
*** vgridnev has joined #openstack-qa | 17:03 | |
*** b10n1k__ has quit IRC | 17:04 | |
*** rossella_s has quit IRC | 17:06 | |
*** Swami has joined #openstack-qa | 17:06 | |
*** rossella_s has joined #openstack-qa | 17:06 | |
mriedem | sdague: i'm not sure if that will pass grenade yet | 17:08 |
mriedem | i was working on the other stable/juno thing for grenade but then got lunch | 17:08 |
*** mylu has quit IRC | 17:08 | |
sdague | mriedem: yeh, no worries | 17:08 |
mriedem | gfidente|afk: delete is async | 17:08 |
*** apevec has quit IRC | 17:09 | |
mtreinish | mriedem: ah, lunch that sounds like a good idea | 17:09 |
*** achanda has joined #openstack-qa | 17:09 | |
* mtreinish goes searching for food | 17:09 | |
sdague | mriedem: you see my debug of the log fixture tests | 17:09 |
mriedem | sdague: yeah, it makes me sad | 17:09 |
sdague | yeh, I've got leftover pizza heating up in the oven right now | 17:09 |
*** mylu has joined #openstack-qa | 17:09 | |
sdague | mriedem: yes, agreed. Maybe there is a smarter way to do it, but I don't know | 17:09 |
*** amotoki has quit IRC | 17:10 | |
mriedem | sdague: 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 cases | 17:10 |
mriedem | but logrecord is pretty sparse | 17:10 |
sdague | yeh | 17:12 |
sdague | it seems like you'd have to do it there, which means upstream patches, because you don't have enough info later | 17:12 |
*** mylu has quit IRC | 17:13 | |
openstackgerrit | Matt Riedemann proposed openstack-dev/devstack: Update default cirros version https://review.openstack.org/222713 | 17:14 |
*** yamahata has quit IRC | 17:15 | |
*** ompp has joined #openstack-qa | 17:17 | |
*** mylu has joined #openstack-qa | 17:18 | |
*** b10n1k__ has joined #openstack-qa | 17:19 | |
*** mylu has quit IRC | 17:24 | |
*** mpaolino has quit IRC | 17:26 | |
*** mylu has joined #openstack-qa | 17:27 | |
*** mylu has quit IRC | 17:28 | |
*** mylu has joined #openstack-qa | 17:28 | |
*** leakypipes has quit IRC | 17:28 | |
mriedem | i 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_299 | 17:29 |
mriedem | oh i see an issuee | 17:30 |
openstackgerrit | Merged openstack-dev/devstack: database: fix PostgreSQL connection string https://review.openstack.org/221248 | 17:32 |
*** mlavalle has quit IRC | 17:32 | |
sdague | mtreinish: if you +A this - https://review.openstack.org/#/c/222306 | 17:34 |
sdague | we'll then explode on devstack jobs that are incorrectly working for LIBS_FROM_GIT | 17:34 |
sdague | instead of passing and not testing the correct thing | 17:35 |
*** jasonsb has quit IRC | 17:36 | |
*** tosky has quit IRC | 17:36 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full 222697,1,2dae379 | 17:37 |
*** yamahata has joined #openstack-qa | 17:38 | |
*** cdent has quit IRC | 17:39 | |
openstackgerrit | Matt Riedemann proposed openstack-dev/devstack: Update default cirros version https://review.openstack.org/222697 | 17:40 |
sdague | mtreinish: so dvr is a 25% fail rate? | 17:40 |
sdague | http://tinyurl.com/o8jwt5s | 17:41 |
sdague | that seems a bit high to be voting | 17:41 |
*** jasonsb has joined #openstack-qa | 17:43 | |
*** mylu has quit IRC | 17:45 | |
*** mylu has joined #openstack-qa | 17:46 | |
mriedem | neutron doesn't want to merge code is all | 17:47 |
*** mylu has quit IRC | 17:48 | |
openstackrecheck | openstack/keystone change: https://review.openstack.org/217237 failed gate-tempest-dsvm-full in the gate queue with an unrecognized error | 17:48 |
*** mylu has joined #openstack-qa | 17:48 | |
mtreinish | sdague: yeah it seems to have gone up a bit | 17:50 |
mtreinish | it was always on the border but it seems to have gotten worse lately | 17:50 |
*** mylu_ has joined #openstack-qa | 17:50 | |
*** VanL has joined #openstack-qa | 17:51 | |
*** mylu has quit IRC | 17:51 | |
*** ajmiller has quit IRC | 17:52 | |
mtreinish | sdague: I'm also never really understood how it's distributed in a single node env, but whatever | 17:52 |
*** mylu_ has quit IRC | 17:52 | |
*** armax has quit IRC | 17:52 | |
mtreinish | sdague: sure LGTM, +A | 17:53 |
*** jecarey has joined #openstack-qa | 17:53 | |
mriedem | virtual dvr? | 17:53 |
mtreinish | mriedem: heh, must be | 17:54 |
mriedem | sounds like inception | 17:54 |
openstackgerrit | Matt Riedemann proposed openstack/tempest: Remove skip on test_stamp_pattern https://review.openstack.org/218355 | 17:55 |
openstackgerrit | Matt Riedemann proposed openstack/tempest: test_stamp_pattern: cleanup class scope variable usage https://review.openstack.org/219382 | 17:55 |
*** mylu has joined #openstack-qa | 17:56 | |
*** mylu has quit IRC | 17:57 | |
*** mylu has joined #openstack-qa | 17:58 | |
*** mylu has quit IRC | 17:59 | |
mtreinish | mriedem: ^^^ now we wait | 17:59 |
mriedem | mtreinish: yeah | 17:59 |
mriedem | play the waiting game | 17:59 |
mriedem | you can finish that quote | 17:59 |
*** mylu has joined #openstack-qa | 18:00 | |
mtreinish | I thought you prefered hungry hungry hippos | 18:00 |
mriedem | https://www.youtube.com/watch?v=t4Oh7U_L6hs | 18:00 |
mriedem | so in the meantime, https://bugs.launchpad.net/tempest/+bug/1494865 | 18:01 |
openstack | Launchpad bug 1494865 in tempest "boto thirdparty tests sometimes fail in teardown due to a 404 when deregistering images" [Undecided,New] | 18:01 |
mriedem | i started looking at how the boto tests do resource_cleanup | 18:01 |
mriedem | and, | 18:01 |
mriedem | oh my | 18:01 |
*** mylu has quit IRC | 18:01 | |
mtreinish | heh, yeah there's a reason I've been pushing for removing those for a long time | 18:01 |
mriedem | basically, 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, odd | 18:02 |
*** mylu has joined #openstack-qa | 18:02 | |
mriedem | would we handle a 404 like this? | 18:04 |
mriedem | https://github.com/openstack/tempest/blob/master/tempest/thirdparty/boto/test.py#L465 | 18:04 |
*** mudassirlatif_ has joined #openstack-qa | 18:04 | |
*** ajmiller has joined #openstack-qa | 18:04 | |
*** salv-orlando has joined #openstack-qa | 18:05 | |
mtreinish | mriedem: I guess, I really don't know how boto 404s are exposed | 18:06 |
mtreinish | it always seemed a bit weird to me | 18: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 |
mriedem | raises EC2ResponseError: 404 Not Found | 18:06 |
*** mudassirlatif has quit IRC | 18:06 | |
*** mudassirlatif_ is now known as mudassirlatif | 18:06 | |
*** mylu has quit IRC | 18:06 | |
mtreinish | yeah, I guess that's right then | 18:06 |
mtreinish | we'll have to introspect the exception to figure out the actual error code | 18:07 |
*** salv-orlando has quit IRC | 18:07 | |
*** salv-orlando has joined #openstack-qa | 18:08 | |
*** mudassirlatif has quit IRC | 18:10 | |
*** mudassirlatif has joined #openstack-qa | 18:11 | |
mriedem | that's either the status or error_code values https://github.com/boto/boto/blob/develop/boto/exception.py#L77 | 18:12 |
mtreinish | mriedem: isn't it: https://github.com/boto/boto/blob/develop/boto/exception.py#L329 | 18:13 |
mriedem | that extends BotoServerERror | 18:13 |
mriedem | EC2ResponseError looks like it does the dumb xml stuff | 18:13 |
mtreinish | ah ok | 18:13 |
mtreinish | mriedem: fwiw, I'm working on extracting all those boto tests as a tempest plugin right now | 18:14 |
mtreinish | that's the best way to fix the bug in my mind :) | 18:14 |
mriedem | that's your solution to everything | 18:14 |
mriedem | delete | 18:14 |
mtreinish | heh, for the things I don't like, yep | 18:15 |
*** mylu has joined #openstack-qa | 18:15 | |
mtreinish | but I've never said it for test_stamp_pattern for example | 18:15 |
mriedem | do i get a gold star if i actually resurrect that test? | 18:16 |
mtreinish | maybe a gold star and a smiley face sticker | 18:17 |
mriedem | nice | 18:17 |
mriedem | if i scratch one it might smell like grape or root beer | 18:17 |
mtreinish | I always liked the root beer flavored ones | 18:18 |
mriedem | flavored? | 18:18 |
mriedem | you're not supposed to eat the stickers | 18:18 |
mriedem | this explains a lot... | 18:18 |
mriedem | scented | 18:18 |
mriedem | is what you were looking for | 18:19 |
mriedem | superdan: you'd appreciate ^ | 18:19 |
*** ompp has quit IRC | 18:19 | |
mtreinish | mriedem: they weren't toxic (I hope) | 18:19 |
mriedem | oh i'm sure the glue was toxic | 18:19 |
mtreinish | haha | 18:19 |
mriedem | the more i htink about this, the less i want to fix this boto thing | 18:20 |
mtreinish | give me another 10 min or so and I'll have the plugin up on github | 18:21 |
mtreinish | then we can test if it works as a replacement | 18:21 |
mtreinish | for in-tree tempest ec2 | 18:21 |
mtreinish | and then start that ml discussion on the removal | 18:21 |
mtreinish | then it'll be a problem for the ec2 people | 18:22 |
superdan | mriedem: heh | 18:22 |
openstackgerrit | Brant Knudson proposed openstack-dev/devstack: Support extra dependencies when setup_develop https://review.openstack.org/208584 | 18:25 |
openstackgerrit | Brant Knudson proposed openstack-dev/devstack: Use keystone[ldap] for ldap packages https://review.openstack.org/208153 | 18:25 |
*** mudassirlatif has quit IRC | 18:25 | |
*** dims is now known as dimsum__ | 18:26 | |
*** salv-orl_ has joined #openstack-qa | 18:26 | |
sdague | http://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 seems | 18:26 |
sdague | I thought those had been addressed | 18:26 |
mriedem | sdague: q-svc +DBDeadlock is not fixed | 18:27 |
sdague | ok, just rechecking | 18:27 |
sdague | mriedem: there's no signature for it? | 18:27 |
mriedem | sdague: no because most of the time those show up in mostly successful runs | 18:27 |
mriedem | which indicates a retry | 18:27 |
*** salv-orlando has quit IRC | 18:27 | |
mriedem | i'm pretty sure neutron db api is rife with retry_on_deadlock decorators | 18:28 |
mriedem | mrodden: ^ | 18:28 |
*** pvaneck has quit IRC | 18:28 | |
*** salv-orlando has joined #openstack-qa | 18:28 | |
mriedem | mrodden has been dealing with this quite a bit lately trying to scale out a production cloud using neutron | 18:28 |
sdague | mriedem: seems like the early fails shouldn't get listed as user errors then if they are recoverable | 18:28 |
sdague | anyway, got to do some other stuff on a friday, but figured I'd raise it | 18:28 |
mriedem | sdague: yeah i'm not sure why the traces show up in jobs that don't fail | 18:28 |
*** ranger81 has quit IRC | 18:29 | |
*** kiran-r has joined #openstack-qa | 18:31 | |
*** salv-orl_ has quit IRC | 18:32 | |
*** kiran-r has quit IRC | 18:33 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for tempest boto image 404 in cleanup bug 1494865 https://review.openstack.org/222732 | 18:33 |
openstack | bug 1494865 in tempest "boto thirdparty tests sometimes fail in teardown due to a 404 when deregistering images" [Undecided,New] https://launchpad.net/bugs/1494865 | 18:33 |
mriedem | sdague: http://goo.gl/mNc3g8 <- is why we can't have nice things | 18:33 |
mriedem | 85% success | 18:34 |
mriedem | some of that is probably non-voting jobs | 18:34 |
*** nadya has quit IRC | 18:34 | |
*** dzamboni has joined #openstack-qa | 18:36 | |
*** salv-orlando has quit IRC | 18:38 | |
*** salv-orlando has joined #openstack-qa | 18:39 | |
mtreinish | mriedem: http://goo.gl/mucBZN | 18:39 |
mtreinish | there are a bunch of non-voting in there | 18:39 |
mtreinish | but most look to be on voting jobs | 18:39 |
mriedem | yeah, i'm reporting a bug now | 18:40 |
mriedem | this is at least a major serviceability issue | 18:40 |
mtreinish | mriedem: also: https://github.com/mtreinish/tempest_ec2 | 18:41 |
mtreinish | now I just need a devstack env to test it in | 18:41 |
mtreinish | I doubt it'll work off the bat, it's pretty much a straight copy and paste | 18:41 |
*** achanda has quit IRC | 18:42 | |
*** malini has joined #openstack-qa | 18:42 | |
mtreinish | dimsum__: is there a good way in oslo.config to mark a whole config group as deprecated? | 18:43 |
mtreinish | like if I'm going to remove a group and all its options in the future | 18:43 |
dimsum__ | mtreinish: don't think so | 18:43 |
dimsum__ | :( | 18:43 |
mtreinish | dimsum__: err, ok I guess I'll just have to add the param to all the individual options then | 18:43 |
*** salv-orlando has quit IRC | 18:44 | |
*** salv-orl_ has joined #openstack-qa | 18:45 | |
mriedem | mtreinish: https://bugs.launchpad.net/neutron/+bug/1494886 | 18:46 |
openstack | Launchpad bug 1494886 in neutron "Neutron DBDeadlocks a ridiculous amount in successful CI runs" [Undecided,Confirmed] | 18:46 |
mriedem | sdague: ^ | 18:46 |
mtreinish | mestery: ^^^ | 18:47 |
mtreinish | mestery: that's probably something good to fix before the release :) | 18:47 |
mestery | mtreinish: aye aye :) | 18:48 |
mriedem | probably not fixable before the release | 18:49 |
mriedem | honestly this is a thing that has been happening for several releases | 18:49 |
*** Sukhdev_ has joined #openstack-qa | 18:49 | |
*** rfolco has quit IRC | 18:50 | |
mriedem | mtreinish: sdague: jenkins is happy with cirros 0.3.4 in juno https://review.openstack.org/#/c/222713/ | 18:50 |
mriedem | so is kilo https://review.openstack.org/#/c/222697/ | 18:50 |
mriedem | unfortunately test_stamp_pattern is still failing, so we might as well hold off for now | 18:52 |
mtreinish | well they've got my +2 anyway | 18:53 |
mriedem | yeah, test_stamp_pattern still fails in kilo | 18:53 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Remove the ec2 api tests from tempest https://review.openstack.org/222737 | 18:53 |
*** salv-orl_ has quit IRC | 18:53 | |
mtreinish | mriedem: well it was worth a shot anyway | 18:53 |
mtreinish | mriedem: still the same failure pattern? | 18:53 |
*** salv-orlando has joined #openstack-qa | 18:54 | |
*** mudassirlatif has joined #openstack-qa | 18:54 | |
mriedem | yeah | 18:54 |
mriedem | the partition never shows up on the original volume attach | 18:55 |
mtreinish | that's still very bizarre | 18:55 |
mtreinish | I can't understand how volume attach doesn't really work on 2 branches and we didn't realize until now | 18:56 |
mtreinish | mriedem: it's not like it's a naming issue, another block device isn't even showing up right? | 18:57 |
mriedem | right | 18:57 |
mriedem | the only partitions are vda and sr0 | 18:58 |
*** mudassirlatif has quit IRC | 18:58 | |
*** salv-orlando has quit IRC | 19:00 | |
*** salv-orlando has joined #openstack-qa | 19:01 | |
mtreinish | it looks like jgriffith ran away and isn't in -qa anymore | 19:01 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: DO NOT MERGE! test of ec2 tempest plugin https://review.openstack.org/222740 | 19:02 |
mtreinish | mriedem: ^^^ just remembered you can do that | 19:03 |
openstackgerrit | John Warren proposed openstack/tempest: Add unit test for flavors_client https://review.openstack.org/217398 | 19:04 |
*** jgriffith has joined #openstack-qa | 19:04 | |
jgriffith | mtreinish: what's up? | 19:04 |
mtreinish | jgriffith: there we go: https://review.openstack.org/#/c/218355/ | 19:04 |
*** pvaneck has joined #openstack-qa | 19:05 | |
mriedem | results aren't in yet | 19:05 |
mtreinish | if you look at the kilo and juno failures the new block device never shows up on the guest | 19:05 |
mtreinish | oh | 19:05 |
mriedem | well https://jenkins03.openstack.org/job/gate-tempest-dsvm-full-kilo/210/consoleFull | 19:05 |
mtreinish | well when the results show up :) | 19:05 |
mriedem | jgriffith: 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 fails | 19:06 |
mriedem | the partition never shows up | 19:06 |
mriedem | even though the attach was all good | 19:06 |
mriedem | using a cirros 0.3.4 image | 19:06 |
jgriffith | mriedem: bootable volume, or just in general? | 19:06 |
mriedem | not bootable i don't think | 19:06 |
jgriffith | k | 19:07 |
mriedem | jgriffith: this is the method that creates the volume | 19:08 |
mriedem | https://github.com/openstack/tempest/blob/master/tempest/scenario/manager.py#L204 | 19:08 |
mriedem | in the initial volume we're not passing any args | 19:08 |
jgriffith | mriedem: how's that working? | 19:09 |
jgriffith | mriedem: I mean... your at least passing in size | 19:10 |
jgriffith | otherwise it would just fail :) | 19:10 |
*** jhenner1 has joined #openstack-qa | 19:10 | |
mriedem | return self.create_volume(snapshot_id=snapshot_id) | 19:10 |
mriedem | i don't see it defaulting size anywhere | 19:10 |
mriedem | https://github.com/openstack/tempest/blob/master/tempest/scenario/manager.py#L208 | 19:10 |
mtreinish | mriedem: it might be in the create_method | 19:11 |
jgriffith | mriedem: Cinder will vommit if you don' t either give it a size or snapshot_id | 19:11 |
mtreinish | like in the client | 19:11 |
mtreinish | we have a config option for the cinder volume size to use | 19:11 |
jgriffith | if you have snapshot_id it'll take the size of the sanpshot now (which I think it STUPID) | 19:11 |
*** jhenner has quit IRC | 19:11 | |
mriedem | if size is None: | 19:11 |
jgriffith | mtreinish: K | 19:11 |
mriedem | size = self.default_volume_size | 19:11 |
mriedem | there | 19:11 |
*** dtantsur|afk has quit IRC | 19:11 | |
jgriffith | excellent | 19:11 |
mriedem | default_volume_size=1 | 19:11 |
*** ranger81 has joined #openstack-qa | 19:12 | |
jgriffith | do you have a log file with the failure handy? | 19:12 |
openstackgerrit | Merged openstack-dev/devstack: move back to editable install for oslo https://review.openstack.org/222306 | 19:14 |
openstackgerrit | Merged openstack-dev/devstack: check LIBS_FROM_GIT https://review.openstack.org/221256 | 19:14 |
*** dtantsur has joined #openstack-qa | 19:17 | |
mriedem | jgriffith: waiting for jenkins to be done | 19:18 |
mriedem | jgriffith: 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 master | 19:20 |
mriedem | akraminsky_: i was just looking at what test_volume_boot_pattern was doing | 19:20 |
akraminsky_ | mriedem, there seems to be multiple create_servers lol | 19:20 |
mriedem | jgriffith: 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_875 | 19:21 |
*** b10n1k__ has quit IRC | 19:23 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: DO NOT MERGE! test of ec2 tempest plugin https://review.openstack.org/222740 | 19:23 |
*** pc_m is now known as pc_m_AWAY | 19:24 | |
akraminsky_ | mriedem, the one this is using is http://git.openstack.org/cgit/openstack/tempest/tree/tempest/services/compute/json/servers_client.py#n32 | 19:24 |
*** austin81 has joined #openstack-qa | 19:24 | |
openstackgerrit | Arkadiy Kraminsky proposed openstack/tempest: Add volume backed live migration test https://review.openstack.org/165233 | 19:26 |
*** dtantsur has quit IRC | 19:32 | |
*** jhenner1 has quit IRC | 19:32 | |
*** armax has joined #openstack-qa | 19:33 | |
*** jhenner has joined #openstack-qa | 19:33 | |
*** dtantsur has joined #openstack-qa | 19:38 | |
*** jhenner1 has joined #openstack-qa | 19:39 | |
*** jhenner has quit IRC | 19:39 | |
*** mlavalle has joined #openstack-qa | 19:40 | |
openstackrecheck | Console logs not available after 14:04s for gate-tempest-dsvm-postgres-full-kilo 219382,8,d4f961d | 19:41 |
*** timello has quit IRC | 19:43 | |
*** timello_ has joined #openstack-qa | 19:43 | |
openstackgerrit | John Warren proposed openstack/tempest: Add unit test for floating_ips_client https://review.openstack.org/217289 | 19:45 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Remove the ec2 api tests from tempest https://review.openstack.org/222737 | 19:46 |
*** mylu has quit IRC | 19:46 | |
*** timello has joined #openstack-qa | 19:46 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: DO NOT MERGE! test of ec2 tempest plugin https://review.openstack.org/222740 | 19:47 |
*** mlavalle has quit IRC | 19:48 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full-kilo 218355,12,7d7ce54 | 19:54 |
*** yamamoto_ has quit IRC | 19:57 | |
*** VanL_ has joined #openstack-qa | 20:02 | |
*** yamamoto has joined #openstack-qa | 20:03 | |
*** yamamoto has quit IRC | 20:03 | |
*** VanL has quit IRC | 20:04 | |
*** mwagner_lap has quit IRC | 20:06 | |
openstackrecheck | Console logs not available after 13:35s for gate-grenade-dsvm-partial-ncpu 222737,1,8e3d9c0 | 20:08 |
*** erlon has quit IRC | 20:08 | |
*** Guest47_ has quit IRC | 20:10 | |
*** malini has quit IRC | 20:12 | |
*** dave-mccowan has quit IRC | 20:18 | |
openstackgerrit | Matthew Treinish proposed openstack/tempest: DO NOT MERGE! test of ec2 tempest plugin https://review.openstack.org/222740 | 20:22 |
mtreinish | mriedem: ^^^ I'm gonna get this right eventually so I can see that the plugin doesn't work | 20:22 |
mriedem | mtreinish: i'm going to spend my remaining hour of work on a friday manually recreating test_stamp_pattern on kilo devstack | 20:23 |
mriedem | or die tryinhg | 20:23 |
mtreinish | haha, I have faith you'll get it | 20:24 |
*** armax has quit IRC | 20:25 | |
mriedem | that makes one of us | 20:25 |
*** alex_xu has quit IRC | 20:27 | |
*** armax has joined #openstack-qa | 20:29 | |
*** VanL_ has quit IRC | 20:30 | |
*** alex_xu has joined #openstack-qa | 20:30 | |
*** salv-orlando has quit IRC | 20:30 | |
openstackrecheck | Console logs not available after 13:27s for gate-tempest-docs 222740,3,c06bb4b | 20:31 |
*** salv-orlando has joined #openstack-qa | 20:31 | |
austin81 | mtreinish: looking at the mockups under the upstream dash etherpad. What's the pyxis dashboard? | 20:34 |
*** achanda has joined #openstack-qa | 20:35 | |
*** jhenner1 has quit IRC | 20:36 | |
*** jhenner has joined #openstack-qa | 20:37 | |
*** dtantsur has quit IRC | 20:37 | |
*** nithyag_ has joined #openstack-qa | 20:42 | |
*** dtantsur has joined #openstack-qa | 20:43 | |
*** nithyag__ has quit IRC | 20:43 | |
mtreinish | I have no idea | 20:46 |
mtreinish | austin81: my guess is that's something andreaf put on the wiki | 20:47 |
mtreinish | he said that he's got some people starting to work on it | 20:48 |
austin81 | mtreinish: Yeah, looking at it further its an api for subunit2sql | 20:48 |
austin81 | mtreinish: https://github.com/dhiana/pyxis-api-django | 20:49 |
austin81 | didn't know that was in the works! | 20:49 |
mtreinish | neither did I really | 20:49 |
mtreinish | the joys of having a library :) | 20:49 |
*** Sukhdev_ has quit IRC | 20:49 | |
*** armax has quit IRC | 20:49 | |
mtreinish | although looking at the code it looks to be duplicating the db_api portion | 20:51 |
mtreinish | or at least part of it | 20:51 |
austin81 | mtreinish: yeah not sure why | 20:52 |
clarkb | because django? | 20:53 |
clarkb | it has its own orm | 20:53 |
mtreinish | clarkb: yeah, that's what it looks like | 20:53 |
mtreinish | although you don't have to use the django orm | 20:54 |
mtreinish | and if the db_api is already implemented for you in python somewhere else | 20:54 |
mtreinish | but whatever | 20:54 |
clarkb | ya but if you django you likely dont know to not do it that way | 20:55 |
clarkb | because docs and examples and prior art | 20:55 |
mtreinish | fair enough | 21:00 |
*** lascii is now known as alaski | 21:01 | |
austin81 | mtreinish: so will be starting the upstream dash as a greenfield on monday or trying to jump off of that? | 21:01 |
mtreinish | austin81: I dunno, I was assuming from scratch, but I also really didn't know that existed | 21:02 |
mtreinish | I'll defer to the people who actually know how to use django and js on Mon. | 21:03 |
mtreinish | whether they think forking that and moving forward or starting from scratch is the right way | 21:03 |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-docs 222740,4,7042980 | 21:03 |
*** yamamoto has joined #openstack-qa | 21:03 | |
austin81 | haha sounds good. | 21:04 |
*** achanda has quit IRC | 21:07 | |
*** dustins has quit IRC | 21:09 | |
*** yamamoto has quit IRC | 21:09 | |
*** pradk has quit IRC | 21:10 | |
mtreinish | austin81: fwiw, I imagined more graphs compared to the mockup images in that repo | 21:11 |
mtreinish | those mockups have too many numbers and not enough pictures :) | 21:11 |
austin81 | mtreinish: ++ | 21:11 |
austin81 | numbers are overrated | 21:11 |
mtreinish | well, 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 matters | 21:13 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-docs 222737,2,52fa3dd | 21:18 |
*** Sukhdev_ has joined #openstack-qa | 21:31 | |
*** mudassirlatif has joined #openstack-qa | 21:36 | |
*** artom has quit IRC | 21:36 | |
*** aix has joined #openstack-qa | 21:37 | |
*** jffische has quit IRC | 21:41 | |
*** mriedem has quit IRC | 21:44 | |
openstackrecheck | Console logs not available after 13:31s for gate-cinder-python27 222756,1,3213888 | 21:45 |
*** aix has quit IRC | 21:46 | |
*** sabeen3 has quit IRC | 21:47 | |
*** shardy has quit IRC | 21:47 | |
*** jecarey has quit IRC | 21:47 | |
openstackrecheck | openstack/nova change: https://review.openstack.org/164220 failed gate-nova-python27 in the gate queue with an unrecognized error | 21:48 |
openstackrecheck | openstack/nova change: https://review.openstack.org/199092 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/1463631 | 21:48 |
openstack | Launchpad bug 1463631 in grenade "60_nova/resources.sh:106:ping_check_public fails intermittently" [Undecided,Confirmed] | 21:48 |
*** ctrath has quit IRC | 21:49 | |
*** tpeoples has quit IRC | 21:49 | |
*** vgridnev has quit IRC | 21:50 | |
*** dimtruck is now known as zz_dimtruck | 21:57 | |
*** mwagner_lap has joined #openstack-qa | 22:00 | |
*** dzamboni has quit IRC | 22:02 | |
*** edmondsw has quit IRC | 22:05 | |
*** achanda has joined #openstack-qa | 22:08 | |
*** akraminsky_ has quit IRC | 22:10 | |
*** achanda has quit IRC | 22:13 | |
*** austin81 has left #openstack-qa | 22:22 | |
*** pglass has quit IRC | 22:29 | |
*** regXboi has quit IRC | 22: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.html | 22:32 | |
*** mylu has joined #openstack-qa | 23:01 | |
*** mhorban has quit IRC | 23: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.html | 23:03 | |
*** mhorban has joined #openstack-qa | 23: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 IRC | 23:03 | |
*** sweston has quit IRC | 23:04 | |
*** dimsum__ has quit IRC | 23:05 | |
*** dims_ has joined #openstack-qa | 23:06 | |
*** tsekiyama has quit IRC | 23:06 | |
*** sweston has joined #openstack-qa | 23:09 | |
*** achanda has joined #openstack-qa | 23:12 | |
*** dims_ has quit IRC | 23:16 | |
*** markvoelker has quit IRC | 23:19 | |
*** zhangjn has joined #openstack-qa | 23:20 | |
*** achanda has quit IRC | 23:21 | |
*** dimsum__ has joined #openstack-qa | 23:24 | |
*** zhangjn has quit IRC | 23:26 | |
*** zhangjn has joined #openstack-qa | 23:27 | |
*** Sukhdev_ has quit IRC | 23:31 | |
*** zhangjn has quit IRC | 23:32 | |
*** achanda has joined #openstack-qa | 23:32 | |
*** Sukhdev_ has joined #openstack-qa | 23:33 | |
*** achanda_ has joined #openstack-qa | 23:35 | |
*** achanda has quit IRC | 23:36 | |
*** ChanServ changes topic to "All Things QA..." | 23:39 | |
*** zhangjn has joined #openstack-qa | 23:42 | |
*** zhangjn has quit IRC | 23:43 | |
*** achanda_ has quit IRC | 23:46 | |
*** openstackgerrit has quit IRC | 23:46 | |
*** openstackgerrit has joined #openstack-qa | 23:46 | |
*** mylu has quit IRC | 23:57 | |
*** mylu has joined #openstack-qa | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!