Saves 'describe' output of K8s resources for E2E tests.#4082
Merged
Conversation
Signed-off-by: Artur Souza <[email protected]>
daixiang0
approved these changes
Jan 4, 2022
Codecov Report
@@ Coverage Diff @@
## master #4082 +/- ##
==========================================
+ Coverage 63.19% 63.22% +0.03%
==========================================
Files 101 101
Lines 9654 9654
==========================================
+ Hits 6101 6104 +3
+ Misses 3074 3072 -2
+ Partials 479 478 -1
Continue to review full report at Codecov.
|
Taction
added a commit
to Taction/dapr
that referenced
this pull request
Jan 4, 2022
* master: Saves 'describe' output of K8s resources for E2E tests. (dapr#4082) Fix flakiness on get metadata e2e. (dapr#4080) Return error instead of crashing when receiving grpc_proxy request on uninitialized daprd Fix actor reminder e2e tests + fixes to reminder partition (dapr#4021) Upgrading fasthttp to fix shutdown issue Fixed create timer duetime remove max graceful shutdown duration limit fix lint add more test case fix lint Make the grace period configurable Signed-off-by: Taction <[email protected]>
x-shadow-man
pushed a commit
to x-shadow-man/dapr
that referenced
this pull request
Jan 5, 2022
Signed-off-by: x-shadow-man <[email protected]>
x-shadow-man
pushed a commit
to x-shadow-man/dapr
that referenced
this pull request
Jan 5, 2022
Signed-off-by: x-shadow-man <[email protected]>
x-shadow-man
pushed a commit
to x-shadow-man/dapr
that referenced
this pull request
Jan 5, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Saves 'describe' output of K8s resources for E2E tests.
This is useful to debug deployment failures in E2E tests, mainly for Windows K8s.
Issue reference
Please reference the issue this PR will close: N/A
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: