Public bug reported: The test ``test_initialize_network_segment_range_support_parallel_execution`` is failing only in the eventlet-removal patch [1]. The execution of the threads that in parallel try to update the ``NetworkSegmentRange`` table are now executed by kernel threads. If the code doesn't block the table for the update, that could lead to an real issue in the tested code.
Not only the test should be updated (in particular the method ``_initialize_network_segment_range_support`` that replicated the running code method) but also the VLAN and tunnelled type drivers implementation. [1]https://review.opendev.org/c/openstack/neutron/+/952258 ** Affects: neutron Importance: Medium Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez) Status: New ** Changed in: neutron Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez) ** Changed in: neutron Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2122107 Title: [FT] Test ``test_initialize_network_segment_range_support_parallel_execution`` failing in the eventlet-removal patch Status in neutron: New Bug description: The test ``test_initialize_network_segment_range_support_parallel_execution`` is failing only in the eventlet-removal patch [1]. The execution of the threads that in parallel try to update the ``NetworkSegmentRange`` table are now executed by kernel threads. If the code doesn't block the table for the update, that could lead to an real issue in the tested code. Not only the test should be updated (in particular the method ``_initialize_network_segment_range_support`` that replicated the running code method) but also the VLAN and tunnelled type drivers implementation. [1]https://review.opendev.org/c/openstack/neutron/+/952258 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2122107/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

