-
Notifications
You must be signed in to change notification settings - Fork 223
Adding app health check parameters #1465
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
Conversation
b408835
to
b06a691
Compare
Flaky Tests: |
2ffd4ed
to
7c28668
Compare
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.
LGTM
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.
Looks great, I just left a small comment to separate the test.
testcontainers-dapr/src/test/java/io/dapr/testcontainers/DaprContainerTest.java
Outdated
Show resolved
Hide resolved
testcontainers-dapr/src/test/java/io/dapr/testcontainers/DaprContainerTest.java
Show resolved
Hide resolved
Signed-off-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>
6a4fb77
to
485fca9
Compare
@artur-ciocanu thanks for the comments.. all fixed. |
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.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1465 +/- ##
============================================
+ Coverage 76.91% 78.51% +1.59%
- Complexity 1592 1891 +299
============================================
Files 145 234 +89
Lines 4843 5869 +1026
Branches 562 603 +41
============================================
+ Hits 3725 4608 +883
- Misses 821 938 +117
- Partials 297 323 +26 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* adding app health check parameters Signed-off-by: salaboy <[email protected]> * fixing style Signed-off-by: salaboy <[email protected]> * testing with configure for coverage Signed-off-by: salaboy <[email protected]> * updating sched api on DaprContainer (dapr#1462) Signed-off-by: salaboy <[email protected]> * fix Artur comments Signed-off-by: salaboy <[email protected]> --------- Signed-off-by: salaboy <[email protected]> Signed-off-by: sirivarma <[email protected]>
Description
Adding appHealthCheck: interval, timeout and threshold.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1464
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: