pytest-dev / pytest-dev/pytest-xdist
pytest-xdist with ansible test executes for each host in the inventory file.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 287
- Avg merge
- 9h 30m
- Merged PRs (30d)
- 2
Description
Hi,
Can someone please help with pytest-xdist with ansible tests?
my test suite contains both ansible and non-ansible tests, Issue is if my inventory file contains multiple hosts then the test runs on each host the number of times same as the number of host count.
For example, say we have 3 redis nodes that we want to test against.
test_redis_connection (non-ansible)
test_redis_put (non-ansible)
test_redis_get (non-ansible)
test_redis_delete (non-ansible)
test_redis_ansible <- this test will run 9 times
but we would like it to execute 3 times (one host per thread, same as non-ansible)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, configuration, or entry points. Start by reproducing the mixed Ansible and non-Ansible suite with three inventory hosts and pytest-xdist, then trace how host and worker collection interact; done means the Ansible test runs once per host rather than once for every host-worker combination.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100