Files
Balazs Gibizer 19203d684d [hacking]Do not mock threading.Event
Such mock is too wide and will cause issues with our basic libraries and
test infrastructure leading to race conditions and threads leaked across
tests.

We needed to remove a bunch of such mocks found by the new rule. In some
cases we needed to make the mocking more specific for a given Event
instance, in other case the mock was not needed at all and the test case
was still not taking excessive time.

Related-Bug: #2136815
Change-Id: I3ae3740eb07bade4e0883db3e02c0a81e92b9a36
Signed-off-by: Balazs Gibizer <gibi@redhat.com>
2026-01-26 20:26:56 +01:00
..
2013-05-17 12:54:12 -07:00
2026-01-26 20:26:56 +01:00