-
Notifications
You must be signed in to change notification settings - Fork 800
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
Added tests for starting, stopping and purging daemon for replicationQueue #5973
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted filessee 141 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
* Added unit tests for history handler
* TestRespondActivityTaskFailed_Success implementation * Alternate test for TerstRespondActivityTaskFailed * code lint
This ensures they get included in the code coverage metrics.
Pull Request Test Coverage Report for Build 018fe99e-3846-4774-9def-a910916f1b04Details
💛 - Coveralls |
Co-authored-by: Steven L <imgroxx@gmail.com>
What changed?
Added tests for replicationQueue present in common domain
Why?
As part of test coverage week
How did you test it?
Unit tests
Potential risks
No risks. Added to avoid risks
Release notes
Documentation Changes