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

Retain input ordering in loadscope #1098

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

Commits on Jun 12, 2024

  1. Retain input ordering in loadscope

    * Optionally retain input ordering in loadscope for tests where relative
      ordering matters. i.e. guarantee that, given [input_1, input_2],
      input_2 never runs before input_1. On any given worker, either input_
      has ran before input_2, or input_1 has never and will never run on
      this worker.
    Toad2186 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ef17eac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2ab25c View commit details
    Browse the repository at this point in the history