-
Notifications
You must be signed in to change notification settings - Fork 378
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
fix: conditions for select registercenter instance from db #6445
base: master
Are you sure you want to change the base?
fix: conditions for select registercenter instance from db #6445
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6445 +/- ##
=======================================
Coverage 15.14% 15.15%
=======================================
Files 3674 3674
Lines 376844 376859 +15
=======================================
+ Hits 57076 57112 +36
+ Misses 314307 314283 -24
- Partials 5461 5464 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: CeerDecy <[email protected]>
Signed-off-by: CeerDecy <[email protected]>
Signed-off-by: CeerDecy <[email protected]>
Signed-off-by: CeerDecy <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"engine": resourceInfo.TmcVersion.Engine, | ||
"az": req.Az, | ||
"status": handlers.TmcInstanceStatusRunning, | ||
"is_deleted": "N", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use apistructs.AddonNotDeleted
Signed-off-by: CeerDecy <[email protected]>
Signed-off-by: CeerDecy <[email protected]>
Signed-off-by: CeerDecy <[email protected]>
What this PR does / why we need it:
fix conditions for select registercenter instance from db
Which issue(s) this PR fixes:
Specified Reviewers:
/assign @iutx
ChangeLog
Need cherry-pick to release versions?
Add comment like
/cherry-pick release/1.0
when this PR is merged.