Tuesday, 2016-03-01

*** rbak has quit IRC00:00
*** otsuka has joined #openstack-qa00:00
*** tmatsu has joined #openstack-qa00:03
*** josdotso has quit IRC00:07
*** zz_dimtruck is now known as dimtruck00:08
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full 286272,1,51c9bfe00:17
*** fnaval has joined #openstack-qa00:17
*** mylu has quit IRC00:21
*** cdent has joined #openstack-qa00:22
openstackgerritTim Buckley proposed openstack/openstack-health: Fix loading indicator  https://review.openstack.org/28633400:25
*** cdent has quit IRC00:30
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-ceilometer-mysql-neutron-full 286230,1,7786db900:30
masayukigmtreinish: cool! I'll have a look00:33
*** boris-42 has quit IRC00:34
gmannoomichi: hi00:35
oomichigmann: hi00:36
gmannoomichi: regarding https://review.openstack.org/#/c/267765/00:36
oomichigmann: ok00:36
gmannoomichi: i feel it still issue00:37
oomichigmann: please let me know00:37
*** markvoelker has quit IRC00:38
gmannoomichi: if cls.host_name is like 'NS@ceph'00:38
*** mylu has joined #openstack-qa00:39
gmannoomichi: then L56 will truncate the 'ceph' and return 'NS' and it will not match with self.host_name00:39
gmannoomichi: as you see comment in PS4, that is still not addressed00:40
gmannoomichi: 1 min, let me reverify00:41
*** hoangcx has joined #openstack-qa00:42
gmannoomichi: yea i think it fix the current bug but introduced another issue where first service host name is with backend00:43
oomichigmann: is that possible to happen on the gate?00:43
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full-ceph 274589,12,3462d9700:43
gmannoomichi: not sure as this will fail only if first service in list_services  has host name with backend00:44
oomichigmann: the above example you picked seems ceph, can we reproduce it on experimental job?00:49
gmannoomichi: i do not think so as it depends on indexing of cinder list services API, how they picked from DB00:50
gmannoomichi: let me reverify locally by putting *@backend at first index in list_services00:51
gmannoomichi: till then can we hold that patch00:51
oomichigmann: I am wonderig where comes from the scenario if difficult to reproduce it on the gate00:52
oomichigmann: ok, I have removed +W temporary00:52
gmannoomichi: ok, if you see this- http://paste.openstack.org/show/482868/00:53
gmannoomichi: in case cinder-volume service is at first index then it will fail00:53
gmannoomichi: m not sure if that can happen on gate but still valid scenario as it depends on DB indexing on cinder side00:54
oomichigmann: I was confused now.00:56
openstackrecheckConsole logs not available after 13:25s for gate-keystone-python34 284778,4,e9461f900:57
oomichiin the case "dsvm2@ceph", "ceph" should be host instead of "dsvm2" ?00:57
gmannoomichi: no, dsvm2 is host00:59
gmannoomichi: http://paste.openstack.org/show/488665/00:59
gmannoomichi: i ran with latest cinder00:59
*** ajmiller has quit IRC00:59
oomichigmann: yeah, then current code seems right for me..01:00
gmannoomichi: so in this bug cinder fix was if we request with cinder service-list --host=openstack1-VirtualBox01:01
*** amotoki has joined #openstack-qa01:01
gmannoomichi: it will return all service including  cinder-volume   | openstack1-VirtualBox@lvmdriver-101:01
*** asselin__ has joined #openstack-qa01:01
gmannoomichi: so that bug is fixed and tempest tests too01:01
gmannoomichi: but if we request with cinder service-list --host=openstack1-VirtualBox@lvmdriver-101:01
*** yangyapeng has joined #openstack-qa01:01
gmannoomichi: it will only return cinder-volume01:02
*** mylu has quit IRC01:02
gmannoomichi: as third command in http://paste.openstack.org/show/488666/01:02
*** yangyapeng has quit IRC01:02
gmannoomichi: now in tests - https://review.openstack.org/#/c/267765/5/tempest/api/volume/admin/test_volume_services.py01:03
gmannoomichi: if cls.services[0] is cinder-volume (which is with host name with backend) then L35 cls.host_name will be openstack1-VirtualBox@lvmdriver-101:04
gmannoomichi: and L59 will not match any host as get_host will truncate the backend from hostname01:04
*** asselin__ has quit IRC01:06
*** apoorvad has quit IRC01:06
*** pvaneck has quit IRC01:07
*** mylu has joined #openstack-qa01:08
openstackgerritDaryl Walleck proposed openstack/tempest: Adds the ResourceProvider class  https://review.openstack.org/28634201:08
openstackrecheckConsole logs not available after 13:21s for gate-horizon-dsvm-integration 247215,13,aa56caa01:10
*** yangyapeng has joined #openstack-qa01:10
oomichigmann: that means we need to do "cls.host_name = cls.services[0]['host'].split('@')[0]" at line 35, right?01:11
*** jasonsb has joined #openstack-qa01:12
gmannoomichi: yea that will work also with if CONF.volume_feature_enabled.volume_services01:16
*** apoorvad has joined #openstack-qa01:17
*** sigmavirus24 is now known as sigmavirus24_awa01:17
gmannoomichi: or at L56 do not split if self.host_name is with @01:17
gmannoomichi: so that we tests list filter with hostname@backend also01:18
gmannoomichi: as you prefer, m ok with both whichever is easy and less error prone01:20
oomichigmann: I prefer doing it at line 35, because ns@ceph doesn't seem host_name as the name.01:21
gmannoomichi: +101:22
oomichigmann: anyway, I need to go home(the hotel) now. see you later.01:22
gmannoomichi: i left my comment please add your solution01:22
gmannoomichi: ohk01:22
*** yamamoto_ has quit IRC01:23
openstackrecheckConsole logs not available after 13:20s for gate-cinder-pep8 285469,4,efd336101:24
gmannoomichi: by doing at L35 there will be issue for other tests like test_get_service_by_service_and_host_name01:24
gmannoomichi: anyways i will check and add comment there01:24
*** yamamoto has joined #openstack-qa01:26
oomichigmann: I wrote my comment on that, see you01:27
gmannoomichi: Thanks see you, GN01:27
openstackgerritDaryl Walleck proposed openstack/tempest: Adds the ResourceProvider class  https://review.openstack.org/28634201:35
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 281341,2,e6b154201:37
*** markvoelker has joined #openstack-qa01:38
*** apoorvad has quit IRC01:44
*** jamielennox is now known as jamielennox|away01:45
*** yamamoto has quit IRC01:45
*** mylu has quit IRC01:49
openstackrecheckConsole logs not available after 13:21s for gate-keystone-python27 279162,67,c290e4001:50
*** mylu has joined #openstack-qa01:54
*** mtanino has quit IRC01:55
*** mylu has quit IRC01:56
*** yamamoto has joined #openstack-qa01:57
*** yamamoto has quit IRC01:58
*** dims has quit IRC02:04
*** mylu has joined #openstack-qa02:05
openstackrecheckConsole logs not available after 13:21s for gate-glance-python34 284941,6,e7e939a02:05
*** markvoelker has quit IRC02:08
*** markvoelker has joined #openstack-qa02:08
*** dims has joined #openstack-qa02:08
*** dims has quit IRC02:13
*** mylu has quit IRC02:15
*** dims has joined #openstack-qa02:17
*** mylu has joined #openstack-qa02:18
openstackrecheckConsole logs not available after 13:22s for gate-requirements-integration-dsvm 286263,1,d5a2ad702:19
*** mylu_ has joined #openstack-qa02:19
*** mylu has quit IRC02:20
*** mylu_ has quit IRC02:22
*** jecarey has joined #openstack-qa02:24
*** mylu has joined #openstack-qa02:25
*** mylu has quit IRC02:27
openstackgerritIan Wienand proposed openstack-dev/devstack: yum_install_package: fix errexit and retry  https://review.openstack.org/28635702:27
openstackrecheckConsole logs not available after 13:21s for gate-keystone-python27 285308,5,cdcc33e02:32
*** blogan has quit IRC02:32
*** armax has quit IRC02:35
openstackgerritDaryl Walleck proposed openstack/tempest: DO NOT MERGE: WIP - ResourceTracker  https://review.openstack.org/28635902:36
*** mylu has joined #openstack-qa02:38
*** yamamoto has joined #openstack-qa02:42
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full-ceph 286276,2,0cca2f102:45
openstackgerritMerged openstack/tempest: Updated from global requirements  https://review.openstack.org/28278902:51
openstackgerritlei zhang proposed openstack/tempest: Optimize "open" method with context manager  https://review.openstack.org/25125902:52
*** tochi has quit IRC02:55
*** tochi has joined #openstack-qa02:55
openstackrecheckConsole logs not available after 13:22s for gate-horizon-npm-run-lint 215352,18,439ff4e02:59
*** dimtruck is now known as zz_dimtruck03:01
*** mylu has quit IRC03:04
*** ajmiller has joined #openstack-qa03:08
*** zz_dimtruck is now known as dimtruck03:12
openstackrecheckConsole logs not available after 13:21s for gate-keystone-python27 286291,1,c98ad1903:12
*** woodster_ has quit IRC03:16
*** dims has quit IRC03:19
*** mylu has joined #openstack-qa03:22
openstackrecheckConsole logs not available after 13:21s for gate-nova-pep8 274885,11,71ecd6003:26
*** Nakato has quit IRC03:31
*** rossella_s has quit IRC03:32
*** rossella_s has joined #openstack-qa03:33
*** tochi has quit IRC03:35
openstackrecheckConsole logs not available after 13:21s for gate-keystone-pep8 284943,13,316314803:39
*** dave-mccowan has quit IRC03:45
*** Nakato has joined #openstack-qa03:45
openstackrecheckConsole logs not available after 13:21s for gate-horizon-dsvm-integration 192456,2,f611c9c03:52
*** tochi has joined #openstack-qa04:00
*** shausy has joined #openstack-qa04:03
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 280492,3,537614204:06
*** armax has joined #openstack-qa04:15
*** yamahata has joined #openstack-qa04:16
openstackrecheckConsole logs not available after 13:22s for gate-nova-pep8 285856,3,4aa650404:19
*** dimtruck is now known as zz_dimtruck04:22
openstackrecheckConsole logs not available after 13:22s for gate-nova-pep8 228279,12,2af3c0404:33
*** vhosakot has joined #openstack-qa04:46
openstackrecheckConsole logs not available after 13:21s for gate-tempest-pep8 283770,6,16bd3ce04:46
openstackgerritMerged openstack/tempest: Add documentation for the library interface  https://review.openstack.org/28366404:47
openstackgerritBalaGopalaKrishna proposed openstack-dev/devstack: Resolved spelling mistake (secrete to secret)  https://review.openstack.org/28637604:48
*** Poornima has joined #openstack-qa04:52
*** fawadkhaliq has joined #openstack-qa04:53
*** fedexo has joined #openstack-qa04:59
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full 285660,1,b8086b004:59
*** sree has joined #openstack-qa05:03
*** shausy has quit IRC05:04
*** sree has quit IRC05:06
openstackrecheckConsole logs not available after 13:21s for gate-grenade-dsvm 284395,2,1c0b45905:13
*** ajmiller has quit IRC05:16
*** blogan_ has joined #openstack-qa05:18
*** salv-orl_ has joined #openstack-qa05:19
*** salv-orlando has quit IRC05:22
openstackrecheckConsole logs not available after 13:21s for gate-nova-pep8 267827,10,1f8733305:26
*** mylu has quit IRC05:30
*** Piyush_ has joined #openstack-qa05:32
*** mylu has joined #openstack-qa05:34
*** jogo has quit IRC05:38
openstackrecheckConsole logs not available after 13:21s for gate-horizon-npm-run-lint 286268,1,8db68a805:39
*** oomichi_ has joined #openstack-qa05:40
*** oomichi_ has quit IRC05:40
*** jogo has joined #openstack-qa05:41
*** fawadkhaliq has quit IRC05:42
*** sridharg has joined #openstack-qa05:45
*** sree has joined #openstack-qa05:46
*** mylu has quit IRC05:46
*** mylu has joined #openstack-qa05:47
*** sree has quit IRC05:47
openstackrecheckConsole logs not available after 13:23s for gate-nova-python27 275266,13,bfb383405:53
*** fawadkhaliq has joined #openstack-qa05:58
*** lucasagomes has quit IRC06:02
*** lucasagomes has joined #openstack-qa06:02
openstackrecheckConsole logs not available after 13:21s for gate-cinder-pep8 285687,7,0e6adb506:06
*** rcernin has joined #openstack-qa06:09
openstackgerritMerged openstack/tempest: remove largeops test  https://review.openstack.org/27899806:11
openstackgerritMerged openstack/tempest: Python 3 deprecated the logger.warn method in favor of warning  https://review.openstack.org/28120406:11
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 279313,5,56e87c906:20
*** e0ne has joined #openstack-qa06:23
*** hoangcx has quit IRC06:24
*** lucasagomes has quit IRC06:24
openstackgerritOpenStack Proposal Bot proposed openstack-dev/devstack: Updated from generate-devstack-plugins-list  https://review.openstack.org/28640106:27
*** lucasagomes has joined #openstack-qa06:27
*** EinstCrazy has joined #openstack-qa06:29
*** e0ne has quit IRC06:31
*** gamado has joined #openstack-qa06:31
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 263927,8,ded3e8306:33
*** e0ne has joined #openstack-qa06:33
*** e0ne has quit IRC06:34
*** dmellado has quit IRC06:34
*** bdperkin has quit IRC06:35
*** dmellado has joined #openstack-qa06:39
*** bdperkin has joined #openstack-qa06:40
*** bdperkin has joined #openstack-qa06:40
*** yfried has joined #openstack-qa06:41
*** mylu has quit IRC06:45
openstackrecheckConsole logs not available after 13:22s for gate-tempest-python34 260319,26,66fb7bc06:46
openstackgerritBin Bin Cong proposed openstack/tempest: Unskip test test_get_server_diagnostics_by_admin  https://review.openstack.org/28057406:58
*** achanda has quit IRC06:58
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-neutron-full 284412,3,b9b1f1307:00
*** hoangcx has joined #openstack-qa07:11
openstackrecheckConsole logs not available after 13:21s for gate-cinder-python34 275408,8,5bf4bb107:13
*** achanda has joined #openstack-qa07:15
*** vhosakot has quit IRC07:18
*** anshul has joined #openstack-qa07:21
openstackgerritlei zhang proposed openstack/tempest: Optimize "open" method with context manager  https://review.openstack.org/25125907:23
openstackgerritMerged openstack/tempest: Instance ID was corrected  https://review.openstack.org/28525507:24
*** hoangcx has quit IRC07:26
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full-liberty 286112,2,e50beed07:27
*** bnemec has quit IRC07:36
*** bnemec has joined #openstack-qa07:39
*** sree has joined #openstack-qa07:39
openstackrecheckConsole logs not available after 13:21s for periodic-tempest-dsvm-stress-master 284621,2,e03168f07:40
*** sree has quit IRC07:41
*** neeti has joined #openstack-qa07:43
*** sree has joined #openstack-qa07:45
openstackrecheckConsole logs not available after 13:23s for gate-horizon-dsvm-integration 284491,4,513e6d207:53
*** k4n0 has joined #openstack-qa07:57
openstackgerritDmitry Ratushnyy proposed openstack/tempest: Add scenario tests for arp poisoning.  https://review.openstack.org/24835507:57
*** achanda_ has joined #openstack-qa08:02
*** achanda has quit IRC08:04
*** achanda_ has quit IRC08:04
*** k4n0 has quit IRC08:05
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-postgres-full 286256,3,90e21a708:07
*** achanda has joined #openstack-qa08:08
*** fawadkhaliq has quit IRC08:08
*** armax has quit IRC08:08
*** pcaruana has joined #openstack-qa08:09
*** yamahata has quit IRC08:11
*** amotoki has quit IRC08:18
*** amotoki has joined #openstack-qa08:19
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-postgres-full-liberty 284414,5,828f88c08:20
*** sshnaidm has quit IRC08:22
*** hichihara has quit IRC08:24
dmelladoping oomichi could you please review this one? https://review.openstack.org/#/c/278399/ ;)08:26
*** achanda has quit IRC08:27
*** tmatsu_ has joined #openstack-qa08:28
*** ifarkas has joined #openstack-qa08:30
*** tmatsu has quit IRC08:32
*** jlanoux has joined #openstack-qa08:32
openstackrecheckConsole logs not available after 13:21s for experimental-tempest-dsvm-multinode-full-dibtest 284414,5,30349e408:33
*** yfried_ has joined #openstack-qa08:35
*** yfried has quit IRC08:36
gmannoomichi: mtreinish andreaf : can you please check these microversion testing patches - https://review.openstack.org/#/q/topic:bp/api-microversions-testing-support+status:open08:38
*** sridharg has quit IRC08:38
gmannadded releasenotes and migrating all to /lib08:38
*** _nadya_ has joined #openstack-qa08:39
*** yaume has joined #openstack-qa08:40
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-neutron-full 286316,1,629e90b08:47
*** salv-orl_ has quit IRC08:47
*** openstackgerrit has quit IRC08:48
*** openstackgerrit has joined #openstack-qa08:48
*** salv-orlando has joined #openstack-qa08:48
*** sridharg has joined #openstack-qa08:49
*** sridharg has quit IRC08:53
*** sridharg has joined #openstack-qa08:53
*** gfidente has joined #openstack-qa08:58
*** fedexo has quit IRC08:58
openstackgerritlei zhang proposed openstack/tempest: Optimize "open" method with context manager  https://review.openstack.org/25125908:59
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full-ceph-src-glance_store 251851,18,4f56fae09:00
openstackgerritMathieu Rohon proposed openstack-dev/devstack: Disable nova calls from tempest when heat is enabled  https://review.openstack.org/28462709:04
*** yfried has joined #openstack-qa09:08
*** salv-orlando has quit IRC09:11
*** yfried_ has quit IRC09:12
*** ihrachys has joined #openstack-qa09:13
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-ceilometer-mysql-neutron-full 283167,2,4ae536309:14
*** amotoki has quit IRC09:14
*** sshnaidm has joined #openstack-qa09:19
*** amotoki has joined #openstack-qa09:19
*** Serlex has joined #openstack-qa09:22
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 277670,3,60da52f09:27
openstackgerritDaniel Mellado proposed openstack/tempest: Split tokens_client from keystone V2 client  https://review.openstack.org/28645909:28
*** e0ne has joined #openstack-qa09:28
*** dtantsur|afk is now known as dtantsur09:33
openstackgerritMasayuki Igawa proposed openstack/openstack-health: Fix loose project filter in home page  https://review.openstack.org/28646709:37
*** e0ne has quit IRC09:38
*** hoangcx has joined #openstack-qa09:40
*** yangyapeng has quit IRC09:40
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-full 251259,3,20e468e09:40
*** yangyapeng has joined #openstack-qa09:40
dmelladoPiyush_: check out your review in https://review.openstack.org/#/c/278399/09:41
dmelladoI guess you hit -1 by mistake xD09:41
openstackgerritYuriy Nesenenko proposed openstack/tempest: Fix test_get_service_by_host_name  https://review.openstack.org/26776509:43
Piyush_dmellado: sorry i have updated :-)09:44
dmelladonp ;) thanks!09:44
*** mylu has joined #openstack-qa09:45
*** aarefiev has quit IRC09:48
*** aarefiev has joined #openstack-qa09:49
*** mylu has quit IRC09:50
*** ebagdasa has quit IRC09:50
*** bkopilov has quit IRC09:52
openstackgerritMasayuki Igawa proposed openstack/openstack-health: Fix loose filters  https://review.openstack.org/28646709:53
*** EinstCrazy has quit IRC09:54
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full-ceph 266743,12,d578b4009:54
*** jordanP has joined #openstack-qa09:59
*** bkopilov has joined #openstack-qa10:04
*** apevec has joined #openstack-qa10:05
openstackrecheckConsole logs not available after 13:21s for gate-grenade-dsvm-multinode 259319,22,6b1aa3210:07
*** apevec has left #openstack-qa10:09
*** e0ne has joined #openstack-qa10:11
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full-ceph 268609,7,c1e418e10:21
*** yangyapeng has quit IRC10:23
*** Piyush_ has quit IRC10:26
*** lucasagomes has quit IRC10:30
*** lucasagomes has joined #openstack-qa10:31
*** lucasagomes has quit IRC10:32
*** lucasagomes has joined #openstack-qa10:32
openstackrecheckConsole logs not available after 13:21s for gate-keystone-python27 285134,7,056d64410:34
*** lucasagomes has quit IRC10:37
-openstackstatus- NOTICE: Gerrit is going to be restarted due to poor performance10:37
*** ChanServ changes topic to "Gerrit is going to be restarted due to poor performance"10:37
*** lucasagomes has joined #openstack-qa10:37
*** lucasagomes has quit IRC10:41
*** lucasagomes has joined #openstack-qa10:43
*** ChanServ changes topic to "All Things QA..."10:43
-openstackstatus- NOTICE: gerrit finished restartign10:43
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full-ceph 281149,5,234f7b210:47
*** ihrachys has quit IRC10:48
*** tosky has joined #openstack-qa10:52
*** sree has quit IRC10:54
openstackrecheckConsole logs not available after 13:21s for gate-nova-python34 285649,7,25186bc11:01
*** cdent has joined #openstack-qa11:01
*** sree has joined #openstack-qa11:03
*** mvk has quit IRC11:03
*** dims has joined #openstack-qa11:03
openstackgerritYuriy Nesenenko proposed openstack/tempest: Fix test_get_service_by_host_name  https://review.openstack.org/26776511:04
openstackgerritJordan Pittier proposed openstack/tempest: Introduce new helper: call_and_ignore_notfound_exc()  https://review.openstack.org/27790711:04
*** hoangcx has quit IRC11:06
*** amotoki has quit IRC11:06
*** sree has quit IRC11:07
openstackrecheckConsole logs not available after 13:23s for gate-cinder-pep8 277113,9,151631411:14
*** yamamoto has quit IRC11:15
*** vhosakot has joined #openstack-qa11:19
*** vhosakot has quit IRC11:19
*** vhosakot has joined #openstack-qa11:20
*** mvk has joined #openstack-qa11:20
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full-ceph 284395,2,837893e11:28
*** rodrigods has quit IRC11:29
*** rodrigods has joined #openstack-qa11:30
*** jlanoux_ has joined #openstack-qa11:30
*** jlanoux has quit IRC11:30
*** rossella_s has quit IRC11:32
*** rossella_s has joined #openstack-qa11:33
*** tochi has quit IRC11:34
openstackgerritAndrea Frittoli proposed openstack/tempest: Add a service client data store  https://review.openstack.org/26007611:34
*** aysyd has joined #openstack-qa11:39
*** ihrachys has joined #openstack-qa11:39
openstackrecheckConsole logs not available after 13:31s for gate-tempest-dsvm-postgres-full 267765,5,3183a0211:41
*** salv-orlando has joined #openstack-qa11:41
*** tmatsu_ has quit IRC11:42
*** aysyd has quit IRC11:46
*** aysyd has joined #openstack-qa11:46
*** mylu has joined #openstack-qa11:46
kashyapafazekas: Hi, around?11:50
*** jlanoux_ has quit IRC11:50
*** mylu has quit IRC11:51
*** sdague has joined #openstack-qa11:51
kashyapafazekas: When you are, shouldn't my line-19 (in the pastebin) take care for the complaint on line-8? http://paste.openstack.org/show/488738/11:51
*** jlanoux has joined #openstack-qa11:51
openstackrecheckConsole logs not available after 13:21s for gate-tempest-pep8 280574,3,87faabc11:54
openstackrecheckopenstack/horizon change: https://review.openstack.org/284551 failed gate-horizon-dsvm-integration in the gate queue with an unrecognized error11:55
afazekaskashyap: I guess the issue is the local.conf just read after the SUBUNIT_OUTPUT defined with the default value11:57
*** tosky has quit IRC11:57
*** salv-orlando has quit IRC11:58
*** amotoki has joined #openstack-qa11:58
*** mylu has joined #openstack-qa11:58
kashyapafazekas: Looking11:58
*** gmann_ has joined #openstack-qa11:59
afazekaskashyap: also can you check do you have an older 'localrc' file12:00
kashyapafazekas: Oh, let me see12:01
kashyapSorry, /me shuffling between kitchen & laptop12:01
*** yamamoto has joined #openstack-qa12:02
kashyapafazekas: No older localrc file12:02
kashyapafazekas: I see this in stackrc: stackrc:SUBUNIT_OUTPUT=${DEST}/devstack.subunit12:04
kashyapafazekas: I'm baffled slighlty because, why is ti choosing /opt/stack, while I explicitly defined $DEST12:04
afazekasyou need to specify SUBUNIT_OUTPUT in your local.conf as you specified the DATA_DIR12:06
afazekasor you can try submit a patch to devstack to eval the SUBUNIT_OUTPUT just after localrc was sourced12:06
*** rfolco_ has joined #openstack-qa12:07
*** amotoki has quit IRC12:07
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 277670,3,cbf13d012:08
kashyapafazekas: Okay, will do once I finsh my lunch12:08
kashyapThanks12:08
*** apevec has joined #openstack-qa12:10
*** apevec has left #openstack-qa12:11
*** sree has joined #openstack-qa12:11
dmelladointeresting, I didn't know that SUBUNIT_OUTPUT set ;)12:12
kashyapdmellado: Yeah, it was throwing me off guard12:14
dmelladokashyap: I get the feeling that my local.conf is growing endless xD12:15
kashyapdmellado: Mine is super minimal12:15
dmelladoI'll have to keep also one of those as a subset12:16
*** raildo-afk is now known as raildo12:18
afazekasDoes anyone knows what is the currently available tool for coverage report ?  To be more specific, for test coverage caused by tempest on the services.12:20
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full-ceph 268609,7,f4eed4012:22
openstackrecheckopenstack/glance_store change: https://review.openstack.org/251851 failed because of: gate-tempest-dsvm-full-ceph-src-glance_store: https://bugs.launchpad.net/bugs/154985412:22
openstackLaunchpad bug 1549854 in OpenStack Compute (nova) "compute host "has not been heard from in a while" failing ceph jobs" [Undecided,Confirmed]12:22
openstackrecheckopenstack/cinder change: https://review.openstack.org/285320 failed gate-tempest-dsvm-full-ceph in the gate queue with an unrecognized error12:22
*** gszasz has joined #openstack-qa12:22
dmelladoafazekas: masayukig might know, IIRC there's coverage on openstack-health12:24
*** tosky has joined #openstack-qa12:27
*** dave-mccowan has joined #openstack-qa12:27
openstackrecheckConsole logs not available after 13:23s for gate-cinder-python27 271595,17,cd217a012:36
afazekasdmellado: it does not seams to be the coverage what I am looking for, may be I'am checked wrong pages..12:45
*** shardy has quit IRC12:47
*** jaypipes has joined #openstack-qa12:48
*** ChanServ sets mode: +o jaypipes12:48
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full-ceph 196482,10,7ae1f3512:49
*** amotoki has joined #openstack-qa12:52
*** salv-orlando has joined #openstack-qa12:55
*** gmann_ has quit IRC13:00
*** dims has quit IRC13:02
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 277671,4,c48166013:02
*** dims has joined #openstack-qa13:08
*** yamamoto has quit IRC13:10
*** yamamoto has joined #openstack-qa13:11
*** yamamoto has quit IRC13:11
*** yamamoto has joined #openstack-qa13:12
openstackgerritDaniel Mellado proposed openstack/tempest: Split tokens_client from keystone v3 client  https://review.openstack.org/28657313:12
*** gamado has quit IRC13:13
*** lucasagomes is now known as lucas-hungry13:15
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-postgres-full 251259,4,6317c8813:16
openstackgerritSergey Belous proposed openstack-dev/devstack: do not merge, just for test installing os-vif  https://review.openstack.org/28608413:17
*** ngoracke has joined #openstack-qa13:17
openstackgerritSergey Belous proposed openstack-dev/devstack: do not merge, just for test installing os-vif  https://review.openstack.org/28608413:20
*** ngoracke has quit IRC13:23
*** mylu has quit IRC13:24
*** Poornima has quit IRC13:29
openstackrecheckConsole logs not available after 13:36s for experimental-tempest-dsvm-full-dibtest 222982,4,fa2cadf13:30
*** yamamoto has quit IRC13:32
openstackgerritTrevor McCasland proposed openstack-dev/devstack: Add error checking for euch.sh volume creation  https://review.openstack.org/28546413:33
*** Serlex has quit IRC13:33
*** gamado has joined #openstack-qa13:35
*** mylu has joined #openstack-qa13:36
*** yamamoto has joined #openstack-qa13:38
*** malini has joined #openstack-qa13:38
*** malini has quit IRC13:38
*** yamamoto has quit IRC13:39
*** gamado has quit IRC13:40
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm 283440,8,86262ae13:43
*** neeti has quit IRC13:44
*** dkranz has joined #openstack-qa13:49
*** shardy has joined #openstack-qa13:50
*** yamamoto has joined #openstack-qa13:53
*** mylu has quit IRC13:54
*** tmatsu has joined #openstack-qa13:54
*** otsuka has quit IRC13:54
*** Serlex has joined #openstack-qa13:55
openstackrecheckConsole logs not available after 13:26s for gate-grenade-dsvm-multinode 280574,4,b942fa513:57
masayukigafazekas: Do you mean api coverage?13:58
masayukigafazekas: by tempest?13:58
*** tmatsu has quit IRC13:58
*** mylu has joined #openstack-qa14:00
afazekasmasayukig: all service coverage caused by tempest, including the n-cpu14:00
afazekasq-svc ..14:00
masayukigafazekas: Have you seen http://status.openstack.org/openstack-health/#/ ?14:01
*** hichihara has joined #openstack-qa14:02
masayukigThis is the "openstack-health" dashboard.14:02
masayukigafazekas: I'm not sure this is you want or not, though.14:02
*** vhosakot has quit IRC14:03
afazekasmasayukig: does not looks like what I am looking for, I would like to see , what is the `dead code` or `not tested` code in all project..14:04
afazekasNow we are trying to monkeypath the `half universe` and use coverage.py14:04
masayukigafazekas: ah, I see. I was trying to implement to collect nova api test coverage through tempest before.. But it was hard thing for me at that time.14:06
afazekasmasayukig: at the moment we are trying to add the coverage to the sitecostumize.py , and monkey patch the signal handling in order have cover report at service stop14:07
masayukigafazekas: cool :)14:09
*** lucas-hungry is now known as lucasagomes14:09
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-full-ceph 238130,11,5f0c15d14:10
*** jecarey_ has joined #openstack-qa14:11
*** jecarey_ has quit IRC14:11
masayukigafazekas: It seems a good approach to not modify the target service code. When I was try to implement that, I was modifying the nova code to get the api coverage...14:11
*** mylu has quit IRC14:14
*** jecarey has quit IRC14:14
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full-ceph 284828,2,3551dc514:23
*** woodster_ has joined #openstack-qa14:24
*** aysyd has quit IRC14:27
*** aysyd has joined #openstack-qa14:28
*** jroll has quit IRC14:29
*** jroll has joined #openstack-qa14:30
*** jroll has quit IRC14:30
*** jroll has joined #openstack-qa14:30
*** edmondsw has joined #openstack-qa14:31
*** shardy has quit IRC14:33
*** shardy has joined #openstack-qa14:35
*** sshnaidm has quit IRC14:35
*** weshay has joined #openstack-qa14:36
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full-ceph 285139,3,9d69eba14:37
openstackgerritSean Dague proposed openstack/tempest: WIP: debugging  https://review.openstack.org/28663414:38
*** mylu has joined #openstack-qa14:41
*** rbak has joined #openstack-qa14:46
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full-ceph 279391,2,3c7ccf414:50
*** e0ne has quit IRC14:56
*** edmondsw has quit IRC14:57
*** mylu has quit IRC14:59
*** shardy has quit IRC15:00
mtreinishClint: ooh shiny: https://review.openstack.org/#/c/286401/15:00
*** fawadkhaliq has joined #openstack-qa15:02
*** mylu has joined #openstack-qa15:02
openstackrecheckConsole logs not available after 13:22s for gate-nova-tox-functional 241127,26,06af13e15:04
*** mylu has quit IRC15:05
*** jecarey_ has joined #openstack-qa15:05
*** jecarey_ has quit IRC15:05
*** jecarey_ has joined #openstack-qa15:06
*** jecarey_ has quit IRC15:06
*** jecarey_ has joined #openstack-qa15:07
*** yamahata has joined #openstack-qa15:07
*** jecarey_ has quit IRC15:08
*** jecarey_ has joined #openstack-qa15:08
*** jordanP has quit IRC15:11
*** zz_dimtruck is now known as dimtruck15:12
*** sridharg has quit IRC15:13
openstackgerritSergey Belous proposed openstack-dev/devstack: do not merge, just for test installing os-vif  https://review.openstack.org/28608415:13
*** ajmiller_ has joined #openstack-qa15:17
*** ajmiller has joined #openstack-qa15:17
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm 259176,3,ff79cbc15:17
*** ajmiller has quit IRC15:19
*** sigmavirus24_awa is now known as sigmavirus2415:20
Clintmtreinish: did we want Additional Services to disappear?15:20
*** mylu has joined #openstack-qa15:21
*** jdandrea_ has joined #openstack-qa15:23
mtreinishoh, I guess not. Although they are duplicated with the detected ones, but I'll drop my +A15:24
*** mylu has quit IRC15:24
*** jdandrea has quit IRC15:26
*** mtanino has joined #openstack-qa15:27
*** gszasz has quit IRC15:29
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 285920,5,da7d05915:31
*** gszasz has joined #openstack-qa15:32
*** pglass has joined #openstack-qa15:32
*** rossella_s has quit IRC15:32
*** rossella_s has joined #openstack-qa15:32
*** sshnaidm has joined #openstack-qa15:34
openstackgerritClint Adams proposed openstack-dev/devstack: Add "Additional Services" to devstack plugins proposal job footer  https://review.openstack.org/28666215:37
*** mylu has joined #openstack-qa15:37
Clintmtreinish: after the above change, glusterfs will appear 3 times in the document15:37
openstackgerritYaroslav Lobankov proposed openstack/tempest: Making Keystone clients consistent  https://review.openstack.org/28560215:38
*** mylu has quit IRC15:39
mtreinishClint: heh, well it must be really important15:39
* Clint chuckles.15:39
*** mylu has joined #openstack-qa15:42
*** jordanP has joined #openstack-qa15:43
*** yamamoto has quit IRC15:43
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 286443,1,9bdb1a615:44
openstackgerritYaroslav Lobankov proposed openstack/tempest: Making Keystone clients consistent  https://review.openstack.org/28560215:44
openstackgerritClint Adams proposed openstack-dev/devstack: Add note about the periodic proposal job to the header  https://review.openstack.org/28666615:45
*** amotoki has quit IRC15:46
*** jecarey_ has quit IRC15:47
*** jaypipes has quit IRC15:50
*** jlanoux has quit IRC15:50
*** shardy has joined #openstack-qa15:51
*** yamahata has quit IRC15:51
*** yamamoto has joined #openstack-qa15:52
*** malini has joined #openstack-qa15:53
*** jecarey_ has joined #openstack-qa15:54
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-neutron-full-kilo 248355,20,88f48e315:57
*** malini has quit IRC15:58
*** vhosakot has joined #openstack-qa15:58
*** malini has joined #openstack-qa15:59
*** sree has quit IRC15:59
*** ajmiller_ has quit IRC16:06
*** ajmiller_ has joined #openstack-qa16:06
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full-ceph 128940,121,e036bba16:11
*** jswarren__ is now known as jswarren16:11
*** gszasz has quit IRC16:12
*** luzC has joined #openstack-qa16:13
*** e0ne has joined #openstack-qa16:13
*** jaypipes has joined #openstack-qa16:13
*** ChanServ sets mode: +o jaypipes16:13
*** yfried_ has joined #openstack-qa16:19
*** yfried has quit IRC16:19
*** jlanoux has joined #openstack-qa16:20
*** yamamoto has quit IRC16:21
*** yamamoto has joined #openstack-qa16:23
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-neutron-full 284627,6,d320b1216:24
*** yamahata has joined #openstack-qa16:25
*** _nadya_ has quit IRC16:28
*** _nadya_ has joined #openstack-qa16:29
*** armax has joined #openstack-qa16:31
*** yfried_ has quit IRC16:32
*** _nadya_ has quit IRC16:33
*** fawadkhaliq has quit IRC16:33
*** ajmiller__ has joined #openstack-qa16:33
*** yamamoto has quit IRC16:34
*** yamamoto has joined #openstack-qa16:34
*** yamamoto has quit IRC16:34
openstackgerritDoug Hellmann proposed openstack/tempest: Add release notes for upcoming release  https://review.openstack.org/28669516:34
*** mylu has quit IRC16:35
*** ajmiller_ has quit IRC16:35
*** yamahata has quit IRC16:36
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full-ceph 273982,3,379824616:38
*** e0ne has quit IRC16:38
*** apoorvad has joined #openstack-qa16:39
openstackgerritStephen Lowrie proposed openstack/qa-specs: Centralized Workspaces  https://review.openstack.org/26609416:40
*** e0ne has joined #openstack-qa16:40
*** malini has quit IRC16:41
*** josdotso has joined #openstack-qa16:49
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-neutron-full-liberty 251259,5,d6b07d116:51
*** malini has joined #openstack-qa16:52
*** malini has quit IRC16:52
*** malini has joined #openstack-qa16:53
*** toabctl has quit IRC16:53
*** malini has quit IRC16:54
*** malini has joined #openstack-qa16:55
*** malini has quit IRC16:55
*** rcernin has quit IRC16:55
*** malini has joined #openstack-qa16:55
*** fawadkhaliq has joined #openstack-qa16:56
*** malini has quit IRC16:57
*** toabctl has joined #openstack-qa16:57
*** malini has joined #openstack-qa16:57
*** malini has quit IRC16:57
*** mylu has joined #openstack-qa16:57
*** malini has joined #openstack-qa16:57
*** malini has quit IRC16:57
*** malini has joined #openstack-qa16:57
*** malini has quit IRC16:57
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-ceilometer-mysql-neutron-full 286459,1,0b9ec7a17:04
*** ifarkas has quit IRC17:05
*** yamamoto has joined #openstack-qa17:05
*** mylu has quit IRC17:06
*** pcaruana has quit IRC17:07
*** Swami has joined #openstack-qa17:10
*** yamamoto has quit IRC17:10
*** achanda has joined #openstack-qa17:10
*** anshul has quit IRC17:13
*** mylu has joined #openstack-qa17:15
*** dims_ has joined #openstack-qa17:17
openstackgerritMark Doffman proposed openstack-dev/devstack: Nova: Set up cell0 database and cell mapping.  https://review.openstack.org/27690317:17
openstackrecheckConsole logs not available after 13:22s for gate-horizon-dsvm-integration 246625,37,6e2076917:18
*** hemna has quit IRC17:18
*** dims has quit IRC17:19
*** salv-orl_ has joined #openstack-qa17:19
*** hemna has joined #openstack-qa17:19
*** salv-orlando has quit IRC17:22
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for volume-backed live migration abort bug 1524898  https://review.openstack.org/28672517:25
openstackbug 1524898 in OpenStack Compute (nova) "Volume based live migration aborted unexpectedly" [High,Confirmed] https://launchpad.net/bugs/152489817:25
mriedemsdague: ^17:25
*** erlon has joined #openstack-qa17:27
*** mylu has quit IRC17:27
*** dtantsur is now known as dtantsur|afk17:29
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-postgres-full 279616,8,a66304817:32
*** Serlex has left #openstack-qa17:36
*** jlanoux has quit IRC17:41
*** ihrachys has quit IRC17:42
*** ihrachys has joined #openstack-qa17:43
openstackgerritMichael Krotscheck proposed openstack/eslint-config-openstack: Clarified wording in governance  https://review.openstack.org/28674017:45
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full-ceph 286276,3,05deaf617:45
*** ihrachys has quit IRC17:47
*** docaedo has joined #openstack-qa17:53
docaedoin devstack local.conf, if there a way to specify DNS server for private-subnet?17:55
*** fnaval has quit IRC17:58
openstackrecheckConsole logs not available after 13:21s for gate-cinder-pep8 276312,3,91a167f17:58
*** josdotso has quit IRC17:59
*** krtaylor has quit IRC18:00
*** sc68cal has joined #openstack-qa18:00
*** ajmiller__ is now known as ajmiller18:04
*** mriedem has quit IRC18:05
*** mriedem has joined #openstack-qa18:06
*** yamamoto has joined #openstack-qa18:07
*** e0ne has quit IRC18:08
openstackgerritJordan Pittier proposed openstack/tempest: Introduce new helper: call_and_ignore_notfound_exc()  https://review.openstack.org/27790718:08
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-neutron-dvr 248355,20,62039ac18:12
*** yamamoto has quit IRC18:12
*** mfisher_ora has joined #openstack-qa18:13
*** jrcloud has joined #openstack-qa18:15
*** yfried_ has joined #openstack-qa18:16
*** spartacloud has joined #openstack-qa18:18
*** openstackgerrit has quit IRC18:18
*** zackf has quit IRC18:18
*** openstackgerrit has joined #openstack-qa18:18
*** jrcloud has quit IRC18:19
*** zackf has joined #openstack-qa18:22
*** lucasagomes is now known as lucas-dinner18:22
*** spartacloud has quit IRC18:24
openstackrecheckConsole logs not available after 13:23s for gate-tempest-pep8 277907,6,ca2310818:25
*** fnaval has joined #openstack-qa18:26
*** jrcloud has joined #openstack-qa18:26
*** zhiyan has quit IRC18:27
*** zackf has quit IRC18:27
*** weshay has quit IRC18:27
*** blogan_ is now known as blogan18:27
*** zhiyan has joined #openstack-qa18:29
*** zackf has joined #openstack-qa18:29
*** jrcloud has quit IRC18:30
*** jordanP has quit IRC18:33
*** lekha_ has joined #openstack-qa18:33
fawadkhaliqhello devstack folks, question. in the devstack plugins, "enable_plugin" functionality does not pull the same branch as the one of devstack repo?18:36
*** lekha has quit IRC18:37
*** lekha_ is now known as lekha18:38
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-neutron-dvr 267765,7,9e643e418:39
openstackgerritSean Dague proposed openstack-dev/devstack: Add note about the periodic proposal job to the header  https://review.openstack.org/28666618:42
*** krtaylor has joined #openstack-qa18:42
*** dims has joined #openstack-qa18:46
*** dmellado has quit IRC18:48
*** itsuugo has quit IRC18:50
docaedofawadkhaliq: enable_plugin will pull master from whatever the specified repository is, unless otherwise specified by appending a gitref (an optional git ref (branch / ref / tag) that will be cloned.)18:52
*** kashyap has quit IRC18:52
*** dims_ has quit IRC18:52
*** kashyap has joined #openstack-qa18:52
docaedofawadkhaliq: more info on devstack plugins here: http://docs.openstack.org/developer/devstack/plugins.html -- hopefully that helps :)18:52
*** afazekas has quit IRC18:52
*** SpamapS has quit IRC18:54
*** openstack has joined #openstack-qa19:14
*** SpamapS has joined #openstack-qa19:15
*** openstackstatus has joined #openstack-qa19:17
*** ChanServ sets mode: +v openstackstatus19:17
openstackrecheckConsole logs not available after 13:24s for experimental-tempest-dsvm-multinode-full-dibtest 286459,1,710ab8a19:19
*** openstackgerrit has joined #openstack-qa19:19
*** mylu has joined #openstack-qa19:23
*** StevenK has quit IRC19:25
*** bauzas has quit IRC19:25
*** johnthetubaguy has quit IRC19:25
*** sc68cal has quit IRC19:27
*** bauzas has joined #openstack-qa19:31
*** StevenK has joined #openstack-qa19:31
*** johnthetubaguy has joined #openstack-qa19:31
openstackrecheckConsole logs not available after 13:28s for gate-tempest-dsvm-ceilometer-mysql-neutron-full 286230,1,c4e4f7b19:32
openstackgerritStephen Lowrie proposed openstack/qa-specs: Centralized Workspaces  https://review.openstack.org/26609419:36
slowriemtreinish: put up a blueprint and a new patch set for the spec ^19:36
*** sigmavirus24 is now known as sigmavirus24_awa19:37
*** ajmiller_ has joined #openstack-qa19:39
*** ajmiller has quit IRC19:41
*** jecarey has quit IRC19:44
openstackrecheckConsole logs not available after 13:22s for gate-tempest-python34 260076,9,1535c7019:46
*** vhosakot has quit IRC19:46
*** vhosakot has joined #openstack-qa19:46
*** sigmavirus24_awa is now known as sigmavirus2419:52
*** ajmiller_ is now known as ajmiller19:52
*** sc68cal has joined #openstack-qa19:53
*** terryw is now known as otherwiseguy19:54
*** jecarey has joined #openstack-qa19:54
*** jecarey_ has joined #openstack-qa19:56
openstackgerritTim Buckley proposed openstack/openstack-health: Fix unused options in API service methods  https://review.openstack.org/28549919:58
*** david-lyle has quit IRC19:59
*** jecarey has quit IRC19:59
openstackrecheckConsole logs not available after 13:25s for gate-horizon-tox-py27dj18 259981,19,5ec5fa219:59
mtreinishandreaf, sdague: if you get a sec: https://review.openstack.org/286695 once that lands I'll push out the releases for tempest and tempest-lib20:00
openstackgerritMerged openstack/openstack-health: Add warning for stale subunit2sql data  https://review.openstack.org/28544220:02
oomichimtreinish: ^^^ LGTM20:04
mtreinishoomichi: cool, thanks20:04
mtreinishI still have to get used to having you online so early20:04
oomichimtreinish: btw I am not good to use ZNC yet20:04
oomichiis it possible all logs during I went away?20:05
openstackgerritStephen Lowrie proposed openstack/tempest: Centralized Workspaces  https://review.openstack.org/28377020:05
oomichithat(better ZNC setting) is today action item for me anyway ;-)20:06
oomichimtreinish: yeah, I needed to find my house this morning and now I come office20:08
mtreinishoomichi: that's what znc buys you is logging everything when you sign off of irc20:08
mtreinishoomichi: cool, did you find a house?20:08
*** david-lyle has joined #openstack-qa20:09
oomichimtreinish: yeah, nice house is found now, and I sent many pictures to my partner. and need to discuss it later on early morning in japan(3 hours later)20:10
oomichiI'd like to decide it soon for concentrating on dev20:10
*** josdotso has joined #openstack-qa20:11
*** austin81 has quit IRC20:12
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full 286587,1,ad2a4f220:13
*** mylu has quit IRC20:15
andreafmtreinish: +A20:15
andreafoomichi, mtreinish: if you have a sec, tiny fix to improve debug https://review.openstack.org/#/c/286112/20:16
sdaguemtreinish: neutron fail real?20:17
*** mylu has joined #openstack-qa20:17
*** ihrachys has quit IRC20:18
*** jasonsb has quit IRC20:18
mtreinishsdague: yeah, whatever. I need to add the regex filter for releasenotes to the layout.yaml20:18
oomichiandreaf: nice catch, LGTM20:20
*** yamahata has quit IRC20:21
openstackgerritThomas Herve proposed openstack-infra/devstack-gate: Remove double timestamp from console logs  https://review.openstack.org/28613620:21
openstackrecheckConsole logs not available after 13:24s for gate-horizon-npm-run-test 285084,5,ddaf05c20:26
openstackrecheckopenstack/cinder change: https://review.openstack.org/282938 failed because of: gate-tempest-dsvm-full-ceph: https://bugs.launchpad.net/bugs/154985420:26
openstackLaunchpad bug 1549854 in OpenStack Compute (nova) "compute host "has not been heard from in a while" failing ceph jobs" [Undecided,Confirmed]20:26
openstackgerritTim Buckley proposed openstack-infra/subunit2sql: Add API methods for getting tests by prefix  https://review.openstack.org/28333420:27
*** mfisher_ora has quit IRC20:28
*** _nadya_ has quit IRC20:31
*** austin81 has joined #openstack-qa20:34
*** e0ne has joined #openstack-qa20:38
*** mylu has quit IRC20:39
*** yamahata has joined #openstack-qa20:39
openstackrecheckConsole logs not available after 13:21s for gate-swift-python27 286589,2,3797c9820:40
mtreinishandreaf: so that patch makes the cleanup failure non-fatal is that the intent?20:41
*** pcaruana has joined #openstack-qa20:44
*** jamielennox|away is now known as jamielennox20:45
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for volume-backed live migration abort bug 1524898  https://review.openstack.org/28672520:46
openstackbug 1524898 in OpenStack Compute (nova) "Volume based live migration aborted unexpectedly" [High,Confirmed] https://launchpad.net/bugs/152489820:46
*** e0ne has quit IRC20:47
*** yamahata has quit IRC20:47
mriedemmtreinish: do you have any thoughts on adding ssh validation to the live migration test(s)?20:51
mriedemlike attach a floating IP, ssh before live migration, then ssh after live migration to verify the floating IP isn't busted20:51
mtreinishmriedem: while I think that makes sense, I feel like you're just asking for trouble doing that20:53
mriedemi know20:53
mtreinishboth live migration and floating ip attach w/ ssh have a high enough failure rate independently20:53
openstackrecheckConsole logs not available after 13:22s for experimental-tempest-dsvm-multinode-full-dibtest 286573,1,f7d5dcf20:53
*** e0ne has joined #openstack-qa20:55
mriedemyeah, i think i have to push a DNM patch for a neutron series to use anyway20:55
mriedemor to test the neutron series20:55
mtreinishmriedem: that's pretty straightforward as a starting poinbt20:56
mriedemat least from what i looked at, the neutron multinode job that runs live migration is already using floating ips20:56
mriedemi think the n-net jobs are using fixed for ssh?20:57
*** hichihara has quit IRC20:57
mtreinishI think we switched it to use floating ips everywhere (at least when we say it's an sshable server) in the gate20:57
mtreinishbut it is configurable20:57
mtreinishbecause it really depends on the environment and how your networking is configured20:57
*** sigmavirus24 is now known as sigmavirus24_awa20:58
*** sigmavirus24_awa is now known as sigmavirus2420:58
*** e0ne has quit IRC20:59
mriedemok, i think this is the job i care about http://logs.openstack.org/38/260738/20/check/gate-tempest-dsvm-neutron-dvr-multinode-full/cd7b778/logs/tempest_conf.txt.gz20:59
mriedemssh_connect_method = floating20:59
mriedemah, gate-tempest-dsvm-multinode-full is n-net and floating IPs too21:00
mtreinishyep, like I said I'm pretty sure we use floating ips everywhere we try to ssh already (it was a bug on multinode not too long ago and that was the fix)21:01
mriedemmtreinish: now, since this isn't a scenario test, would i have to check that validation.run_validation is True?21:01
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Split out Neutron routers client  https://review.openstack.org/26031921:01
mriedemi guess if it's a DNM patch i don't care21:01
mtreinishif you wanted it to be merged yeah, but for a dnm it doesn't matter :)21:02
mtreinishwe should be working on making that option respected everywhere and setting it true by default21:02
mtreinishbut I'm not sure how close we are to that yet21:02
*** cdent has quit IRC21:03
*** weshay has joined #openstack-qa21:04
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Make routers_client use **kwargs  https://review.openstack.org/28441221:05
mriedemoh you know what21:05
mriedemgate-tempest-dsvm-neutron-dvr-multinode-full is probably not even runnable on a tempest change21:06
mtreinishits not in experimental?21:06
mriedemhave to see if it's in the experimental queue21:06
mtreinishI thought it was21:06
mtreinishbut it might not be21:06
mriedemooo it is21:07
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full 285716,1,275e61921:07
mriedemman i'm going to burn a bunch of nodes on testing this21:07
mriedemi sort of almost feel bad21:07
openstackrecheckopenstack/glance change: https://review.openstack.org/238130 failed because of: gate-tempest-dsvm-full-ceph: https://bugs.launchpad.net/bugs/154985421:07
openstackLaunchpad bug 1549854 in OpenStack Compute (nova) "compute host "has not been heard from in a while" failing ceph jobs" [Undecided,Confirmed]21:07
*** raildo is now known as raildo-afk21:07
*** david-lyle has quit IRC21:08
*** fnaval has quit IRC21:10
*** fnaval has joined #openstack-qa21:11
*** fnaval has quit IRC21:11
*** fnaval has joined #openstack-qa21:12
*** david-lyle has joined #openstack-qa21:17
*** mylu has joined #openstack-qa21:20
openstackrecheckConsole logs not available after 13:21s for gate-cinder-python34 286600,1,4145e3d21:20
*** dims_ has joined #openstack-qa21:31
*** yamahata has joined #openstack-qa21:32
andreafmtreinish: yes that's the intent - but you only get to that code if there was a previous fatal failure during resource setup21:32
andreafmtreinish: and that fatal failure is preserved21:32
*** dims has quit IRC21:33
andreafmtreinish: actually I could have backed the error handling inside the _clear_isolated_* methods directly, because in general we don't want to fail tests on cleanup issues - but I didn't want to change that behaviour in the same patch at least21:34
andreafmtreinish: I thought I'd just stop hiding the real error21:34
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 284828,2,d478a1521:34
mtreinishandreaf: iirc the test does fail if cleanup raises an exception21:36
andreafmtreinish: well it depends on which cleanup but in any case I'm not changing that behaviour in my patch21:37
andreafmtreinish: the change only affects the cleanup when it's invoked as a consequence of an exception during setup21:37
andreafmtreinish: the test will still fail, but instead of showing the cleanup error only, it will log the cleanup error and fail with the original error21:38
mtreinishandreaf: ok, +A21:43
mtreinishandreaf: can you drop your -2 on: https://review.openstack.org/#/c/270564/21:43
mtreinishit's been a month21:44
*** r-mibu has quit IRC21:46
andreafmtreinish: done21:47
*** r-mibu has joined #openstack-qa21:47
mtreinishandreaf: cool thanks21:47
*** luzC has quit IRC21:47
openstackrecheckConsole logs not available after 13:22s for gate-cinder-python27 286598,1,b42ca1321:47
andreafmtreinish: there's another issue I found with tempest - when running on neutron with multiple shared networks21:49
*** sdague has quit IRC21:50
andreafmtreinish: tempest allows configuring a network to be used to avoid confusion in case of multiple networks - however it uses the nova network client to resolve the network name to an ID21:50
mtreinishandreaf: yeah, that was a consious decision we both made back at the NYC sprint :)21:50
mtreinishbecause it was the LCD for doing a network list (since the passthrough api would be there too)21:51
andreafmtreinish: yes, however in case of neutron shared network, the proxy API only gets the list of nets owned by the tenant rather than those visible to the tenant21:51
openstackgerritMatt Riedemann proposed openstack/tempest: DNM: ssh into active instance before and after live migration  https://review.openstack.org/28685521:51
mriedemmtreinish: ^ how does that look?21:51
mriedemSwami^21:51
andreafmtreinish: I see two options: change the failing tests to request an own tenant network to be created in case of neutron or change the fixed network helper to use the neutron client in case of neutron21:52
andreafmtreinish: personally I like the first option better, creating an extra net shouldn't be so heavy weight, and it keeps isolation better21:53
mtreinishandreaf: what is the bug? nova should return what neutron list does when you do a network list and neutron is enabled21:53
*** fawadkhaliq has quit IRC21:54
andreafmtreinish: I'm pretty sure nova sets a filter on tenant id, and neutron takes that as give me the networks owned by this tenant21:54
mtreinishmriedem: that looks like it should do what you want21:54
andreafmtreinish: and a shared network is not owned by the tenant21:54
andreafmtreinish: maybe I shall dig a bit in nova code and verify this first21:55
*** austin81 has left #openstack-qa21:55
mtreinishandreaf: so it doesn't work in the case of a shared network? That does sound like a nova bug21:55
andreafmtreinish: indeed - I may be wrong but it looks so from the logs I looked at21:57
andreafmtreinish: ok I'll check this first and file a bug then, but I would be happy to have a work around in tempest in the meanwhile :)21:57
mtreinishandreaf: https://github.com/openstack/nova/blob/master/nova/network/neutronv2/api.py#L126421:58
mtreinishthat looks like a straight passthrough to me21:58
*** jecarey_ has quit IRC21:59
*** jecarey has joined #openstack-qa21:59
andreafmtreinish: it looks ok indeed  - but I don't know the code base enough to tell - I will try to reproduce that - I just need to create some shared networks to do so22:01
*** pcaruana has quit IRC22:01
openstackrecheckConsole logs not available after 13:22s for gate-cinder-python34 286601,1,d13b77422:01
*** dims_ has quit IRC22:02
mtreinishandreaf: even assuming there is an issue, of your 2 proposed fixes we can only do the second one. We have a lot of config around whether it's appropriate to create a network if there isn't a default right now (in dynamic creds) we shouldn't put that somewhere else deep down22:02
*** fawadkhaliq has joined #openstack-qa22:04
andreafmtreinish: well actually it's the tests that define whether they want a network to be created or not - some don't because they rely on the configured one22:04
*** dims has joined #openstack-qa22:10
openstackgerritYaroslav Lobankov proposed openstack/tempest: Making Keystone clients consistent  https://review.openstack.org/28560222:11
*** dkranz has joined #openstack-qa22:13
openstackrecheckConsole logs not available after 13:22s for gate-cinder-python34 286599,1,2dfbe0e22:14
*** shardy has quit IRC22:15
*** dimtruck is now known as zz_dimtruck22:20
*** achanda has quit IRC22:23
*** mvk has joined #openstack-qa22:26
*** krtaylor has quit IRC22:27
openstackrecheckConsole logs not available after 13:21s for gate-keystone-python27 285521,4,9bf61ee22:28
*** david-lyle has quit IRC22:29
*** yamahata has quit IRC22:30
*** achanda has joined #openstack-qa22:36
*** aysyd has quit IRC22:38
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 267765,7,3a41caa22:41
*** luzC has joined #openstack-qa22:42
*** zz_dimtruck is now known as dimtruck22:45
*** mylu has quit IRC22:50
*** vhosakot has quit IRC22:51
*** mriedem has quit IRC22:52
openstackrecheckConsole logs not available after 13:22s for gate-nova-pep8 242087,37,2048e3322:54
*** dims has quit IRC22:55
*** mylu has joined #openstack-qa22:58
openstackgerritStephen Lowrie proposed openstack/tempest: Centralized Workspaces  https://review.openstack.org/28377022:59
*** sc68cal has quit IRC23:00
*** david-lyle has joined #openstack-qa23:00
*** dims has joined #openstack-qa23:00
*** ianw has quit IRC23:07
*** jecarey has quit IRC23:07
openstackrecheckConsole logs not available after 13:23s for gate-nova-pep8 284833,10,e64bb2b23:08
*** rfolco_ has quit IRC23:11
openstackgerritJeremy Stanley proposed openstack-infra/devstack-gate: Update multinode setup doc to VXLAN  https://review.openstack.org/28688023:12
openstackgerritClint Adams proposed openstack-dev/devstack: Increase Plugin Name column width by 10 in devstack plugins list  https://review.openstack.org/28688223:16
openstackgerritStephen Lowrie proposed openstack/tempest: Centralized Workspaces  https://review.openstack.org/28377023:16
*** krtaylor has joined #openstack-qa23:16
*** tmatsu has joined #openstack-qa23:18
*** pcrews_ has joined #openstack-qa23:18
*** jecarey has joined #openstack-qa23:19
*** pcrews__ has quit IRC23:19
*** salv-orl_ has joined #openstack-qa23:19
*** jecarey has quit IRC23:20
*** jecarey has joined #openstack-qa23:20
openstackrecheckConsole logs not available after 13:21s for gate-nova-pep8 285322,2,d6bcf4623:21
*** tmatsu has quit IRC23:22
*** salv-orlando has quit IRC23:22
*** reedip_ is now known as reedip23:31
openstackrecheckConsole logs not available after 13:21s for gate-horizon-pep8 230434,7,6e37f0123:35
*** rbak has quit IRC23:39
*** tochi has joined #openstack-qa23:39
*** david-lyle has quit IRC23:41
*** mriedem has joined #openstack-qa23:42
*** dimtruck is now known as zz_dimtruck23:44
openstackrecheckConsole logs not available after 13:24s for gate-horizon-npm-run-test 286268,2,b8b820223:49
*** mylu has quit IRC23:49
*** dkranz has quit IRC23:49
*** salv-orlando has joined #openstack-qa23:50
*** salv-orlando has quit IRC23:50
*** salv-orl_ has quit IRC23:50
*** salv-orlando has joined #openstack-qa23:50
*** mylu has joined #openstack-qa23:51
openstackgerritAl Miller proposed openstack-dev/devstack: Remove ~/.config/openstack in clean.sh  https://review.openstack.org/28689823:53
*** mylu has quit IRC23:55
*** mylu has joined #openstack-qa23:59

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