Skip to content
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

Remove executor-level error management enable/disable #2856

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

benclifford
Copy link
Collaborator

After this PR, calls to handle_errors are always enabled, and it is the responsibility of the handle_errors implementation to ignore errors if the user has so chosen.

The BlockProviderExecutor handle_errors implementation already has a test for that (duplicating the test in the now removed error_management_enabled code) so nothing needs to change there: this code only removes the redundant code path.

Type of change

  • Code maintentance/cleanup

After this PR, calls to handle_errors are always enabled, and it is the
responsibility of the handle_errors implementation to ignore errors if the
user has so chosen.

The BlockProviderExecutor handle_errors implementation already has a test
for that (duplicating the test in the now removed error_management_enabled
code) so nothing needs to change there: this code only removes the
redundant code path.
@yadudoc yadudoc merged commit abf1b96 into master Aug 7, 2023
4 checks passed
@yadudoc yadudoc deleted the benc-handle_errors-method-removal branch August 7, 2023 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants