eiffel-community / etos

Eiffel Test Orchestration System
https://etos.readthedocs.io
Apache License 2.0
9 stars 6 forks source link

0 Iuts assigned to a testrunner #130

Closed fredjn closed 2 years ago

fredjn commented 2 years ago

Description

In certain cases the splitter ends up assigning 0 IUTs to a testrunner, this breaks the environment provider. We should make sure that we always assign at least 1 IUT per testrunner.

Motivation

We never want 0 IUTs assigned toe test runner, ever.

Exemplification

N/A

Benefits

We will never reach the weird 0 IUT per testrunner state.

Possible Drawbacks

No known drawbacks at the moment