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

Speed up DataAdapter tests by testing only the current backend. #19625

Merged
merged 1 commit into from
Apr 27, 2024

Commits on Apr 26, 2024

  1. Speed up DataAdapter tests by testing only the current backend.

    There is no use case for using an iterator for a different backend than the current backend.
    
    Also:
    - limit the number of tests using multiprocessing, the threading tests give us good coverage.
    - fixed the `test_exception_reported` test, which was not actually exercising the multiprocessing / multithreading cases.
    - removed unused `init_pool` method.
    hertschuh committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bc46ba1 View commit details
    Browse the repository at this point in the history