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

Pabot ordering file groups do not work correctly when using --suite command line argument #581

Open
jaltendorfer opened this issue May 16, 2024 · 0 comments

Comments

@jaltendorfer
Copy link

I have a directory (/tmp/testsuites) with the following files:

  • 01-Suite.robot
  • 02-Suite.robot
  • 03-Suite.robot
  • 04-Suite.robot

My ordering file (/tmp/order) looks like this:

--suite 01-Suite
{
--suite 02-Suite
--suite 03-Suite
}

My pabot command:

cd /tmp/testsuites && pabot --processes 2 --ordering /tmp/order --name "MyExecution" --suite 01-Suite --suite 02-Suite --suite 03-Suite .

I expect that first process executes the suite 01-Suite and the second process the suites 02-Suite and 03-Suite.
However, the second process (ordering group) executes all suites that are specified with the --suite command line argument (the suites 01-Suite, 02-Suite and 03-Suite are executed in the group). With this, the suite 01-Suite is executed twice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant