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

Move core/local/ExecutionScheduler to execution/Scheduler #2812

Merged
merged 3 commits into from
Jan 24, 2023

Commits on Jan 24, 2023

  1. Move core/local.ExecutionScheduler to execution.Scheduler

    We also remove the lib.ExecutionScheduler interface because it only ever had a single implementation and it's unlikely we'll ever need more than that. Distributed execution will be implemented another way and we should not mock the execution scheduler, we should mock the parts it moves (e.g. the Runner and Executors, if needs be).
    na-- committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e9f45a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2e92f7 View commit details
    Browse the repository at this point in the history
  3. Move and expand the test-abort context to the execution package

    The expanded capabilities will be necessary for changes in upcoming PRs
    na-- committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    9f050f7 View commit details
    Browse the repository at this point in the history