This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Parallel apex retry doesn't handle error cases: 'Too many concurrent Apex compilations during resource mitigation' & 'LIMIT_EXCEEDED' #1437
Labels
enhancement
enhancement to existing feature
Milestone
Describe the bug
Parallel apex tests that fail with concurrency errors: 'Too many concurrent Apex compilations during resource mitigation' or 'LIMIT_EXCEEDED' are not retried.
Suggested fix: #1436
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tests are re-run automatically due to concurrency error message.
Screenshots
n/a
Platform Details (please complete the following information):
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: