[Phase 1] Fix Flaky Integration Tests + Migrate some tests to Test Containers#1741
Open
siri-varma wants to merge 6 commits into
Open
[Phase 1] Fix Flaky Integration Tests + Migrate some tests to Test Containers#1741siri-varma wants to merge 6 commits into
siri-varma wants to merge 6 commits into
Conversation
89fd3e0 to
c01299d
Compare
Contributor
Author
|
@javier-aliaga Would you know why this is failing ? did not touch any protos or xml files |
Contributor
|
@siri-varma , the proto files are generated from master dapr/dapr, every time they change something there it break our master. I already fixed that and it is merged to master |
a9b4907 to
d499f64
Compare
Port the BookTrip compensation (Saga) workflow from the plain Java examples into the Spring Boot workflow patterns module, adding @Component-annotated activities and a /wfp/compensation REST endpoint. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Siri Varma Vegiraju <svegiraju@Siris-MacBook-Pro.local>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
Signed-off-by: Siri Varma Vegiraju <siri.varma@outlook.com>
d499f64 to
8a7e0d0
Compare
4874341 to
90fa312
Compare
Signed-off-by: Siri Varma Vegiraju <s_vegiraju@apple.com>
90fa312 to
5c4bb55
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1741 +/- ##
============================================
- Coverage 76.77% 76.73% -0.04%
- Complexity 2259 2260 +1
============================================
Files 241 241
Lines 7066 7076 +10
Branches 740 742 +2
============================================
+ Hits 5425 5430 +5
- Misses 1277 1282 +5
Partials 364 364 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Description
Please explain the changes you've made
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:
#1732
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: