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

Loadgroup: Don't modify test nodeids any longer. #1119

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

Commits on Aug 21, 2024

  1. Loadgroup: Don't modify test nodeids any longer.

    The loadgroup scheduler used to modify the nodeids of
    tests that were placed manually in a specific scope.
    This was used as a side-channel from test collection (on the pytest-running process)
    to the worker process. Instead, make that side-channel explicit by passing
    a parameter around.
    That's pretty ugly, but no less ugly than modifying and parsing (!)
    node IDs later on.
    criemen committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    67b1969 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Rename grouping information to be decoupled from loadgroup,

    and provide it to all schedulers.
    criemen committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d469737 View commit details
    Browse the repository at this point in the history