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

Factor out seash bits into experimentlib #103

Open
aaaaalbert opened this issue Aug 19, 2016 · 1 comment
Open

Factor out seash bits into experimentlib #103

aaaaalbert opened this issue Aug 19, 2016 · 1 comment

Comments

@aaaaalbert
Copy link
Contributor

Most of the functionality that seash provides for interactive use is useful for any other type of experiment manager, but difficult to use programmatically as-is because of how the current seash implementation ties in state and considerations of efficiency/user-friendliness (like keys, targets, parallelization, and success/failure tallying) into the functions that actually interact with remote nodemanagers.

(As an illustrative example, consider seash's and the current experimentlib.r2py's file upload functions.)

Instead of developing diverging code bases, let's factor out the valuable pieces from seash into SeattleTestbed/seattlelib_v2's experimentlib.r2py. This will require some thinking about disentangling functionality.

@aaaaalbert
Copy link
Contributor Author

...and don't forget to look in the Clearinghouse codebase too! (The CH also splits, joins, sets users/owners, etc.)

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

1 participant