-
Notifications
You must be signed in to change notification settings - Fork 892
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
pkg/search/backendstore: unit test store #5811
base: master
Are you sure you want to change the base?
pkg/search/backendstore: unit test store #5811
Conversation
d4601f0
to
1d4b57c
Compare
1d4b57c
to
89e2693
Compare
89e2693
to
16c606f
Compare
In this commit, we unit test backend store in karmada search on init backendstore manager, add backendstore, delete backendstore, and on get backendstore operations in addition to testing the concurrent calls on those ops. Signed-off-by: Mohamed Awnallah <mohamedmohey2352@gmail.com>
16c606f
to
6ae64b2
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #5811 +/- ##
==========================================
+ Coverage 45.56% 45.60% +0.04%
==========================================
Files 658 658
Lines 53921 53923 +2
==========================================
+ Hits 24567 24590 +23
+ Misses 27750 27721 -29
- Partials 1604 1612 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
/assign |
Description
In this commit, we unit test backend store in karmada search on init backendstore manager, add backendstore, delete backendstore, and on get backendstore operations in addition to testing the concurrent calls on those ops.
What type of PR is this?
Which issue(s) this PR fixes:
Part of #5491.
Does this PR introduce a user-facing change?: