Neutron's unit tests are failing with ovsdbapp from master branch
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ovsdbapp |
Fix Released
|
Critical
|
Terry Wilson |
Bug Description
Example of periodic job failure (from 20.05.2020): https:/
Example of failed test:
2020-05-20 06:41:03.878276 | ubuntu-bionic | neutron.
2020-05-20 06:41:03.878295 | ubuntu-bionic | -------
2020-05-20 06:41:03.878313 | ubuntu-bionic |
2020-05-20 06:41:03.878331 | ubuntu-bionic | Captured traceback:
2020-05-20 06:41:03.878349 | ubuntu-bionic | ~~~~~~~~~~~~~~~~~~~
2020-05-20 06:41:03.878368 | ubuntu-bionic | Traceback (most recent call last):
2020-05-20 06:41:03.878386 | ubuntu-bionic |
2020-05-20 06:41:03.878417 | ubuntu-bionic | File "/home/
2020-05-20 06:41:03.878437 | ubuntu-bionic | self.nb_ovn_idl = impl_idl_
2020-05-20 06:41:03.878456 | ubuntu-bionic |
2020-05-20 06:41:03.878474 | ubuntu-bionic | File "/home/
2020-05-20 06:41:03.878493 | ubuntu-bionic | super(OvsdbNbOv
2020-05-20 06:41:03.878511 | ubuntu-bionic |
2020-05-20 06:41:03.878530 | ubuntu-bionic | File "/home/
2020-05-20 06:41:03.878548 | ubuntu-bionic | super(Backend, self)._
2020-05-20 06:41:03.878567 | ubuntu-bionic |
2020-05-20 06:41:03.878585 | ubuntu-bionic | File "/home/
2020-05-20 06:41:03.878603 | ubuntu-bionic | self.autocreate
2020-05-20 06:41:03.878622 | ubuntu-bionic |
2020-05-20 06:41:03.878640 | ubuntu-bionic | File "/home/
2020-05-20 06:41:03.878659 | ubuntu-bionic | tables = set(self.
2020-05-20 06:41:03.878677 | ubuntu-bionic |
2020-05-20 06:41:03.878695 | ubuntu-bionic | TypeError: 'Mock' object is not iterable
There is 21 tests failing like that and the error seems similar in all cases.
Patch is proposed: https:/ /review. opendev. org/729627