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

Pluggable results reporting #60

Open
vinceatbluelabs opened this issue May 13, 2016 · 2 comments
Open

Pluggable results reporting #60

vinceatbluelabs opened this issue May 13, 2016 · 2 comments

Comments

@vinceatbluelabs
Copy link
Contributor

Idea came from @joearasin - Joe, maybe you could go into some more detail? One part would be providing a plugin module for posting the details of a run, and whether the result is a pass or fail.

@joearasin
Copy link

The basic thing I'm going for is that there's a bit of a seam for data storage -- the current system hardcodes "files" in metrics, but providing an interface that consists of read_target(testname) and ratchet(testname, value) would allow for pluggable storage backends.

@joearasin
Copy link

maybe even a one-method try_to_ratchet(testname, value), which throws if value > old_value works as the interface.

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

No branches or pull requests

2 participants