*** armax has quit IRC | 00:13 | |
*** zzzeek has quit IRC | 01:17 | |
*** zzzeek has joined #openstack-lbaas | 01:19 | |
*** dulek has quit IRC | 01:20 | |
*** dulek has joined #openstack-lbaas | 01:20 | |
*** sapd1 has joined #openstack-lbaas | 01:42 | |
*** xgerman has quit IRC | 01:44 | |
*** zzzeek has quit IRC | 01:51 | |
*** zzzeek has joined #openstack-lbaas | 01:51 | |
*** sapd1 has quit IRC | 02:18 | |
*** sapd1 has joined #openstack-lbaas | 02:32 | |
*** rcernin has quit IRC | 03:31 | |
*** zzzeek has quit IRC | 03:52 | |
*** zzzeek has joined #openstack-lbaas | 03:52 | |
*** rcernin has joined #openstack-lbaas | 03:59 | |
*** rcernin has quit IRC | 04:13 | |
*** rcernin has joined #openstack-lbaas | 04:30 | |
*** lemko has quit IRC | 04:32 | |
*** lemko has joined #openstack-lbaas | 04:33 | |
*** sapd1 has quit IRC | 05:51 | |
*** zzzeek has quit IRC | 05:59 | |
*** zzzeek has joined #openstack-lbaas | 06:01 | |
*** sapd1 has joined #openstack-lbaas | 06:04 | |
*** sapd1 has quit IRC | 06:27 | |
*** gcheresh has joined #openstack-lbaas | 06:33 | |
*** gthiemonge has quit IRC | 06:42 | |
*** gcheresh has quit IRC | 06:42 | |
*** gthiemonge has joined #openstack-lbaas | 06:42 | |
*** sapd1 has joined #openstack-lbaas | 07:11 | |
*** rcernin has quit IRC | 07:27 | |
*** tkajinam has quit IRC | 08:29 | |
*** tkajinam has joined #openstack-lbaas | 08:29 | |
*** gcheresh has joined #openstack-lbaas | 08:41 | |
*** yamamoto has quit IRC | 08:55 | |
*** salmankhan has joined #openstack-lbaas | 08:57 | |
*** salmankhan has quit IRC | 09:01 | |
*** yamamoto has joined #openstack-lbaas | 09:01 | |
*** salmankhan has joined #openstack-lbaas | 09:01 | |
*** gcheresh has quit IRC | 09:11 | |
*** tkajinam has quit IRC | 09:18 | |
*** gcheresh has joined #openstack-lbaas | 09:19 | |
*** yamamoto has quit IRC | 09:37 | |
*** rcernin has joined #openstack-lbaas | 09:50 | |
*** yamamoto has joined #openstack-lbaas | 09:54 | |
*** rcernin has quit IRC | 09:55 | |
gthiemonge | johnsom: I'm hitting some issues with scenario/v2/test_healthmonitor.py in stable/stein, some tests are failing because of an immutable LB.. I'm wondering if we should wait for the LB to become ACTIVE after the healthmonitor deletion in https://opendev.org/openstack/octavia-tempest-plugin/src/branch/master/octavia_tempest_plugin/tests/scenario/v2/test_healthmonitor.py#L377-L384 | 11:24 |
---|---|---|
*** yamamoto has quit IRC | 11:27 | |
cgoncalves | +1 | 11:29 |
cgoncalves | https://github.com/openstack/octavia/blob/06ce4777c3bad2868e906101bcd2cd7c753b4859/octavia/controller/worker/v1/flows/health_monitor_flows.py#L67-L78 | 11:29 |
cgoncalves | HM delete first, LB+listener -> active just later | 11:30 |
gthiemonge | cgoncalves: thanks I'm opening a story | 11:36 |
*** yamamoto has joined #openstack-lbaas | 11:47 | |
*** yamamoto has quit IRC | 11:57 | |
*** servagem has quit IRC | 11:57 | |
gthiemonge | I'm fixing it | 11:59 |
*** servagem has joined #openstack-lbaas | 12:00 | |
*** ccamposr__ has joined #openstack-lbaas | 12:01 | |
*** yamamoto has joined #openstack-lbaas | 12:02 | |
*** yamamoto has quit IRC | 12:02 | |
*** ccamposr has quit IRC | 12:04 | |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia-tempest-plugin master: Fix healthmonitor scenario tests issue with immutable LBs https://review.opendev.org/755777 | 12:09 |
*** yamamoto has joined #openstack-lbaas | 12:35 | |
*** yamamoto has quit IRC | 12:39 | |
*** sapd1 has quit IRC | 12:43 | |
*** rcernin has joined #openstack-lbaas | 12:45 | |
*** sapd1 has joined #openstack-lbaas | 13:04 | |
*** rcernin has quit IRC | 13:07 | |
*** haleyb has quit IRC | 13:41 | |
*** haleyb has joined #openstack-lbaas | 13:43 | |
*** sapd1 has quit IRC | 14:09 | |
*** servagem has quit IRC | 14:19 | |
*** servagem has joined #openstack-lbaas | 14:20 | |
*** sapd1 has joined #openstack-lbaas | 14:22 | |
*** ccamposr has joined #openstack-lbaas | 14:24 | |
*** ccamposr__ has quit IRC | 14:26 | |
*** yamamoto has joined #openstack-lbaas | 14:36 | |
*** yamamoto has quit IRC | 14:40 | |
*** armax has joined #openstack-lbaas | 14:45 | |
*** TrevorV has joined #openstack-lbaas | 15:11 | |
johnsom | gthiemonge Thank you! | 15:16 |
openstackgerrit | Andrew Karpow proposed openstack/octavia master: Support deletion of all tags https://review.opendev.org/755828 | 15:35 |
gthiemonge | johnsom: another immutable issue there: http://paste.openstack.org/show/798653/ | 15:38 |
gthiemonge | we had a ReadTimeoutError("HTTPConnectionPool(host='213.32.77.242', port=80): Read timed out. (read timeout=60)",) while deleting a pool | 15:39 |
johnsom | One thing to not, is if one test in the class fails, others will end up with immutable errors. | 15:39 |
gthiemonge | it seems that DELETE was called a second time | 15:39 |
gthiemonge | yeah | 15:39 |
johnsom | But that does not mean we don't have bugs to fix in the tests. | 15:40 |
gthiemonge | here delete was called twice, and the reply of the first one wasn't received | 15:40 |
gthiemonge | I don't think there's something we can fix | 15:40 |
johnsom | Yeah, that can happen. It should retry things. | 15:40 |
*** yamamoto has joined #openstack-lbaas | 16:37 | |
*** yamamoto has quit IRC | 16:41 | |
*** salmankhan has quit IRC | 17:18 | |
*** gcheresh has quit IRC | 17:28 | |
*** jamesdenton has quit IRC | 18:34 | |
*** yamamoto has joined #openstack-lbaas | 18:38 | |
*** yamamoto has quit IRC | 18:43 | |
*** jamesdenton has joined #openstack-lbaas | 18:56 | |
openstackgerrit | Jesper Schmitz Mouridsen proposed openstack/octavia-dashboard master: Add textarea field for allowed_cidrs in the listener api https://review.opendev.org/755385 | 19:01 |
*** TrevorV has quit IRC | 19:26 | |
*** fyx has quit IRC | 19:56 | |
*** fyx has joined #openstack-lbaas | 19:57 | |
*** ccamposr__ has joined #openstack-lbaas | 20:54 | |
*** ccamposr has quit IRC | 20:56 | |
*** sapd1 has quit IRC | 21:04 | |
*** sapd1 has joined #openstack-lbaas | 21:17 | |
*** armax has quit IRC | 21:48 | |
*** servagem has quit IRC | 22:05 | |
*** yamamoto has joined #openstack-lbaas | 22:08 | |
*** ccamposr has joined #openstack-lbaas | 22:23 | |
*** ccamposr__ has quit IRC | 22:25 | |
*** yamamoto has quit IRC | 22:43 | |
*** yamamoto has joined #openstack-lbaas | 23:03 | |
*** armax has joined #openstack-lbaas | 23:05 | |
*** ccamposr__ has joined #openstack-lbaas | 23:32 | |
*** ccamposr has quit IRC | 23:34 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!