-
Notifications
You must be signed in to change notification settings - Fork 877
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve scheduler workflow unit test (#4962)
**What changed?** The end of each test is signaled by time instead of iteration count, which was really confusing. **Why?** Easier to write and maintain tests. They now stop at exactly the right time and avoid spurious calls that would trigger panics. **How did you test it?** is tests
- Loading branch information
1 parent
53a4979
commit cba2ce7
Showing
2 changed files
with
96 additions
and
41 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
Oops, something went wrong.