*** rbak has quit IRC | 00:00 | |
*** otsuka has joined #openstack-qa | 00:00 | |
*** tmatsu has joined #openstack-qa | 00:03 | |
*** josdotso has quit IRC | 00:07 | |
*** zz_dimtruck is now known as dimtruck | 00:08 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full 286272,1,51c9bfe | 00:17 |
---|---|---|
*** fnaval has joined #openstack-qa | 00:17 | |
*** mylu has quit IRC | 00:21 | |
*** cdent has joined #openstack-qa | 00:22 | |
openstackgerrit | Tim Buckley proposed openstack/openstack-health: Fix loading indicator https://review.openstack.org/286334 | 00:25 |
*** cdent has quit IRC | 00:30 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-ceilometer-mysql-neutron-full 286230,1,7786db9 | 00:30 |
masayukig | mtreinish: cool! I'll have a look | 00:33 |
*** boris-42 has quit IRC | 00:34 | |
gmann | oomichi: hi | 00:35 |
oomichi | gmann: hi | 00:36 |
gmann | oomichi: regarding https://review.openstack.org/#/c/267765/ | 00:36 |
oomichi | gmann: ok | 00:36 |
gmann | oomichi: i feel it still issue | 00:37 |
oomichi | gmann: please let me know | 00:37 |
*** markvoelker has quit IRC | 00:38 | |
gmann | oomichi: if cls.host_name is like 'NS@ceph' | 00:38 |
*** mylu has joined #openstack-qa | 00:39 | |
gmann | oomichi: then L56 will truncate the 'ceph' and return 'NS' and it will not match with self.host_name | 00:39 |
gmann | oomichi: as you see comment in PS4, that is still not addressed | 00:40 |
gmann | oomichi: 1 min, let me reverify | 00:41 |
*** hoangcx has joined #openstack-qa | 00:42 | |
gmann | oomichi: yea i think it fix the current bug but introduced another issue where first service host name is with backend | 00:43 |
oomichi | gmann: is that possible to happen on the gate? | 00:43 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-ceph 274589,12,3462d97 | 00:43 |
gmann | oomichi: not sure as this will fail only if first service in list_services has host name with backend | 00:44 |
oomichi | gmann: the above example you picked seems ceph, can we reproduce it on experimental job? | 00:49 |
gmann | oomichi: i do not think so as it depends on indexing of cinder list services API, how they picked from DB | 00:50 |
gmann | oomichi: let me reverify locally by putting *@backend at first index in list_services | 00:51 |
gmann | oomichi: till then can we hold that patch | 00:51 |
oomichi | gmann: I am wonderig where comes from the scenario if difficult to reproduce it on the gate | 00:52 |
oomichi | gmann: ok, I have removed +W temporary | 00:52 |
gmann | oomichi: ok, if you see this- http://paste.openstack.org/show/482868/ | 00:53 |
gmann | oomichi: in case cinder-volume service is at first index then it will fail | 00:53 |
gmann | oomichi: m not sure if that can happen on gate but still valid scenario as it depends on DB indexing on cinder side | 00:54 |
oomichi | gmann: I was confused now. | 00:56 |
openstackrecheck | Console logs not available after 13:25s for gate-keystone-python34 284778,4,e9461f9 | 00:57 |
oomichi | in the case "dsvm2@ceph", "ceph" should be host instead of "dsvm2" ? | 00:57 |
gmann | oomichi: no, dsvm2 is host | 00:59 |
gmann | oomichi: http://paste.openstack.org/show/488665/ | 00:59 |
gmann | oomichi: i ran with latest cinder | 00:59 |
*** ajmiller has quit IRC | 00:59 | |
oomichi | gmann: yeah, then current code seems right for me.. | 01:00 |
gmann | oomichi: so in this bug cinder fix was if we request with cinder service-list --host=openstack1-VirtualBox | 01:01 |
*** amotoki has joined #openstack-qa | 01:01 | |
gmann | oomichi: it will return all service including cinder-volume | openstack1-VirtualBox@lvmdriver-1 | 01:01 |
*** asselin__ has joined #openstack-qa | 01:01 | |
gmann | oomichi: so that bug is fixed and tempest tests too | 01:01 |
gmann | oomichi: but if we request with cinder service-list --host=openstack1-VirtualBox@lvmdriver-1 | 01:01 |
*** yangyapeng has joined #openstack-qa | 01:01 | |
gmann | oomichi: it will only return cinder-volume | 01:02 |
*** mylu has quit IRC | 01:02 | |
gmann | oomichi: as third command in http://paste.openstack.org/show/488666/ | 01:02 |
*** yangyapeng has quit IRC | 01:02 | |
gmann | oomichi: now in tests - https://review.openstack.org/#/c/267765/5/tempest/api/volume/admin/test_volume_services.py | 01:03 |
gmann | oomichi: if cls.services[0] is cinder-volume (which is with host name with backend) then L35 cls.host_name will be openstack1-VirtualBox@lvmdriver-1 | 01:04 |
gmann | oomichi: and L59 will not match any host as get_host will truncate the backend from hostname | 01:04 |
*** asselin__ has quit IRC | 01:06 | |
*** apoorvad has quit IRC | 01:06 | |
*** pvaneck has quit IRC | 01:07 | |
*** mylu has joined #openstack-qa | 01:08 | |
openstackgerrit | Daryl Walleck proposed openstack/tempest: Adds the ResourceProvider class https://review.openstack.org/286342 | 01:08 |
openstackrecheck | Console logs not available after 13:21s for gate-horizon-dsvm-integration 247215,13,aa56caa | 01:10 |
*** yangyapeng has joined #openstack-qa | 01:10 | |
oomichi | gmann: 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-qa | 01:12 | |
gmann | oomichi: yea that will work also with if CONF.volume_feature_enabled.volume_services | 01:16 |
*** apoorvad has joined #openstack-qa | 01:17 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 01:17 | |
gmann | oomichi: or at L56 do not split if self.host_name is with @ | 01:17 |
gmann | oomichi: so that we tests list filter with hostname@backend also | 01:18 |
gmann | oomichi: as you prefer, m ok with both whichever is easy and less error prone | 01:20 |
oomichi | gmann: I prefer doing it at line 35, because ns@ceph doesn't seem host_name as the name. | 01:21 |
gmann | oomichi: +1 | 01:22 |
oomichi | gmann: anyway, I need to go home(the hotel) now. see you later. | 01:22 |
gmann | oomichi: i left my comment please add your solution | 01:22 |
gmann | oomichi: ohk | 01:22 |
*** yamamoto_ has quit IRC | 01:23 | |
openstackrecheck | Console logs not available after 13:20s for gate-cinder-pep8 285469,4,efd3361 | 01:24 |
gmann | oomichi: by doing at L35 there will be issue for other tests like test_get_service_by_service_and_host_name | 01:24 |
gmann | oomichi: anyways i will check and add comment there | 01:24 |
*** yamamoto has joined #openstack-qa | 01:26 | |
oomichi | gmann: I wrote my comment on that, see you | 01:27 |
gmann | oomichi: Thanks see you, GN | 01:27 |
openstackgerrit | Daryl Walleck proposed openstack/tempest: Adds the ResourceProvider class https://review.openstack.org/286342 | 01:35 |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full 281341,2,e6b1542 | 01:37 |
*** markvoelker has joined #openstack-qa | 01:38 | |
*** apoorvad has quit IRC | 01:44 | |
*** jamielennox is now known as jamielennox|away | 01:45 | |
*** yamamoto has quit IRC | 01:45 | |
*** mylu has quit IRC | 01:49 | |
openstackrecheck | Console logs not available after 13:21s for gate-keystone-python27 279162,67,c290e40 | 01:50 |
*** mylu has joined #openstack-qa | 01:54 | |
*** mtanino has quit IRC | 01:55 | |
*** mylu has quit IRC | 01:56 | |
*** yamamoto has joined #openstack-qa | 01:57 | |
*** yamamoto has quit IRC | 01:58 | |
*** dims has quit IRC | 02:04 | |
*** mylu has joined #openstack-qa | 02:05 | |
openstackrecheck | Console logs not available after 13:21s for gate-glance-python34 284941,6,e7e939a | 02:05 |
*** markvoelker has quit IRC | 02:08 | |
*** markvoelker has joined #openstack-qa | 02:08 | |
*** dims has joined #openstack-qa | 02:08 | |
*** dims has quit IRC | 02:13 | |
*** mylu has quit IRC | 02:15 | |
*** dims has joined #openstack-qa | 02:17 | |
*** mylu has joined #openstack-qa | 02:18 | |
openstackrecheck | Console logs not available after 13:22s for gate-requirements-integration-dsvm 286263,1,d5a2ad7 | 02:19 |
*** mylu_ has joined #openstack-qa | 02:19 | |
*** mylu has quit IRC | 02:20 | |
*** mylu_ has quit IRC | 02:22 | |
*** jecarey has joined #openstack-qa | 02:24 | |
*** mylu has joined #openstack-qa | 02:25 | |
*** mylu has quit IRC | 02:27 | |
openstackgerrit | Ian Wienand proposed openstack-dev/devstack: yum_install_package: fix errexit and retry https://review.openstack.org/286357 | 02:27 |
openstackrecheck | Console logs not available after 13:21s for gate-keystone-python27 285308,5,cdcc33e | 02:32 |
*** blogan has quit IRC | 02:32 | |
*** armax has quit IRC | 02:35 | |
openstackgerrit | Daryl Walleck proposed openstack/tempest: DO NOT MERGE: WIP - ResourceTracker https://review.openstack.org/286359 | 02:36 |
*** mylu has joined #openstack-qa | 02:38 | |
*** yamamoto has joined #openstack-qa | 02:42 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full-ceph 286276,2,0cca2f1 | 02:45 |
openstackgerrit | Merged openstack/tempest: Updated from global requirements https://review.openstack.org/282789 | 02:51 |
openstackgerrit | lei zhang proposed openstack/tempest: Optimize "open" method with context manager https://review.openstack.org/251259 | 02:52 |
*** tochi has quit IRC | 02:55 | |
*** tochi has joined #openstack-qa | 02:55 | |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-npm-run-lint 215352,18,439ff4e | 02:59 |
*** dimtruck is now known as zz_dimtruck | 03:01 | |
*** mylu has quit IRC | 03:04 | |
*** ajmiller has joined #openstack-qa | 03:08 | |
*** zz_dimtruck is now known as dimtruck | 03:12 | |
openstackrecheck | Console logs not available after 13:21s for gate-keystone-python27 286291,1,c98ad19 | 03:12 |
*** woodster_ has quit IRC | 03:16 | |
*** dims has quit IRC | 03:19 | |
*** mylu has joined #openstack-qa | 03:22 | |
openstackrecheck | Console logs not available after 13:21s for gate-nova-pep8 274885,11,71ecd60 | 03:26 |
*** Nakato has quit IRC | 03:31 | |
*** rossella_s has quit IRC | 03:32 | |
*** rossella_s has joined #openstack-qa | 03:33 | |
*** tochi has quit IRC | 03:35 | |
openstackrecheck | Console logs not available after 13:21s for gate-keystone-pep8 284943,13,3163148 | 03:39 |
*** dave-mccowan has quit IRC | 03:45 | |
*** Nakato has joined #openstack-qa | 03:45 | |
openstackrecheck | Console logs not available after 13:21s for gate-horizon-dsvm-integration 192456,2,f611c9c | 03:52 |
*** tochi has joined #openstack-qa | 04:00 | |
*** shausy has joined #openstack-qa | 04:03 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full 280492,3,5376142 | 04:06 |
*** armax has joined #openstack-qa | 04:15 | |
*** yamahata has joined #openstack-qa | 04:16 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-pep8 285856,3,4aa6504 | 04:19 |
*** dimtruck is now known as zz_dimtruck | 04:22 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-pep8 228279,12,2af3c04 | 04:33 |
*** vhosakot has joined #openstack-qa | 04:46 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-pep8 283770,6,16bd3ce | 04:46 |
openstackgerrit | Merged openstack/tempest: Add documentation for the library interface https://review.openstack.org/283664 | 04:47 |
openstackgerrit | BalaGopalaKrishna proposed openstack-dev/devstack: Resolved spelling mistake (secrete to secret) https://review.openstack.org/286376 | 04:48 |
*** Poornima has joined #openstack-qa | 04:52 | |
*** fawadkhaliq has joined #openstack-qa | 04:53 | |
*** fedexo has joined #openstack-qa | 04:59 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full 285660,1,b8086b0 | 04:59 |
*** sree has joined #openstack-qa | 05:03 | |
*** shausy has quit IRC | 05:04 | |
*** sree has quit IRC | 05:06 | |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm 284395,2,1c0b459 | 05:13 |
*** ajmiller has quit IRC | 05:16 | |
*** blogan_ has joined #openstack-qa | 05:18 | |
*** salv-orl_ has joined #openstack-qa | 05:19 | |
*** salv-orlando has quit IRC | 05:22 | |
openstackrecheck | Console logs not available after 13:21s for gate-nova-pep8 267827,10,1f87333 | 05:26 |
*** mylu has quit IRC | 05:30 | |
*** Piyush_ has joined #openstack-qa | 05:32 | |
*** mylu has joined #openstack-qa | 05:34 | |
*** jogo has quit IRC | 05:38 | |
openstackrecheck | Console logs not available after 13:21s for gate-horizon-npm-run-lint 286268,1,8db68a8 | 05:39 |
*** oomichi_ has joined #openstack-qa | 05:40 | |
*** oomichi_ has quit IRC | 05:40 | |
*** jogo has joined #openstack-qa | 05:41 | |
*** fawadkhaliq has quit IRC | 05:42 | |
*** sridharg has joined #openstack-qa | 05:45 | |
*** sree has joined #openstack-qa | 05:46 | |
*** mylu has quit IRC | 05:46 | |
*** mylu has joined #openstack-qa | 05:47 | |
*** sree has quit IRC | 05:47 | |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python27 275266,13,bfb3834 | 05:53 |
*** fawadkhaliq has joined #openstack-qa | 05:58 | |
*** lucasagomes has quit IRC | 06:02 | |
*** lucasagomes has joined #openstack-qa | 06:02 | |
openstackrecheck | Console logs not available after 13:21s for gate-cinder-pep8 285687,7,0e6adb5 | 06:06 |
*** rcernin has joined #openstack-qa | 06:09 | |
openstackgerrit | Merged openstack/tempest: remove largeops test https://review.openstack.org/278998 | 06:11 |
openstackgerrit | Merged openstack/tempest: Python 3 deprecated the logger.warn method in favor of warning https://review.openstack.org/281204 | 06:11 |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python27 279313,5,56e87c9 | 06:20 |
*** e0ne has joined #openstack-qa | 06:23 | |
*** hoangcx has quit IRC | 06:24 | |
*** lucasagomes has quit IRC | 06:24 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-dev/devstack: Updated from generate-devstack-plugins-list https://review.openstack.org/286401 | 06:27 |
*** lucasagomes has joined #openstack-qa | 06:27 | |
*** EinstCrazy has joined #openstack-qa | 06:29 | |
*** e0ne has quit IRC | 06:31 | |
*** gamado has joined #openstack-qa | 06:31 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python27 263927,8,ded3e83 | 06:33 |
*** e0ne has joined #openstack-qa | 06:33 | |
*** e0ne has quit IRC | 06:34 | |
*** dmellado has quit IRC | 06:34 | |
*** bdperkin has quit IRC | 06:35 | |
*** dmellado has joined #openstack-qa | 06:39 | |
*** bdperkin has joined #openstack-qa | 06:40 | |
*** bdperkin has joined #openstack-qa | 06:40 | |
*** yfried has joined #openstack-qa | 06:41 | |
*** mylu has quit IRC | 06:45 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-python34 260319,26,66fb7bc | 06:46 |
openstackgerrit | Bin Bin Cong proposed openstack/tempest: Unskip test test_get_server_diagnostics_by_admin https://review.openstack.org/280574 | 06:58 |
*** achanda has quit IRC | 06:58 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-full 284412,3,b9b1f13 | 07:00 |
*** hoangcx has joined #openstack-qa | 07:11 | |
openstackrecheck | Console logs not available after 13:21s for gate-cinder-python34 275408,8,5bf4bb1 | 07:13 |
*** achanda has joined #openstack-qa | 07:15 | |
*** vhosakot has quit IRC | 07:18 | |
*** anshul has joined #openstack-qa | 07:21 | |
openstackgerrit | lei zhang proposed openstack/tempest: Optimize "open" method with context manager https://review.openstack.org/251259 | 07:23 |
openstackgerrit | Merged openstack/tempest: Instance ID was corrected https://review.openstack.org/285255 | 07:24 |
*** hoangcx has quit IRC | 07:26 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full-liberty 286112,2,e50beed | 07:27 |
*** bnemec has quit IRC | 07:36 | |
*** bnemec has joined #openstack-qa | 07:39 | |
*** sree has joined #openstack-qa | 07:39 | |
openstackrecheck | Console logs not available after 13:21s for periodic-tempest-dsvm-stress-master 284621,2,e03168f | 07:40 |
*** sree has quit IRC | 07:41 | |
*** neeti has joined #openstack-qa | 07:43 | |
*** sree has joined #openstack-qa | 07:45 | |
openstackrecheck | Console logs not available after 13:23s for gate-horizon-dsvm-integration 284491,4,513e6d2 | 07:53 |
*** k4n0 has joined #openstack-qa | 07:57 | |
openstackgerrit | Dmitry Ratushnyy proposed openstack/tempest: Add scenario tests for arp poisoning. https://review.openstack.org/248355 | 07:57 |
*** achanda_ has joined #openstack-qa | 08:02 | |
*** achanda has quit IRC | 08:04 | |
*** achanda_ has quit IRC | 08:04 | |
*** k4n0 has quit IRC | 08:05 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-postgres-full 286256,3,90e21a7 | 08:07 |
*** achanda has joined #openstack-qa | 08:08 | |
*** fawadkhaliq has quit IRC | 08:08 | |
*** armax has quit IRC | 08:08 | |
*** pcaruana has joined #openstack-qa | 08:09 | |
*** yamahata has quit IRC | 08:11 | |
*** amotoki has quit IRC | 08:18 | |
*** amotoki has joined #openstack-qa | 08:19 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-postgres-full-liberty 284414,5,828f88c | 08:20 |
*** sshnaidm has quit IRC | 08:22 | |
*** hichihara has quit IRC | 08:24 | |
dmellado | ping oomichi could you please review this one? https://review.openstack.org/#/c/278399/ ;) | 08:26 |
*** achanda has quit IRC | 08:27 | |
*** tmatsu_ has joined #openstack-qa | 08:28 | |
*** ifarkas has joined #openstack-qa | 08:30 | |
*** tmatsu has quit IRC | 08:32 | |
*** jlanoux has joined #openstack-qa | 08:32 | |
openstackrecheck | Console logs not available after 13:21s for experimental-tempest-dsvm-multinode-full-dibtest 284414,5,30349e4 | 08:33 |
*** yfried_ has joined #openstack-qa | 08:35 | |
*** yfried has quit IRC | 08:36 | |
gmann | oomichi: mtreinish andreaf : can you please check these microversion testing patches - https://review.openstack.org/#/q/topic:bp/api-microversions-testing-support+status:open | 08:38 |
*** sridharg has quit IRC | 08:38 | |
gmann | added releasenotes and migrating all to /lib | 08:38 |
*** _nadya_ has joined #openstack-qa | 08:39 | |
*** yaume has joined #openstack-qa | 08:40 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-neutron-full 286316,1,629e90b | 08:47 |
*** salv-orl_ has quit IRC | 08:47 | |
*** openstackgerrit has quit IRC | 08:48 | |
*** openstackgerrit has joined #openstack-qa | 08:48 | |
*** salv-orlando has joined #openstack-qa | 08:48 | |
*** sridharg has joined #openstack-qa | 08:49 | |
*** sridharg has quit IRC | 08:53 | |
*** sridharg has joined #openstack-qa | 08:53 | |
*** gfidente has joined #openstack-qa | 08:58 | |
*** fedexo has quit IRC | 08:58 | |
openstackgerrit | lei zhang proposed openstack/tempest: Optimize "open" method with context manager https://review.openstack.org/251259 | 08:59 |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full-ceph-src-glance_store 251851,18,4f56fae | 09:00 |
openstackgerrit | Mathieu Rohon proposed openstack-dev/devstack: Disable nova calls from tempest when heat is enabled https://review.openstack.org/284627 | 09:04 |
*** yfried has joined #openstack-qa | 09:08 | |
*** salv-orlando has quit IRC | 09:11 | |
*** yfried_ has quit IRC | 09:12 | |
*** ihrachys has joined #openstack-qa | 09:13 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-ceilometer-mysql-neutron-full 283167,2,4ae5363 | 09:14 |
*** amotoki has quit IRC | 09:14 | |
*** sshnaidm has joined #openstack-qa | 09:19 | |
*** amotoki has joined #openstack-qa | 09:19 | |
*** Serlex has joined #openstack-qa | 09:22 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full 277670,3,60da52f | 09:27 |
openstackgerrit | Daniel Mellado proposed openstack/tempest: Split tokens_client from keystone V2 client https://review.openstack.org/286459 | 09:28 |
*** e0ne has joined #openstack-qa | 09:28 | |
*** dtantsur|afk is now known as dtantsur | 09:33 | |
openstackgerrit | Masayuki Igawa proposed openstack/openstack-health: Fix loose project filter in home page https://review.openstack.org/286467 | 09:37 |
*** e0ne has quit IRC | 09:38 | |
*** hoangcx has joined #openstack-qa | 09:40 | |
*** yangyapeng has quit IRC | 09:40 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full 251259,3,20e468e | 09:40 |
*** yangyapeng has joined #openstack-qa | 09:40 | |
dmellado | Piyush_: check out your review in https://review.openstack.org/#/c/278399/ | 09:41 |
dmellado | I guess you hit -1 by mistake xD | 09:41 |
openstackgerrit | Yuriy Nesenenko proposed openstack/tempest: Fix test_get_service_by_host_name https://review.openstack.org/267765 | 09:43 |
Piyush_ | dmellado: sorry i have updated :-) | 09:44 |
dmellado | np ;) thanks! | 09:44 |
*** mylu has joined #openstack-qa | 09:45 | |
*** aarefiev has quit IRC | 09:48 | |
*** aarefiev has joined #openstack-qa | 09:49 | |
*** mylu has quit IRC | 09:50 | |
*** ebagdasa has quit IRC | 09:50 | |
*** bkopilov has quit IRC | 09:52 | |
openstackgerrit | Masayuki Igawa proposed openstack/openstack-health: Fix loose filters https://review.openstack.org/286467 | 09:53 |
*** EinstCrazy has quit IRC | 09:54 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-ceph 266743,12,d578b40 | 09:54 |
*** jordanP has joined #openstack-qa | 09:59 | |
*** bkopilov has joined #openstack-qa | 10:04 | |
*** apevec has joined #openstack-qa | 10:05 | |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm-multinode 259319,22,6b1aa32 | 10:07 |
*** apevec has left #openstack-qa | 10:09 | |
*** e0ne has joined #openstack-qa | 10:11 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full-ceph 268609,7,c1e418e | 10:21 |
*** yangyapeng has quit IRC | 10:23 | |
*** Piyush_ has quit IRC | 10:26 | |
*** lucasagomes has quit IRC | 10:30 | |
*** lucasagomes has joined #openstack-qa | 10:31 | |
*** lucasagomes has quit IRC | 10:32 | |
*** lucasagomes has joined #openstack-qa | 10:32 | |
openstackrecheck | Console logs not available after 13:21s for gate-keystone-python27 285134,7,056d644 | 10:34 |
*** lucasagomes has quit IRC | 10:37 | |
-openstackstatus- NOTICE: Gerrit is going to be restarted due to poor performance | 10:37 | |
*** ChanServ changes topic to "Gerrit is going to be restarted due to poor performance" | 10:37 | |
*** lucasagomes has joined #openstack-qa | 10:37 | |
*** lucasagomes has quit IRC | 10:41 | |
*** lucasagomes has joined #openstack-qa | 10:43 | |
*** ChanServ changes topic to "All Things QA..." | 10:43 | |
-openstackstatus- NOTICE: gerrit finished restartign | 10:43 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full-ceph 281149,5,234f7b2 | 10:47 |
*** ihrachys has quit IRC | 10:48 | |
*** tosky has joined #openstack-qa | 10:52 | |
*** sree has quit IRC | 10:54 | |
openstackrecheck | Console logs not available after 13:21s for gate-nova-python34 285649,7,25186bc | 11:01 |
*** cdent has joined #openstack-qa | 11:01 | |
*** sree has joined #openstack-qa | 11:03 | |
*** mvk has quit IRC | 11:03 | |
*** dims has joined #openstack-qa | 11:03 | |
openstackgerrit | Yuriy Nesenenko proposed openstack/tempest: Fix test_get_service_by_host_name https://review.openstack.org/267765 | 11:04 |
openstackgerrit | Jordan Pittier proposed openstack/tempest: Introduce new helper: call_and_ignore_notfound_exc() https://review.openstack.org/277907 | 11:04 |
*** hoangcx has quit IRC | 11:06 | |
*** amotoki has quit IRC | 11:06 | |
*** sree has quit IRC | 11:07 | |
openstackrecheck | Console logs not available after 13:23s for gate-cinder-pep8 277113,9,1516314 | 11:14 |
*** yamamoto has quit IRC | 11:15 | |
*** vhosakot has joined #openstack-qa | 11:19 | |
*** vhosakot has quit IRC | 11:19 | |
*** vhosakot has joined #openstack-qa | 11:20 | |
*** mvk has joined #openstack-qa | 11:20 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full-ceph 284395,2,837893e | 11:28 |
*** rodrigods has quit IRC | 11:29 | |
*** rodrigods has joined #openstack-qa | 11:30 | |
*** jlanoux_ has joined #openstack-qa | 11:30 | |
*** jlanoux has quit IRC | 11:30 | |
*** rossella_s has quit IRC | 11:32 | |
*** rossella_s has joined #openstack-qa | 11:33 | |
*** tochi has quit IRC | 11:34 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Add a service client data store https://review.openstack.org/260076 | 11:34 |
*** aysyd has joined #openstack-qa | 11:39 | |
*** ihrachys has joined #openstack-qa | 11:39 | |
openstackrecheck | Console logs not available after 13:31s for gate-tempest-dsvm-postgres-full 267765,5,3183a02 | 11:41 |
*** salv-orlando has joined #openstack-qa | 11:41 | |
*** tmatsu_ has quit IRC | 11:42 | |
*** aysyd has quit IRC | 11:46 | |
*** aysyd has joined #openstack-qa | 11:46 | |
*** mylu has joined #openstack-qa | 11:46 | |
kashyap | afazekas: Hi, around? | 11:50 |
*** jlanoux_ has quit IRC | 11:50 | |
*** mylu has quit IRC | 11:51 | |
*** sdague has joined #openstack-qa | 11:51 | |
kashyap | afazekas: 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-qa | 11:51 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-pep8 280574,3,87faabc | 11:54 |
openstackrecheck | openstack/horizon change: https://review.openstack.org/284551 failed gate-horizon-dsvm-integration in the gate queue with an unrecognized error | 11:55 |
afazekas | kashyap: I guess the issue is the local.conf just read after the SUBUNIT_OUTPUT defined with the default value | 11:57 |
*** tosky has quit IRC | 11:57 | |
*** salv-orlando has quit IRC | 11:58 | |
*** amotoki has joined #openstack-qa | 11:58 | |
*** mylu has joined #openstack-qa | 11:58 | |
kashyap | afazekas: Looking | 11:58 |
*** gmann_ has joined #openstack-qa | 11:59 | |
afazekas | kashyap: also can you check do you have an older 'localrc' file | 12:00 |
kashyap | afazekas: Oh, let me see | 12:01 |
kashyap | Sorry, /me shuffling between kitchen & laptop | 12:01 |
*** yamamoto has joined #openstack-qa | 12:02 | |
kashyap | afazekas: No older localrc file | 12:02 |
kashyap | afazekas: I see this in stackrc: stackrc:SUBUNIT_OUTPUT=${DEST}/devstack.subunit | 12:04 |
kashyap | afazekas: I'm baffled slighlty because, why is ti choosing /opt/stack, while I explicitly defined $DEST | 12:04 |
afazekas | you need to specify SUBUNIT_OUTPUT in your local.conf as you specified the DATA_DIR | 12:06 |
afazekas | or you can try submit a patch to devstack to eval the SUBUNIT_OUTPUT just after localrc was sourced | 12:06 |
*** rfolco_ has joined #openstack-qa | 12:07 | |
*** amotoki has quit IRC | 12:07 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full 277670,3,cbf13d0 | 12:08 |
kashyap | afazekas: Okay, will do once I finsh my lunch | 12:08 |
kashyap | Thanks | 12:08 |
*** apevec has joined #openstack-qa | 12:10 | |
*** apevec has left #openstack-qa | 12:11 | |
*** sree has joined #openstack-qa | 12:11 | |
dmellado | interesting, I didn't know that SUBUNIT_OUTPUT set ;) | 12:12 |
kashyap | dmellado: Yeah, it was throwing me off guard | 12:14 |
dmellado | kashyap: I get the feeling that my local.conf is growing endless xD | 12:15 |
kashyap | dmellado: Mine is super minimal | 12:15 |
dmellado | I'll have to keep also one of those as a subset | 12:16 |
*** raildo-afk is now known as raildo | 12:18 | |
afazekas | Does 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 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-ceph 268609,7,f4eed40 | 12:22 |
openstackrecheck | openstack/glance_store change: https://review.openstack.org/251851 failed because of: gate-tempest-dsvm-full-ceph-src-glance_store: https://bugs.launchpad.net/bugs/1549854 | 12:22 |
openstack | Launchpad bug 1549854 in OpenStack Compute (nova) "compute host "has not been heard from in a while" failing ceph jobs" [Undecided,Confirmed] | 12:22 |
openstackrecheck | openstack/cinder change: https://review.openstack.org/285320 failed gate-tempest-dsvm-full-ceph in the gate queue with an unrecognized error | 12:22 |
*** gszasz has joined #openstack-qa | 12:22 | |
dmellado | afazekas: masayukig might know, IIRC there's coverage on openstack-health | 12:24 |
*** tosky has joined #openstack-qa | 12:27 | |
*** dave-mccowan has joined #openstack-qa | 12:27 | |
openstackrecheck | Console logs not available after 13:23s for gate-cinder-python27 271595,17,cd217a0 | 12:36 |
afazekas | dmellado: 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 IRC | 12:47 | |
*** jaypipes has joined #openstack-qa | 12:48 | |
*** ChanServ sets mode: +o jaypipes | 12:48 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full-ceph 196482,10,7ae1f35 | 12:49 |
*** amotoki has joined #openstack-qa | 12:52 | |
*** salv-orlando has joined #openstack-qa | 12:55 | |
*** gmann_ has quit IRC | 13:00 | |
*** dims has quit IRC | 13:02 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full 277671,4,c481660 | 13:02 |
*** dims has joined #openstack-qa | 13:08 | |
*** yamamoto has quit IRC | 13:10 | |
*** yamamoto has joined #openstack-qa | 13:11 | |
*** yamamoto has quit IRC | 13:11 | |
*** yamamoto has joined #openstack-qa | 13:12 | |
openstackgerrit | Daniel Mellado proposed openstack/tempest: Split tokens_client from keystone v3 client https://review.openstack.org/286573 | 13:12 |
*** gamado has quit IRC | 13:13 | |
*** lucasagomes is now known as lucas-hungry | 13:15 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-postgres-full 251259,4,6317c88 | 13:16 |
openstackgerrit | Sergey Belous proposed openstack-dev/devstack: do not merge, just for test installing os-vif https://review.openstack.org/286084 | 13:17 |
*** ngoracke has joined #openstack-qa | 13:17 | |
openstackgerrit | Sergey Belous proposed openstack-dev/devstack: do not merge, just for test installing os-vif https://review.openstack.org/286084 | 13:20 |
*** ngoracke has quit IRC | 13:23 | |
*** mylu has quit IRC | 13:24 | |
*** Poornima has quit IRC | 13:29 | |
openstackrecheck | Console logs not available after 13:36s for experimental-tempest-dsvm-full-dibtest 222982,4,fa2cadf | 13:30 |
*** yamamoto has quit IRC | 13:32 | |
openstackgerrit | Trevor McCasland proposed openstack-dev/devstack: Add error checking for euch.sh volume creation https://review.openstack.org/285464 | 13:33 |
*** Serlex has quit IRC | 13:33 | |
*** gamado has joined #openstack-qa | 13:35 | |
*** mylu has joined #openstack-qa | 13:36 | |
*** yamamoto has joined #openstack-qa | 13:38 | |
*** malini has joined #openstack-qa | 13:38 | |
*** malini has quit IRC | 13:38 | |
*** yamamoto has quit IRC | 13:39 | |
*** gamado has quit IRC | 13:40 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm 283440,8,86262ae | 13:43 |
*** neeti has quit IRC | 13:44 | |
*** dkranz has joined #openstack-qa | 13:49 | |
*** shardy has joined #openstack-qa | 13:50 | |
*** yamamoto has joined #openstack-qa | 13:53 | |
*** mylu has quit IRC | 13:54 | |
*** tmatsu has joined #openstack-qa | 13:54 | |
*** otsuka has quit IRC | 13:54 | |
*** Serlex has joined #openstack-qa | 13:55 | |
openstackrecheck | Console logs not available after 13:26s for gate-grenade-dsvm-multinode 280574,4,b942fa5 | 13:57 |
masayukig | afazekas: Do you mean api coverage? | 13:58 |
masayukig | afazekas: by tempest? | 13:58 |
*** tmatsu has quit IRC | 13:58 | |
*** mylu has joined #openstack-qa | 14:00 | |
afazekas | masayukig: all service coverage caused by tempest, including the n-cpu | 14:00 |
afazekas | q-svc .. | 14:00 |
masayukig | afazekas: Have you seen http://status.openstack.org/openstack-health/#/ ? | 14:01 |
*** hichihara has joined #openstack-qa | 14:02 | |
masayukig | This is the "openstack-health" dashboard. | 14:02 |
masayukig | afazekas: I'm not sure this is you want or not, though. | 14:02 |
*** vhosakot has quit IRC | 14:03 | |
afazekas | masayukig: 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 |
afazekas | Now we are trying to monkeypath the `half universe` and use coverage.py | 14:04 |
masayukig | afazekas: 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 |
afazekas | masayukig: 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 stop | 14:07 |
masayukig | afazekas: cool :) | 14:09 |
*** lucas-hungry is now known as lucasagomes | 14:09 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-full-ceph 238130,11,5f0c15d | 14:10 |
*** jecarey_ has joined #openstack-qa | 14:11 | |
*** jecarey_ has quit IRC | 14:11 | |
masayukig | afazekas: 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 IRC | 14:14 | |
*** jecarey has quit IRC | 14:14 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full-ceph 284828,2,3551dc5 | 14:23 |
*** woodster_ has joined #openstack-qa | 14:24 | |
*** aysyd has quit IRC | 14:27 | |
*** aysyd has joined #openstack-qa | 14:28 | |
*** jroll has quit IRC | 14:29 | |
*** jroll has joined #openstack-qa | 14:30 | |
*** jroll has quit IRC | 14:30 | |
*** jroll has joined #openstack-qa | 14:30 | |
*** edmondsw has joined #openstack-qa | 14:31 | |
*** shardy has quit IRC | 14:33 | |
*** shardy has joined #openstack-qa | 14:35 | |
*** sshnaidm has quit IRC | 14:35 | |
*** weshay has joined #openstack-qa | 14:36 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full-ceph 285139,3,9d69eba | 14:37 |
openstackgerrit | Sean Dague proposed openstack/tempest: WIP: debugging https://review.openstack.org/286634 | 14:38 |
*** mylu has joined #openstack-qa | 14:41 | |
*** rbak has joined #openstack-qa | 14:46 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full-ceph 279391,2,3c7ccf4 | 14:50 |
*** e0ne has quit IRC | 14:56 | |
*** edmondsw has quit IRC | 14:57 | |
*** mylu has quit IRC | 14:59 | |
*** shardy has quit IRC | 15:00 | |
mtreinish | Clint: ooh shiny: https://review.openstack.org/#/c/286401/ | 15:00 |
*** fawadkhaliq has joined #openstack-qa | 15:02 | |
*** mylu has joined #openstack-qa | 15:02 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-tox-functional 241127,26,06af13e | 15:04 |
*** mylu has quit IRC | 15:05 | |
*** jecarey_ has joined #openstack-qa | 15:05 | |
*** jecarey_ has quit IRC | 15:05 | |
*** jecarey_ has joined #openstack-qa | 15:06 | |
*** jecarey_ has quit IRC | 15:06 | |
*** jecarey_ has joined #openstack-qa | 15:07 | |
*** yamahata has joined #openstack-qa | 15:07 | |
*** jecarey_ has quit IRC | 15:08 | |
*** jecarey_ has joined #openstack-qa | 15:08 | |
*** jordanP has quit IRC | 15:11 | |
*** zz_dimtruck is now known as dimtruck | 15:12 | |
*** sridharg has quit IRC | 15:13 | |
openstackgerrit | Sergey Belous proposed openstack-dev/devstack: do not merge, just for test installing os-vif https://review.openstack.org/286084 | 15:13 |
*** ajmiller_ has joined #openstack-qa | 15:17 | |
*** ajmiller has joined #openstack-qa | 15:17 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm 259176,3,ff79cbc | 15:17 |
*** ajmiller has quit IRC | 15:19 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:20 | |
Clint | mtreinish: did we want Additional Services to disappear? | 15:20 |
*** mylu has joined #openstack-qa | 15:21 | |
*** jdandrea_ has joined #openstack-qa | 15:23 | |
mtreinish | oh, I guess not. Although they are duplicated with the detected ones, but I'll drop my +A | 15:24 |
*** mylu has quit IRC | 15:24 | |
*** jdandrea has quit IRC | 15:26 | |
*** mtanino has joined #openstack-qa | 15:27 | |
*** gszasz has quit IRC | 15:29 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full 285920,5,da7d059 | 15:31 |
*** gszasz has joined #openstack-qa | 15:32 | |
*** pglass has joined #openstack-qa | 15:32 | |
*** rossella_s has quit IRC | 15:32 | |
*** rossella_s has joined #openstack-qa | 15:32 | |
*** sshnaidm has joined #openstack-qa | 15:34 | |
openstackgerrit | Clint Adams proposed openstack-dev/devstack: Add "Additional Services" to devstack plugins proposal job footer https://review.openstack.org/286662 | 15:37 |
*** mylu has joined #openstack-qa | 15:37 | |
Clint | mtreinish: after the above change, glusterfs will appear 3 times in the document | 15:37 |
openstackgerrit | Yaroslav Lobankov proposed openstack/tempest: Making Keystone clients consistent https://review.openstack.org/285602 | 15:38 |
*** mylu has quit IRC | 15:39 | |
mtreinish | Clint: heh, well it must be really important | 15:39 |
* Clint chuckles. | 15:39 | |
*** mylu has joined #openstack-qa | 15:42 | |
*** jordanP has joined #openstack-qa | 15:43 | |
*** yamamoto has quit IRC | 15:43 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python27 286443,1,9bdb1a6 | 15:44 |
openstackgerrit | Yaroslav Lobankov proposed openstack/tempest: Making Keystone clients consistent https://review.openstack.org/285602 | 15:44 |
openstackgerrit | Clint Adams proposed openstack-dev/devstack: Add note about the periodic proposal job to the header https://review.openstack.org/286666 | 15:45 |
*** amotoki has quit IRC | 15:46 | |
*** jecarey_ has quit IRC | 15:47 | |
*** jaypipes has quit IRC | 15:50 | |
*** jlanoux has quit IRC | 15:50 | |
*** shardy has joined #openstack-qa | 15:51 | |
*** yamahata has quit IRC | 15:51 | |
*** yamamoto has joined #openstack-qa | 15:52 | |
*** malini has joined #openstack-qa | 15:53 | |
*** jecarey_ has joined #openstack-qa | 15:54 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-neutron-full-kilo 248355,20,88f48e3 | 15:57 |
*** malini has quit IRC | 15:58 | |
*** vhosakot has joined #openstack-qa | 15:58 | |
*** malini has joined #openstack-qa | 15:59 | |
*** sree has quit IRC | 15:59 | |
*** ajmiller_ has quit IRC | 16:06 | |
*** ajmiller_ has joined #openstack-qa | 16:06 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full-ceph 128940,121,e036bba | 16:11 |
*** jswarren__ is now known as jswarren | 16:11 | |
*** gszasz has quit IRC | 16:12 | |
*** luzC has joined #openstack-qa | 16:13 | |
*** e0ne has joined #openstack-qa | 16:13 | |
*** jaypipes has joined #openstack-qa | 16:13 | |
*** ChanServ sets mode: +o jaypipes | 16:13 | |
*** yfried_ has joined #openstack-qa | 16:19 | |
*** yfried has quit IRC | 16:19 | |
*** jlanoux has joined #openstack-qa | 16:20 | |
*** yamamoto has quit IRC | 16:21 | |
*** yamamoto has joined #openstack-qa | 16:23 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-neutron-full 284627,6,d320b12 | 16:24 |
*** yamahata has joined #openstack-qa | 16:25 | |
*** _nadya_ has quit IRC | 16:28 | |
*** _nadya_ has joined #openstack-qa | 16:29 | |
*** armax has joined #openstack-qa | 16:31 | |
*** yfried_ has quit IRC | 16:32 | |
*** _nadya_ has quit IRC | 16:33 | |
*** fawadkhaliq has quit IRC | 16:33 | |
*** ajmiller__ has joined #openstack-qa | 16:33 | |
*** yamamoto has quit IRC | 16:34 | |
*** yamamoto has joined #openstack-qa | 16:34 | |
*** yamamoto has quit IRC | 16:34 | |
openstackgerrit | Doug Hellmann proposed openstack/tempest: Add release notes for upcoming release https://review.openstack.org/286695 | 16:34 |
*** mylu has quit IRC | 16:35 | |
*** ajmiller_ has quit IRC | 16:35 | |
*** yamahata has quit IRC | 16:36 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full-ceph 273982,3,3798246 | 16:38 |
*** e0ne has quit IRC | 16:38 | |
*** apoorvad has joined #openstack-qa | 16:39 | |
openstackgerrit | Stephen Lowrie proposed openstack/qa-specs: Centralized Workspaces https://review.openstack.org/266094 | 16:40 |
*** e0ne has joined #openstack-qa | 16:40 | |
*** malini has quit IRC | 16:41 | |
*** josdotso has joined #openstack-qa | 16:49 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-neutron-full-liberty 251259,5,d6b07d1 | 16:51 |
*** malini has joined #openstack-qa | 16:52 | |
*** malini has quit IRC | 16:52 | |
*** malini has joined #openstack-qa | 16:53 | |
*** toabctl has quit IRC | 16:53 | |
*** malini has quit IRC | 16:54 | |
*** malini has joined #openstack-qa | 16:55 | |
*** malini has quit IRC | 16:55 | |
*** rcernin has quit IRC | 16:55 | |
*** malini has joined #openstack-qa | 16:55 | |
*** fawadkhaliq has joined #openstack-qa | 16:56 | |
*** malini has quit IRC | 16:57 | |
*** toabctl has joined #openstack-qa | 16:57 | |
*** malini has joined #openstack-qa | 16:57 | |
*** malini has quit IRC | 16:57 | |
*** mylu has joined #openstack-qa | 16:57 | |
*** malini has joined #openstack-qa | 16:57 | |
*** malini has quit IRC | 16:57 | |
*** malini has joined #openstack-qa | 16:57 | |
*** malini has quit IRC | 16:57 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-ceilometer-mysql-neutron-full 286459,1,0b9ec7a | 17:04 |
*** ifarkas has quit IRC | 17:05 | |
*** yamamoto has joined #openstack-qa | 17:05 | |
*** mylu has quit IRC | 17:06 | |
*** pcaruana has quit IRC | 17:07 | |
*** Swami has joined #openstack-qa | 17:10 | |
*** yamamoto has quit IRC | 17:10 | |
*** achanda has joined #openstack-qa | 17:10 | |
*** anshul has quit IRC | 17:13 | |
*** mylu has joined #openstack-qa | 17:15 | |
*** dims_ has joined #openstack-qa | 17:17 | |
openstackgerrit | Mark Doffman proposed openstack-dev/devstack: Nova: Set up cell0 database and cell mapping. https://review.openstack.org/276903 | 17:17 |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-dsvm-integration 246625,37,6e20769 | 17:18 |
*** hemna has quit IRC | 17:18 | |
*** dims has quit IRC | 17:19 | |
*** salv-orl_ has joined #openstack-qa | 17:19 | |
*** hemna has joined #openstack-qa | 17:19 | |
*** salv-orlando has quit IRC | 17:22 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for volume-backed live migration abort bug 1524898 https://review.openstack.org/286725 | 17:25 |
openstack | bug 1524898 in OpenStack Compute (nova) "Volume based live migration aborted unexpectedly" [High,Confirmed] https://launchpad.net/bugs/1524898 | 17:25 |
mriedem | sdague: ^ | 17:25 |
*** erlon has joined #openstack-qa | 17:27 | |
*** mylu has quit IRC | 17:27 | |
*** dtantsur is now known as dtantsur|afk | 17:29 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-postgres-full 279616,8,a663048 | 17:32 |
*** Serlex has left #openstack-qa | 17:36 | |
*** jlanoux has quit IRC | 17:41 | |
*** ihrachys has quit IRC | 17:42 | |
*** ihrachys has joined #openstack-qa | 17:43 | |
openstackgerrit | Michael Krotscheck proposed openstack/eslint-config-openstack: Clarified wording in governance https://review.openstack.org/286740 | 17:45 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-ceph 286276,3,05deaf6 | 17:45 |
*** ihrachys has quit IRC | 17:47 | |
*** docaedo has joined #openstack-qa | 17:53 | |
docaedo | in devstack local.conf, if there a way to specify DNS server for private-subnet? | 17:55 |
*** fnaval has quit IRC | 17:58 | |
openstackrecheck | Console logs not available after 13:21s for gate-cinder-pep8 276312,3,91a167f | 17:58 |
*** josdotso has quit IRC | 17:59 | |
*** krtaylor has quit IRC | 18:00 | |
*** sc68cal has joined #openstack-qa | 18:00 | |
*** ajmiller__ is now known as ajmiller | 18:04 | |
*** mriedem has quit IRC | 18:05 | |
*** mriedem has joined #openstack-qa | 18:06 | |
*** yamamoto has joined #openstack-qa | 18:07 | |
*** e0ne has quit IRC | 18:08 | |
openstackgerrit | Jordan Pittier proposed openstack/tempest: Introduce new helper: call_and_ignore_notfound_exc() https://review.openstack.org/277907 | 18:08 |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-neutron-dvr 248355,20,62039ac | 18:12 |
*** yamamoto has quit IRC | 18:12 | |
*** mfisher_ora has joined #openstack-qa | 18:13 | |
*** jrcloud has joined #openstack-qa | 18:15 | |
*** yfried_ has joined #openstack-qa | 18:16 | |
*** spartacloud has joined #openstack-qa | 18:18 | |
*** openstackgerrit has quit IRC | 18:18 | |
*** zackf has quit IRC | 18:18 | |
*** openstackgerrit has joined #openstack-qa | 18:18 | |
*** jrcloud has quit IRC | 18:19 | |
*** zackf has joined #openstack-qa | 18:22 | |
*** lucasagomes is now known as lucas-dinner | 18:22 | |
*** spartacloud has quit IRC | 18:24 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-pep8 277907,6,ca23108 | 18:25 |
*** fnaval has joined #openstack-qa | 18:26 | |
*** jrcloud has joined #openstack-qa | 18:26 | |
*** zhiyan has quit IRC | 18:27 | |
*** zackf has quit IRC | 18:27 | |
*** weshay has quit IRC | 18:27 | |
*** blogan_ is now known as blogan | 18:27 | |
*** zhiyan has joined #openstack-qa | 18:29 | |
*** zackf has joined #openstack-qa | 18:29 | |
*** jrcloud has quit IRC | 18:30 | |
*** jordanP has quit IRC | 18:33 | |
*** lekha_ has joined #openstack-qa | 18:33 | |
fawadkhaliq | hello 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 IRC | 18:37 | |
*** lekha_ is now known as lekha | 18:38 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-neutron-dvr 267765,7,9e643e4 | 18:39 |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: Add note about the periodic proposal job to the header https://review.openstack.org/286666 | 18:42 |
*** krtaylor has joined #openstack-qa | 18:42 | |
*** dims has joined #openstack-qa | 18:46 | |
*** dmellado has quit IRC | 18:48 | |
*** itsuugo has quit IRC | 18:50 | |
docaedo | fawadkhaliq: 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 IRC | 18:52 | |
*** dims_ has quit IRC | 18:52 | |
*** kashyap has joined #openstack-qa | 18:52 | |
docaedo | fawadkhaliq: more info on devstack plugins here: http://docs.openstack.org/developer/devstack/plugins.html -- hopefully that helps :) | 18:52 |
*** afazekas has quit IRC | 18:52 | |
*** SpamapS has quit IRC | 18:54 | |
*** openstack has joined #openstack-qa | 19:14 | |
*** SpamapS has joined #openstack-qa | 19:15 | |
*** openstackstatus has joined #openstack-qa | 19:17 | |
*** ChanServ sets mode: +v openstackstatus | 19:17 | |
openstackrecheck | Console logs not available after 13:24s for experimental-tempest-dsvm-multinode-full-dibtest 286459,1,710ab8a | 19:19 |
*** openstackgerrit has joined #openstack-qa | 19:19 | |
*** mylu has joined #openstack-qa | 19:23 | |
*** StevenK has quit IRC | 19:25 | |
*** bauzas has quit IRC | 19:25 | |
*** johnthetubaguy has quit IRC | 19:25 | |
*** sc68cal has quit IRC | 19:27 | |
*** bauzas has joined #openstack-qa | 19:31 | |
*** StevenK has joined #openstack-qa | 19:31 | |
*** johnthetubaguy has joined #openstack-qa | 19:31 | |
openstackrecheck | Console logs not available after 13:28s for gate-tempest-dsvm-ceilometer-mysql-neutron-full 286230,1,c4e4f7b | 19:32 |
openstackgerrit | Stephen Lowrie proposed openstack/qa-specs: Centralized Workspaces https://review.openstack.org/266094 | 19:36 |
slowrie | mtreinish: put up a blueprint and a new patch set for the spec ^ | 19:36 |
*** sigmavirus24 is now known as sigmavirus24_awa | 19:37 | |
*** ajmiller_ has joined #openstack-qa | 19:39 | |
*** ajmiller has quit IRC | 19:41 | |
*** jecarey has quit IRC | 19:44 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-python34 260076,9,1535c70 | 19:46 |
*** vhosakot has quit IRC | 19:46 | |
*** vhosakot has joined #openstack-qa | 19:46 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 19:52 | |
*** ajmiller_ is now known as ajmiller | 19:52 | |
*** sc68cal has joined #openstack-qa | 19:53 | |
*** terryw is now known as otherwiseguy | 19:54 | |
*** jecarey has joined #openstack-qa | 19:54 | |
*** jecarey_ has joined #openstack-qa | 19:56 | |
openstackgerrit | Tim Buckley proposed openstack/openstack-health: Fix unused options in API service methods https://review.openstack.org/285499 | 19:58 |
*** david-lyle has quit IRC | 19:59 | |
*** jecarey has quit IRC | 19:59 | |
openstackrecheck | Console logs not available after 13:25s for gate-horizon-tox-py27dj18 259981,19,5ec5fa2 | 19:59 |
mtreinish | andreaf, sdague: if you get a sec: https://review.openstack.org/286695 once that lands I'll push out the releases for tempest and tempest-lib | 20:00 |
openstackgerrit | Merged openstack/openstack-health: Add warning for stale subunit2sql data https://review.openstack.org/285442 | 20:02 |
oomichi | mtreinish: ^^^ LGTM | 20:04 |
mtreinish | oomichi: cool, thanks | 20:04 |
mtreinish | I still have to get used to having you online so early | 20:04 |
oomichi | mtreinish: btw I am not good to use ZNC yet | 20:04 |
oomichi | is it possible all logs during I went away? | 20:05 |
openstackgerrit | Stephen Lowrie proposed openstack/tempest: Centralized Workspaces https://review.openstack.org/283770 | 20:05 |
oomichi | that(better ZNC setting) is today action item for me anyway ;-) | 20:06 |
oomichi | mtreinish: yeah, I needed to find my house this morning and now I come office | 20:08 |
mtreinish | oomichi: that's what znc buys you is logging everything when you sign off of irc | 20:08 |
mtreinish | oomichi: cool, did you find a house? | 20:08 |
*** david-lyle has joined #openstack-qa | 20:09 | |
oomichi | mtreinish: 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 |
oomichi | I'd like to decide it soon for concentrating on dev | 20:10 |
*** josdotso has joined #openstack-qa | 20:11 | |
*** austin81 has quit IRC | 20:12 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full 286587,1,ad2a4f2 | 20:13 |
*** mylu has quit IRC | 20:15 | |
andreaf | mtreinish: +A | 20:15 |
andreaf | oomichi, mtreinish: if you have a sec, tiny fix to improve debug https://review.openstack.org/#/c/286112/ | 20:16 |
sdague | mtreinish: neutron fail real? | 20:17 |
*** mylu has joined #openstack-qa | 20:17 | |
*** ihrachys has quit IRC | 20:18 | |
*** jasonsb has quit IRC | 20:18 | |
mtreinish | sdague: yeah, whatever. I need to add the regex filter for releasenotes to the layout.yaml | 20:18 |
oomichi | andreaf: nice catch, LGTM | 20:20 |
*** yamahata has quit IRC | 20:21 | |
openstackgerrit | Thomas Herve proposed openstack-infra/devstack-gate: Remove double timestamp from console logs https://review.openstack.org/286136 | 20:21 |
openstackrecheck | Console logs not available after 13:24s for gate-horizon-npm-run-test 285084,5,ddaf05c | 20:26 |
openstackrecheck | openstack/cinder change: https://review.openstack.org/282938 failed because of: gate-tempest-dsvm-full-ceph: https://bugs.launchpad.net/bugs/1549854 | 20:26 |
openstack | Launchpad bug 1549854 in OpenStack Compute (nova) "compute host "has not been heard from in a while" failing ceph jobs" [Undecided,Confirmed] | 20:26 |
openstackgerrit | Tim Buckley proposed openstack-infra/subunit2sql: Add API methods for getting tests by prefix https://review.openstack.org/283334 | 20:27 |
*** mfisher_ora has quit IRC | 20:28 | |
*** _nadya_ has quit IRC | 20:31 | |
*** austin81 has joined #openstack-qa | 20:34 | |
*** e0ne has joined #openstack-qa | 20:38 | |
*** mylu has quit IRC | 20:39 | |
*** yamahata has joined #openstack-qa | 20:39 | |
openstackrecheck | Console logs not available after 13:21s for gate-swift-python27 286589,2,3797c98 | 20:40 |
mtreinish | andreaf: so that patch makes the cleanup failure non-fatal is that the intent? | 20:41 |
*** pcaruana has joined #openstack-qa | 20:44 | |
*** jamielennox|away is now known as jamielennox | 20:45 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for volume-backed live migration abort bug 1524898 https://review.openstack.org/286725 | 20:46 |
openstack | bug 1524898 in OpenStack Compute (nova) "Volume based live migration aborted unexpectedly" [High,Confirmed] https://launchpad.net/bugs/1524898 | 20:46 |
*** e0ne has quit IRC | 20:47 | |
*** yamahata has quit IRC | 20:47 | |
mriedem | mtreinish: do you have any thoughts on adding ssh validation to the live migration test(s)? | 20:51 |
mriedem | like attach a floating IP, ssh before live migration, then ssh after live migration to verify the floating IP isn't busted | 20:51 |
mtreinish | mriedem: while I think that makes sense, I feel like you're just asking for trouble doing that | 20:53 |
mriedem | i know | 20:53 |
mtreinish | both live migration and floating ip attach w/ ssh have a high enough failure rate independently | 20:53 |
openstackrecheck | Console logs not available after 13:22s for experimental-tempest-dsvm-multinode-full-dibtest 286573,1,f7d5dcf | 20:53 |
*** e0ne has joined #openstack-qa | 20:55 | |
mriedem | yeah, i think i have to push a DNM patch for a neutron series to use anyway | 20:55 |
mriedem | or to test the neutron series | 20:55 |
mtreinish | mriedem: that's pretty straightforward as a starting poinbt | 20:56 |
mriedem | at least from what i looked at, the neutron multinode job that runs live migration is already using floating ips | 20:56 |
mriedem | i think the n-net jobs are using fixed for ssh? | 20:57 |
*** hichihara has quit IRC | 20:57 | |
mtreinish | I think we switched it to use floating ips everywhere (at least when we say it's an sshable server) in the gate | 20:57 |
mtreinish | but it is configurable | 20:57 |
mtreinish | because it really depends on the environment and how your networking is configured | 20:57 |
*** sigmavirus24 is now known as sigmavirus24_awa | 20:58 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 20:58 | |
*** e0ne has quit IRC | 20:59 | |
mriedem | ok, 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.gz | 20:59 |
mriedem | ssh_connect_method = floating | 20:59 |
mriedem | ah, gate-tempest-dsvm-multinode-full is n-net and floating IPs too | 21:00 |
mtreinish | yep, 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 |
mriedem | mtreinish: now, since this isn't a scenario test, would i have to check that validation.run_validation is True? | 21:01 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Split out Neutron routers client https://review.openstack.org/260319 | 21:01 |
mriedem | i guess if it's a DNM patch i don't care | 21:01 |
mtreinish | if you wanted it to be merged yeah, but for a dnm it doesn't matter :) | 21:02 |
mtreinish | we should be working on making that option respected everywhere and setting it true by default | 21:02 |
mtreinish | but I'm not sure how close we are to that yet | 21:02 |
*** cdent has quit IRC | 21:03 | |
*** weshay has joined #openstack-qa | 21:04 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Make routers_client use **kwargs https://review.openstack.org/284412 | 21:05 |
mriedem | oh you know what | 21:05 |
mriedem | gate-tempest-dsvm-neutron-dvr-multinode-full is probably not even runnable on a tempest change | 21:06 |
mtreinish | its not in experimental? | 21:06 |
mriedem | have to see if it's in the experimental queue | 21:06 |
mtreinish | I thought it was | 21:06 |
mtreinish | but it might not be | 21:06 |
mriedem | ooo it is | 21:07 |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full 285716,1,275e619 | 21:07 |
mriedem | man i'm going to burn a bunch of nodes on testing this | 21:07 |
mriedem | i sort of almost feel bad | 21:07 |
openstackrecheck | openstack/glance change: https://review.openstack.org/238130 failed because of: gate-tempest-dsvm-full-ceph: https://bugs.launchpad.net/bugs/1549854 | 21:07 |
openstack | Launchpad 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-afk | 21:07 | |
*** david-lyle has quit IRC | 21:08 | |
*** fnaval has quit IRC | 21:10 | |
*** fnaval has joined #openstack-qa | 21:11 | |
*** fnaval has quit IRC | 21:11 | |
*** fnaval has joined #openstack-qa | 21:12 | |
*** david-lyle has joined #openstack-qa | 21:17 | |
*** mylu has joined #openstack-qa | 21:20 | |
openstackrecheck | Console logs not available after 13:21s for gate-cinder-python34 286600,1,4145e3d | 21:20 |
*** dims_ has joined #openstack-qa | 21:31 | |
*** yamahata has joined #openstack-qa | 21:32 | |
andreaf | mtreinish: yes that's the intent - but you only get to that code if there was a previous fatal failure during resource setup | 21:32 |
andreaf | mtreinish: and that fatal failure is preserved | 21:32 |
*** dims has quit IRC | 21:33 | |
andreaf | mtreinish: 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 least | 21:34 |
andreaf | mtreinish: I thought I'd just stop hiding the real error | 21:34 |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 284828,2,d478a15 | 21:34 |
mtreinish | andreaf: iirc the test does fail if cleanup raises an exception | 21:36 |
andreaf | mtreinish: well it depends on which cleanup but in any case I'm not changing that behaviour in my patch | 21:37 |
andreaf | mtreinish: the change only affects the cleanup when it's invoked as a consequence of an exception during setup | 21:37 |
andreaf | mtreinish: the test will still fail, but instead of showing the cleanup error only, it will log the cleanup error and fail with the original error | 21:38 |
mtreinish | andreaf: ok, +A | 21:43 |
mtreinish | andreaf: can you drop your -2 on: https://review.openstack.org/#/c/270564/ | 21:43 |
mtreinish | it's been a month | 21:44 |
*** r-mibu has quit IRC | 21:46 | |
andreaf | mtreinish: done | 21:47 |
*** r-mibu has joined #openstack-qa | 21:47 | |
mtreinish | andreaf: cool thanks | 21:47 |
*** luzC has quit IRC | 21:47 | |
openstackrecheck | Console logs not available after 13:22s for gate-cinder-python27 286598,1,b42ca13 | 21:47 |
andreaf | mtreinish: there's another issue I found with tempest - when running on neutron with multiple shared networks | 21:49 |
*** sdague has quit IRC | 21:50 | |
andreaf | mtreinish: 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 ID | 21:50 |
mtreinish | andreaf: yeah, that was a consious decision we both made back at the NYC sprint :) | 21:50 |
mtreinish | because it was the LCD for doing a network list (since the passthrough api would be there too) | 21:51 |
andreaf | mtreinish: 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 tenant | 21:51 |
openstackgerrit | Matt Riedemann proposed openstack/tempest: DNM: ssh into active instance before and after live migration https://review.openstack.org/286855 | 21:51 |
mriedem | mtreinish: ^ how does that look? | 21:51 |
mriedem | Swami^ | 21:51 |
andreaf | mtreinish: 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 neutron | 21:52 |
andreaf | mtreinish: personally I like the first option better, creating an extra net shouldn't be so heavy weight, and it keeps isolation better | 21:53 |
mtreinish | andreaf: what is the bug? nova should return what neutron list does when you do a network list and neutron is enabled | 21:53 |
*** fawadkhaliq has quit IRC | 21:54 | |
andreaf | mtreinish: I'm pretty sure nova sets a filter on tenant id, and neutron takes that as give me the networks owned by this tenant | 21:54 |
mtreinish | mriedem: that looks like it should do what you want | 21:54 |
andreaf | mtreinish: and a shared network is not owned by the tenant | 21:54 |
andreaf | mtreinish: maybe I shall dig a bit in nova code and verify this first | 21:55 |
*** austin81 has left #openstack-qa | 21:55 | |
mtreinish | andreaf: so it doesn't work in the case of a shared network? That does sound like a nova bug | 21:55 |
andreaf | mtreinish: indeed - I may be wrong but it looks so from the logs I looked at | 21:57 |
andreaf | mtreinish: 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 |
mtreinish | andreaf: https://github.com/openstack/nova/blob/master/nova/network/neutronv2/api.py#L1264 | 21:58 |
mtreinish | that looks like a straight passthrough to me | 21:58 |
*** jecarey_ has quit IRC | 21:59 | |
*** jecarey has joined #openstack-qa | 21:59 | |
andreaf | mtreinish: 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 so | 22:01 |
*** pcaruana has quit IRC | 22:01 | |
openstackrecheck | Console logs not available after 13:22s for gate-cinder-python34 286601,1,d13b774 | 22:01 |
*** dims_ has quit IRC | 22:02 | |
mtreinish | andreaf: 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 down | 22:02 |
*** fawadkhaliq has joined #openstack-qa | 22:04 | |
andreaf | mtreinish: 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 one | 22:04 |
*** dims has joined #openstack-qa | 22:10 | |
openstackgerrit | Yaroslav Lobankov proposed openstack/tempest: Making Keystone clients consistent https://review.openstack.org/285602 | 22:11 |
*** dkranz has joined #openstack-qa | 22:13 | |
openstackrecheck | Console logs not available after 13:22s for gate-cinder-python34 286599,1,2dfbe0e | 22:14 |
*** shardy has quit IRC | 22:15 | |
*** dimtruck is now known as zz_dimtruck | 22:20 | |
*** achanda has quit IRC | 22:23 | |
*** mvk has joined #openstack-qa | 22:26 | |
*** krtaylor has quit IRC | 22:27 | |
openstackrecheck | Console logs not available after 13:21s for gate-keystone-python27 285521,4,9bf61ee | 22:28 |
*** david-lyle has quit IRC | 22:29 | |
*** yamahata has quit IRC | 22:30 | |
*** achanda has joined #openstack-qa | 22:36 | |
*** aysyd has quit IRC | 22:38 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 267765,7,3a41caa | 22:41 |
*** luzC has joined #openstack-qa | 22:42 | |
*** zz_dimtruck is now known as dimtruck | 22:45 | |
*** mylu has quit IRC | 22:50 | |
*** vhosakot has quit IRC | 22:51 | |
*** mriedem has quit IRC | 22:52 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-pep8 242087,37,2048e33 | 22:54 |
*** dims has quit IRC | 22:55 | |
*** mylu has joined #openstack-qa | 22:58 | |
openstackgerrit | Stephen Lowrie proposed openstack/tempest: Centralized Workspaces https://review.openstack.org/283770 | 22:59 |
*** sc68cal has quit IRC | 23:00 | |
*** david-lyle has joined #openstack-qa | 23:00 | |
*** dims has joined #openstack-qa | 23:00 | |
*** ianw has quit IRC | 23:07 | |
*** jecarey has quit IRC | 23:07 | |
openstackrecheck | Console logs not available after 13:23s for gate-nova-pep8 284833,10,e64bb2b | 23:08 |
*** rfolco_ has quit IRC | 23:11 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/devstack-gate: Update multinode setup doc to VXLAN https://review.openstack.org/286880 | 23:12 |
openstackgerrit | Clint Adams proposed openstack-dev/devstack: Increase Plugin Name column width by 10 in devstack plugins list https://review.openstack.org/286882 | 23:16 |
openstackgerrit | Stephen Lowrie proposed openstack/tempest: Centralized Workspaces https://review.openstack.org/283770 | 23:16 |
*** krtaylor has joined #openstack-qa | 23:16 | |
*** tmatsu has joined #openstack-qa | 23:18 | |
*** pcrews_ has joined #openstack-qa | 23:18 | |
*** jecarey has joined #openstack-qa | 23:19 | |
*** pcrews__ has quit IRC | 23:19 | |
*** salv-orl_ has joined #openstack-qa | 23:19 | |
*** jecarey has quit IRC | 23:20 | |
*** jecarey has joined #openstack-qa | 23:20 | |
openstackrecheck | Console logs not available after 13:21s for gate-nova-pep8 285322,2,d6bcf46 | 23:21 |
*** tmatsu has quit IRC | 23:22 | |
*** salv-orlando has quit IRC | 23:22 | |
*** reedip_ is now known as reedip | 23:31 | |
openstackrecheck | Console logs not available after 13:21s for gate-horizon-pep8 230434,7,6e37f01 | 23:35 |
*** rbak has quit IRC | 23:39 | |
*** tochi has joined #openstack-qa | 23:39 | |
*** david-lyle has quit IRC | 23:41 | |
*** mriedem has joined #openstack-qa | 23:42 | |
*** dimtruck is now known as zz_dimtruck | 23:44 | |
openstackrecheck | Console logs not available after 13:24s for gate-horizon-npm-run-test 286268,2,b8b8202 | 23:49 |
*** mylu has quit IRC | 23:49 | |
*** dkranz has quit IRC | 23:49 | |
*** salv-orlando has joined #openstack-qa | 23:50 | |
*** salv-orlando has quit IRC | 23:50 | |
*** salv-orl_ has quit IRC | 23:50 | |
*** salv-orlando has joined #openstack-qa | 23:50 | |
*** mylu has joined #openstack-qa | 23:51 | |
openstackgerrit | Al Miller proposed openstack-dev/devstack: Remove ~/.config/openstack in clean.sh https://review.openstack.org/286898 | 23:53 |
*** mylu has quit IRC | 23:55 | |
*** mylu has joined #openstack-qa | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!