-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TestScheduler
to support testing time-based coroutines without waiting for timeouts
#453
Add TestScheduler
to support testing time-based coroutines without waiting for timeouts
#453
Conversation
TestScheduler
to support testing time-based coroutines without waiting for timeouts
/merge |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-24.03 #453 +/- ##
================================================
- Coverage 73.81% 73.65% -0.16%
================================================
Files 398 400 +2
Lines 14228 14260 +32
Branches 1108 1111 +3
================================================
+ Hits 10502 10503 +1
- Misses 3726 3757 +31
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Description
Adds a manually driven TestScheduler that can fast-forward through delayed coroutines.
Required for nv-morpheus/Morpheus#1548
Checklist