This repository was archived by the owner on Mar 18, 2024. It is now read-only.
fix(apex-test): additional parallel run error#1436
Merged
Conversation
retry on 'Too many concurrent Apex compilations during resource mitigation' & 'LIMIT_EXCEEDED'
|
Thank you @jdrbc for this first contribution! |
|
Reviewpad Report
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1436 +/- ##
=======================================
Coverage 46.86% 46.86%
=======================================
Files 70 70
Lines 2665 2665
Branches 302 302
=======================================
Hits 1249 1249
Misses 1414 1414
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Contributor
Author
|
Contributor
|
Thanks @jdrbc ,will merge this in. |
azlam-abdulsalam
approved these changes
Nov 7, 2023
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
retry on 'Too many concurrent Apex compilations during resource mitigation' & 'LIMIT_EXCEEDED'
related issue: #1437
Summary generated by Reviewpad on 03 Nov 23 23:28 UTC
This pull request fixes an error that occurs during parallel runs of Apex tests. The patch adds retries for errors related to 'Too many concurrent Apex compilations during resource mitigation' and 'LIMIT_EXCEEDED'.
Checklist
All items have to be completed before a PR is merged