-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flake: List Add/Delete Unit Tests (#3627)
Both unit tests had the same issue - under high load, the workqueue could process the current data set that was batched for updates, resulting in non-deterministic test state. Moving the `sc.Run(...)` operation until only the moment where update checks are required resolves this issue. Fixes #3625 Fixes #3622
- Loading branch information
1 parent
e88f7c5
commit e0c8057
Showing
1 changed file
with
20 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters