-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Clean up executors and make sequential executor truly synchronous. 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. * Remove MULTIPROCESSING_VIA_IO which was only needed for python <3.8 * Make Future forward references normal types * Remove unused map_unordered methods * Remove todo comment * clean up tests some more * Revert "Remove unused map_unordered methods" This reverts commit f0b0dbe. * Reapply "Remove unused map_unordered methods" This reverts commit 98929e8. * Fix slurm test by indirectly parametrizing the tests. Also update pytest to the newest version. * Fix linting and typing * avoid flaky tests * Apply suggestions from code review Co-authored-by: Philipp Otto <[email protected]> * PR feedback: Add deprecation warning for renamed executor strategies. Try to combat test flakiness for slurm sleep tests * update changelog * Apply PR feedback for execution order tests --------- Co-authored-by: Philipp Otto <[email protected]>
- Loading branch information
1 parent
f24f24c
commit 1b9a068
Showing
21 changed files
with
376 additions
and
429 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.