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

Clean up executors #1193

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Clean up executors #1193

wants to merge 10 commits into from

Conversation

daniel-wer
Copy link
Member

Description:

  • Rename "test_pickling" to "multiprocessing_with_pickling" and "debug_sequential" to "sequential_with_pickling". No longer use a multiprocessing pool of size 1 for "sequential" executor by replacing it with the former "debug_sequential" executor.
  • Clean up and speed up multiprocessing and non-scheduling executor tests.

Issues:

Todos:

Make sure to delete unnecessary points or to check all before merging:

  • Updated Changelog
  • Updated Documentation
  • Added / Updated Tests
  • Considered adding this to the Examples

Rename "test_pickling" to "multiprocessing_with_pickling" and "debug_sequential"
to "sequential_with_pickling". No longer use a multiprocessing pool of size 1
for "sequential" executor by replacing it with the former "debug_sequential" executor.

Clean up and speed up multiprocessing and non-scheduling executor tests.
@daniel-wer daniel-wer self-assigned this Sep 12, 2024
@normanrz normanrz added this to the 2.x milestone Oct 9, 2024
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