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

Create Experiment Orchestrator to manage experiment state #3

Open
WillieCubed opened this issue Feb 25, 2020 · 0 comments
Open

Create Experiment Orchestrator to manage experiment state #3

WillieCubed opened this issue Feb 25, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@WillieCubed
Copy link
Owner

WillieCubed commented Feb 25, 2020

At the highest level, the ExperimentOrchestrator is a test harness keeps track of experiments running in memory and allows high-level mechanisms to manage experiment state. It will be able to:

  • [ ] Provision (create) an experiment instance from a given configuration
  • [ ] Start/stop a given experiment
  • [ ] Generate reports/logs for what happened during given experiment

As a note, the ExperimentOrchestrator currently does not persist data across server restarts; it only manages actively running or recently finished experiments.

For now, we'll ignore error handling.

@WillieCubed WillieCubed added the enhancement New feature or request label Feb 25, 2020
@WillieCubed WillieCubed added this to the Version 0.1.0 milestone Feb 25, 2020
@WillieCubed WillieCubed self-assigned this Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant