class documentation

class WorkerPoolConfig: (source)

View In Hierarchy

Configuration parameters for a pool of test-running workers.

Instance Variable logFile The basename of the overall test log file.
Instance Variable numWorkers The number of workers in the pool.
Instance Variable workerArguments Extra arguments to pass the worker process in its argv.
Instance Variable workingDirectory A directory in which working directories for each of the workers will be created.

The basename of the overall test log file.

numWorkers: int = (source)

The number of workers in the pool.

workerArguments: Sequence[str] = (source)

Extra arguments to pass the worker process in its argv.

workingDirectory: FilePath[Any] = (source)

A directory in which working directories for each of the workers will be created.