← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1843478] [NEW] Mitigate frequent fixtures._fixtures.timeout.TimeoutException in UTs and FTs

 

Public bug reported:

Since [0] was introduced, it's very frequent to have
"fixtures._fixtures.timeout.TimeoutException" exceptions during the
execution of UTs and FTs. Because the privsep includes the synchronized
decorator, the synchronization wait is done inside the privsep context.
This is prone to timeouts if the wait is too long.

[0] https://review.opendev.org/#/c/631275/
[1] https://148a66b404dde523de26-17406e3478c64e603d8ff3ea0aac16c8.ssl.cf5.rackcdn.com/680393/1/check/neutron-functional-python27/59e721e/testr_results.html.gz
[2] https://0668011f33af6364883c-c555fae2d8c498523cc4b2c363541725.ssl.cf1.rackcdn.com/679852/11/gate/neutron-functional/6b7c424/testr_results.html.gz

** Affects: neutron
     Importance: Undecided
     Assignee: Rodolfo Alonso (rodolfo-alonso-hernandez)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Rodolfo Alonso (rodolfo-alonso-hernandez)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1843478

Title:
  Mitigate frequent fixtures._fixtures.timeout.TimeoutException in UTs
  and FTs

Status in neutron:
  New

Bug description:
  Since [0] was introduced, it's very frequent to have
  "fixtures._fixtures.timeout.TimeoutException" exceptions during the
  execution of UTs and FTs. Because the privsep includes the
  synchronized decorator, the synchronization wait is done inside the
  privsep context. This is prone to timeouts if the wait is too long.

  [0] https://review.opendev.org/#/c/631275/
  [1] https://148a66b404dde523de26-17406e3478c64e603d8ff3ea0aac16c8.ssl.cf5.rackcdn.com/680393/1/check/neutron-functional-python27/59e721e/testr_results.html.gz
  [2] https://0668011f33af6364883c-c555fae2d8c498523cc4b2c363541725.ssl.cf1.rackcdn.com/679852/11/gate/neutron-functional/6b7c424/testr_results.html.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1843478/+subscriptions


Follow ups