[ISSUE #8810] Fix independent execution of e2e and benchmark deployments#8812
Merged
RongtongJin merged 4 commits intoapache:developapache/rocketmq:developfrom Oct 11, 2024
chi3316:fix-e2e-benchmark-dependencychi3316/rocketmq:fix-e2e-benchmark-dependencyCopy head branch name to clipboard
Merged
[ISSUE #8810] Fix independent execution of e2e and benchmark deployments#8812RongtongJin merged 4 commits intoapache:developapache/rocketmq:developfrom chi3316:fix-e2e-benchmark-dependencychi3316/rocketmq:fix-e2e-benchmark-dependencyCopy head branch name to clipboard
RongtongJin merged 4 commits intoapache:developapache/rocketmq:developfrom
chi3316:fix-e2e-benchmark-dependencychi3316/rocketmq:fix-e2e-benchmark-dependencyCopy head branch name to clipboard
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #8812 +/- ##
=============================================
- Coverage 47.41% 47.39% -0.02%
+ Complexity 11585 11574 -11
=============================================
Files 1283 1283
Lines 89903 89903
Branches 11571 11571
=============================================
- Hits 42625 42613 -12
- Misses 42041 42044 +3
- Partials 5237 5246 +9 ☔ View full report in Codecov by Sentry. |
RongtongJin
approved these changes
Oct 11, 2024
RongtongJin
pushed a commit
that referenced
this pull request
Jul 19, 2025
…nts (#8812) * Fix e2e and benchmark tests dependency issues * Update job naming * Fix bug * Update
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.
Which Issue(s) This PR Fixes
Fixes #8810
Brief Description
This PR modifies the workflow to ensure that the e2e and benchmark deployments are independent. If one deployment fails, it no longer blocks the execution of the other deployment's tasks.
How Did You Test This Change?
The test workflow