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

Design state dependency specifications #11

Open
xandkar opened this issue Sep 8, 2015 · 0 comments
Open

Design state dependency specifications #11

xandkar opened this issue Sep 8, 2015 · 0 comments

Comments

@xandkar
Copy link
Owner

xandkar commented Sep 8, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant