opendevreview | Miguel Lavalle proposed openstack/neutron master: Implement experimental features framework https://review.opendev.org/c/openstack/neutron/+/845181 | 00:05 |
---|---|---|
opendevreview | Miguel Lavalle proposed openstack/neutron master: [WIP][DNM][OVN] Change the default firewall policy https://review.opendev.org/c/openstack/neutron/+/839066 | 00:17 |
opendevreview | YuehuiLei proposed openstack/networking-sfc master: Drop lower-constraints.txt and its testing https://review.opendev.org/c/openstack/networking-sfc/+/848223 | 07:43 |
opendevreview | YuehuiLei proposed openstack/networking-sfc master: Drop lower-constraints.txt and its testing https://review.opendev.org/c/openstack/networking-sfc/+/848223 | 07:44 |
opendevreview | Arnau Verdaguer proposed openstack/neutron master: Migration revert plan https://review.opendev.org/c/openstack/neutron/+/835638 | 08:20 |
opendevreview | YuehuiLei proposed openstack/networking-sfc master: Drop lower-constraints.txt and its testing https://review.opendev.org/c/openstack/networking-sfc/+/848223 | 08:29 |
frickler | ralonsoh: lajoskatona: FYI we're still seeing lots of failures that seem related to network segments in OSC CI, e.g. https://zuul.opendev.org/t/openstack/build/dbfa28a202784fcc9e672e0ecd1cdb10 so I've proposed to drop it from testing for now https://review.opendev.org/c/openstack/python-openstackclient/+/848237 | 09:23 |
ralonsoh | frickler, I'll check those errors later today | 09:24 |
ralonsoh | frickler, https://bugs.launchpad.net/neutron/+bug/1980346 | 09:25 |
stephenfin | frickler: This is a functional test failure, yeah? That sounds like we're running tests in parallel and they're stomping on each other | 09:28 |
lajoskatona | frickler: thanks | 09:29 |
lajoskatona | frickler, ralonsoh, rubasov: aren't those are related to https://bugs.launchpad.net/neutron/+bug/1979958 ? from the bug report it is not clear (for me) what is the exact error msg in #1979958 | 09:31 |
ralonsoh | lajoskatona, could be but I think, as stephenfin said, this could be something related to the test execution | 09:32 |
ralonsoh | not a bug | 09:32 |
lajoskatona | ralonsoh: ok | 09:32 |
frickler | this is racy, it doesn't faill 100%. sometimes it also seems that other tests running in parallel are failing | 09:32 |
stephenfin | ralonsoh: dumb question but is there any specific meaning to segment 2055? | 09:33 |
ralonsoh | not really | 09:33 |
stephenfin | okay, so I can use 2056, 2057 etc. ? | 09:33 |
frickler | ralonsoh: btw. did you see https://review.opendev.org/c/openstack/python-openstackclient/+/847786 ? that is a test you introduced that also caused lots of failures | 09:34 |
ralonsoh | stephenfin, actually this could be a random number or something that the test should check first | 09:34 |
stephenfin | I've learned that random numbers don't tend to be that random when you run something 100s of times a week :-P | 09:34 |
ralonsoh | frickler, why? this quota was set for one project only | 09:35 |
stephenfin | ...especially in a CI VM with limited entropy | 09:35 |
frickler | ralonsoh: I attached a sample log in the story, I've seen multiple similar failures in OSC https://storyboard.openstack.org/#!/story/2010110 | 09:36 |
stephenfin | Does https://review.opendev.org/c/openstack/python-openstackclient/+/848242 make sense? | 09:36 |
frickler | note the last line with the passing quota test that ran in parallel | 09:37 |
ralonsoh | frickler, each test, if I'm not wrong, is using its own project | 09:37 |
frickler | ralonsoh: so maybe that assumption is wrong, I don't know | 09:37 |
stephenfin | ralonsoh: I suspect not. Look at the command: "openstack --os-cloud=devstack-admin network create ..." | 09:38 |
stephenfin | so it's using the devstack-admin project, right? | 09:38 |
stephenfin | based on the standard clouds.yaml generated by devstack at least | 09:38 |
frickler | stephenfin: that patch looks reasonable to me. | 09:39 |
frickler | very likely OSC tests work differently than pure tempest based resources, yes | 09:40 |
rubasov | lajoskatona: I would be surprised if those two bugs were the same, while we don't yet have proper details for #1979958, the claimed regression patch was merged a while ago, so my guess is that we don't have test coverage for the problem, otherwise it should have emerged earlier | 10:34 |
lajoskatona | rubasov: thanks for checking, I checked the logs from osc, and agree with you | 11:18 |
lajoskatona | ralonsoh, slaweq: could you check this one for pyroute2 master jobs if you have few minutes free time: https://review.opendev.org/c/openstack/neutron/+/846288 ? | 12:10 |
ralonsoh | sure | 12:10 |
lajoskatona | ralonsoh: thanks | 12:18 |
slaweq | lajoskatona did You address ykarel's comment there? | 12:24 |
lajoskatona | slaweq: hmm, I missed that, thanks, (F5 helped me....) | 12:25 |
slaweq | :) | 12:25 |
frickler | ralonsoh: stephenfin: I think the OSC issue may point to an issue in neutron yet. the tests are executed serially, so the conflict that happens indicates that neutron has trouble releasing the segment when the network is deleted. you can see a lot of retries with lock timeout exceeded in the q-svc log for the failing job | 12:30 |
frickler | Jun 29 18:37:16.380373 ubuntu-focal-rax-iad-0030219055 neutron-server[83372]: DEBUG neutron_lib.db.api [None req-9a30df3d-953a-43da-87de-fe496181443a admin admin] Retry wrapper got retriable exception: Callback neutron.services.segments.db._delete_segments_for_network-8731543434626 failed with "(pymysql.err.OperationalError) (1205, 'Lock wait timeout exceeded; try restarting transaction') | 12:30 |
ralonsoh | ok, I'll check this issue | 12:33 |
opendevreview | ayenachew molla proposed openstack/neutron-tempest-plugin master: Test to remove TCP security group rule https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/848268 | 12:55 |
*** dasm|off is now known as dasm | 13:03 | |
opendevreview | Lajos Katona proposed openstack/tap-as-a-service master: Py3: Remove six https://review.opendev.org/c/openstack/tap-as-a-service/+/846624 | 13:27 |
opendevreview | Merged openstack/neutron stable/wallaby: ovn-migration: Remove second tripleo-update call https://review.opendev.org/c/openstack/neutron/+/848000 | 15:31 |
opendevreview | Merged openstack/os-vif master: Check for hybrid plugging in OVS https://review.opendev.org/c/openstack/os-vif/+/839102 | 16:04 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [WIP][DNM] Remove workaround for LP#1767422 https://review.opendev.org/c/openstack/neutron/+/848312 | 16:05 |
opendevreview | Jakub Libosvar proposed openstack/neutron stable/yoga: migration: Remove patch port between br-int and br-tun https://review.opendev.org/c/openstack/neutron/+/848276 | 16:36 |
opendevreview | Jakub Libosvar proposed openstack/neutron stable/xena: migration: Remove patch port between br-int and br-tun https://review.opendev.org/c/openstack/neutron/+/848277 | 16:36 |
opendevreview | Jakub Libosvar proposed openstack/neutron stable/wallaby: migration: Remove patch port between br-int and br-tun https://review.opendev.org/c/openstack/neutron/+/848278 | 16:37 |
opendevreview | Merged openstack/neutron master: ovn: revert to stateful dnat_and_snat https://review.opendev.org/c/openstack/neutron/+/838776 | 16:38 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: ovs: remove unused function _get_port_local_vlan https://review.opendev.org/c/openstack/neutron/+/846275 | 17:32 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: ovs: handle segmentation ids per network ports https://review.opendev.org/c/openstack/neutron/+/839478 | 17:32 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: ovs: make vlanmanager to handle more vlan mapping per network https://review.opendev.org/c/openstack/neutron/+/839479 | 17:32 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: ovs: use a local vlan per network/segmentation https://review.opendev.org/c/openstack/neutron/+/840415 | 17:32 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp/rpc: retrieve network details with segments https://review.opendev.org/c/openstack/neutron/+/840416 | 17:33 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: utils: add option to generate dhcp device id per segmentation https://review.opendev.org/c/openstack/neutron/+/840417 | 17:33 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: ml2/mech: bind port on segment that subnet belongs https://review.opendev.org/c/openstack/neutron/+/840418 | 17:33 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp: make device manager to clean only not used devices https://review.opendev.org/c/openstack/neutron/+/840419 | 17:33 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp: add/use cleanup stale devices API https://review.opendev.org/c/openstack/neutron/+/840420 | 17:33 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp: support multiple segmentations per network https://review.opendev.org/c/openstack/neutron/+/840421 | 17:33 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: db: add segment_index to the unique constraint https://review.opendev.org/c/openstack/neutron/+/841459 | 17:33 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: segment: enable multisegments support for host https://review.opendev.org/c/openstack/neutron/+/841838 | 17:33 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron-specs master: OVS: multiple routed provider segments per host https://review.opendev.org/c/openstack/neutron-specs/+/823823 | 17:39 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: ovs: handle segmentation ids per network ports https://review.opendev.org/c/openstack/neutron/+/839478 | 17:43 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: ovs: make vlanmanager to handle more vlan mapping per network https://review.opendev.org/c/openstack/neutron/+/839479 | 17:43 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: ovs: use a local vlan per network/segmentation https://review.opendev.org/c/openstack/neutron/+/840415 | 17:43 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp/rpc: retrieve network details with segments https://review.opendev.org/c/openstack/neutron/+/840416 | 17:43 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: utils: add option to generate dhcp device id per segmentation https://review.opendev.org/c/openstack/neutron/+/840417 | 17:43 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: ml2/mech: bind port on segment that subnet belongs https://review.opendev.org/c/openstack/neutron/+/840418 | 17:43 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp: make device manager to clean only not used devices https://review.opendev.org/c/openstack/neutron/+/840419 | 17:43 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp: add/use cleanup stale devices API https://review.opendev.org/c/openstack/neutron/+/840420 | 17:43 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: dhcp: support multiple segmentations per network https://review.opendev.org/c/openstack/neutron/+/840421 | 17:43 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: db: add segment_index to the unique constraint https://review.opendev.org/c/openstack/neutron/+/841459 | 17:43 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: segment: enable multisegments support for host https://review.opendev.org/c/openstack/neutron/+/841838 | 17:43 |
opendevreview | Ihar Hrachyshka proposed openstack/neutron master: ovn: use requested-chassis list format for live migration https://review.opendev.org/c/openstack/neutron/+/828455 | 19:32 |
opendevreview | Ihar Hrachyshka proposed openstack/neutron stable/yoga: ovn: revert to stateful dnat_and_snat https://review.opendev.org/c/openstack/neutron/+/848283 | 19:35 |
*** beagles_ is now known as beagles | 20:12 | |
*** jlibosva is now known as Guest3863 | 20:32 | |
*** dasm is now known as dasm|off | 20:42 | |
opendevreview | Miguel Lavalle proposed openstack/neutron master: Implement experimental features framework https://review.opendev.org/c/openstack/neutron/+/845181 | 23:00 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!