-
Notifications
You must be signed in to change notification settings - Fork 137
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 ReportActionStatus panic #576
fix ReportActionStatus panic #576
Conversation
6d06134
to
6c0f5f6
Compare
@displague Can you take a look at the error and rebase? |
Signed-off-by: Marques Johansson <[email protected]>
d5b53d2
to
b6b68f4
Compare
Signed-off-by: Gaurav Gahlot <[email protected]>
b6b68f4
to
1e94ce1
Compare
Signed-off-by: Gaurav Gahlot <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #576 +/- ##
==========================================
- Coverage 44.39% 44.37% -0.03%
==========================================
Files 61 61
Lines 3489 3491 +2
==========================================
Hits 1549 1549
- Misses 1857 1858 +1
- Partials 83 84 +1
Continue to review full report at Codecov.
|
## Description This allows the final action in a workflow to successfully report its status and consequently allow a workflow to complete. This issue: #559 incorrectly describes a fix that was applied in this PR: #576 ## Why is this needed Fixes: tinkerbell/playground#143 ## How Has This Been Tested? Unit tests were added and the sandbox (vagrant virtualbox quickstart) was used to manually test. ## How are existing users impacted? What migration steps/scripts do we need? ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [x] added unit or e2e tests - [ ] provided instructions on how to upgrade
Description
Applies the suggested fix from #559 (with a different error message).
I'm not familiar with this code but wanted to get a PR started.
Why is this needed
GRPC server panics when the index is over limit.
Fixes: #559
How Has This Been Tested?
Not tested.
How are existing users impacted? What migration steps/scripts do we need?
Checklist:
I have: