-
Notifications
You must be signed in to change notification settings - Fork 105
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
feat: check status of long running operation by its name #937
Conversation
851b62b
to
07fc1b3
Compare
Codecov Report
@@ Coverage Diff @@
## master #937 +/- ##
==========================================
+ Coverage 98.18% 98.25% +0.06%
==========================================
Files 21 21
Lines 19743 19947 +204
Branches 1057 951 -106
==========================================
+ Hits 19385 19599 +214
+ Misses 354 346 -8
+ Partials 4 2 -2
Continue to review full report at Codecov.
|
07fc1b3
to
7247011
Compare
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
1 similar comment
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
For each client method returning a long running operation, a separate method to check its status is added. Added methods: `checkCreateBackupProgress`, `checkCreateDatabaseProgress`, `checkCreateInstanceProgress`, `checkRestoreDatabaseProgress`, `checkUpdateDatabaseDdlProgress`, `checkUpdateInstanceProgress`.
7247011
to
6d86994
Compare
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
For each client method returning a long running operation, a separate method to check its status is added.
Added methods:
checkCreateBackupProgress
,checkCreateDatabaseProgress
,checkCreateInstanceProgress
,checkRestoreDatabaseProgress
,checkUpdateDatabaseDdlProgress
,checkUpdateInstanceProgress
.