Skip to content

Allow configuring weights #1

@winhamwr

Description

@winhamwr

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions