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

Allow configuring weights #1

Open
winhamwr opened this issue Feb 5, 2013 · 0 comments
Open

Allow configuring weights #1

winhamwr opened this issue Feb 5, 2013 · 0 comments

Comments

@winhamwr
Copy link
Contributor

winhamwr commented Feb 5, 2013

Sometimes, you might have servers with very different processing power. With no weighting, this will result in the entire run taking as long as the slowest server.

Allow weighting configuration with a comma-separated-value of weights:

$ export NOSE_DISTRIBUTED_NODES=4;
$ export NOSE_DISTRIBUTED_NODE_NUMBER=1;
$ export NOSE_DISTRIBUTED_NODE_WEIGHTS=3,1,4,1;
$ nosetests long_test_suit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant