mkorpela / pabot

Parallel executor for Robot Framework test cases.
https://pabot.org
Apache License 2.0
476 stars 152 forks source link

Fix incorrect logic to allocate processes with --dryrun option #591

Closed WendyInXian closed 2 months ago

WendyInXian commented 3 months ago

When the processes number is greater than items, the chunk_size shoud be one, that is one time is assigned to one process.

Fixes https://github.com/mkorpela/pabot/issues/590

WendyInXian commented 2 months ago

unverified commit for this pull request, close this one and open a new one.