You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One or the other test in TestMaintenance fails
randomly with missing idl lock.
DBInconsistenciesPeriodics set's the idl lock
but in TestMaintenance we don't run it as a seperate
maintenance worker and instead call check_for_inconsistencies
when needed so not a requirement to have a dedicated lock.
This patch clears the lock for these tests to avoid
such random issues.
Closes-Bug: #2039417
Change-Id: I931997fe010295120f2400b1ec310dff82497ab6
(cherry picked from commit 39a1f1e)
0 commit comments