Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Design state dependency specifications #11

Description

@xandkar

Need to be able to express:

  • groups of sequentially-dependent tests
  • groups of independent tests (to be executed concurrently)
  • any variation of a dependency between a test and a group, such as:
    • group => group
    • group => test
    • test => group
    • test => test

Scheduler, before executing, should check for and abort upon finding a circular dependency.

Before execution, inferred schedule should be stored in DOT format.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions