-
Notifications
You must be signed in to change notification settings - Fork 207
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
Update Dapr runtime and CLI. #899
Conversation
Signed-off-by: Artur Souza <[email protected]>
Don't merge yet. This is running for 1.11.0 first. |
For 1.11.0, all ITs passed but there is flakiness with SdkResiliencyIT: https://github.com/dapr/java-sdk/actions/runs/6090432602 Next, 1.11.1 |
Signed-off-by: Artur Souza <[email protected]>
b24e34a
to
e0210b1
Compare
1.11.1 -> all ITs passed: https://github.com/dapr/java-sdk/actions/runs/6091205370 |
Signed-off-by: Artur Souza <[email protected]>
1.11.2 -> All ITs passed (ActorTuenBasedConcurrencyIT had one run that failed): https://github.com/dapr/java-sdk/actions/runs/6092868491/job/16531668966 |
Signed-off-by: Artur Souza <[email protected]>
All ITs passed with 1.11.3 too. One flaky run for ActivationDeactivationIT. https://github.com/dapr/java-sdk/actions/runs/6093159879/job/16532365408?pr=899 |
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 ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #899 +/- ##
=========================================
Coverage 76.47% 76.47%
Complexity 1398 1398
=========================================
Files 132 132
Lines 4264 4264
Branches 497 497
=========================================
Hits 3261 3261
Misses 743 743
Partials 260 260 ☔ View full report in Codecov by Sentry. |
Description
Update to the latest released CLI and runtime - doing it in steps to make sure we detect the exact change if there are issues.
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: N/A
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: