-
Notifications
You must be signed in to change notification settings - Fork 215
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
[Merged by Bors] - Replace clock mocking library #5017
Conversation
bors try |
Codecov Report
@@ Coverage Diff @@
## develop #5017 +/- ##
=========================================
- Coverage 77.2% 77.1% -0.1%
=========================================
Files 254 254
Lines 30350 30350
=========================================
- Hits 23433 23423 -10
- Misses 5397 5408 +11
+ Partials 1520 1519 -1
|
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
bors merge |
## Motivation `github.com/benbjohnson/clock` has been archived a while ago. This PR replaces the outdated dependency with `github.com/jonboulle/clockwork`. ## Changes - Replace uses of `github.com/benbjohnson/clock` with `github.com/jonboulle/clockwork` ## Test Plan existing tests pass ## TODO <!-- This section should be removed when all items are complete --> - [x] Explain motivation or link existing issue(s) - [x] Test changes and document test plan - [x] Update documentation as needed - [x] Update [changelog](../CHANGELOG.md) as needed
Build failed: |
Flaky test bors merge |
## Motivation `github.com/benbjohnson/clock` has been archived a while ago. This PR replaces the outdated dependency with `github.com/jonboulle/clockwork`. ## Changes - Replace uses of `github.com/benbjohnson/clock` with `github.com/jonboulle/clockwork` ## Test Plan existing tests pass ## TODO <!-- This section should be removed when all items are complete --> - [x] Explain motivation or link existing issue(s) - [x] Test changes and document test plan - [x] Update documentation as needed - [x] Update [changelog](../CHANGELOG.md) as needed
Pull request successfully merged into develop. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Motivation
github.com/benbjohnson/clock
has been archived a while ago. This PR replaces the outdated dependency withgithub.com/jonboulle/clockwork
.Changes
github.com/benbjohnson/clock
withgithub.com/jonboulle/clockwork
Test Plan
existing tests pass
TODO