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

ci: using random order when doing the tests #3519

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

germa89
Copy link
Collaborator

@germa89 germa89 commented Oct 25, 2024

Description

As the title. #GoodPractice

Issue linked

NA

Checklist

@germa89 germa89 requested a review from a team as a code owner October 25, 2024 12:54
@germa89 germa89 requested review from clatapie and pyansys-ci-bot and removed request for a team October 25, 2024 12:54
@germa89 germa89 self-assigned this Oct 25, 2024
@ansys-reviewer-bot
Copy link
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

@github-actions github-actions bot added CI/CD Related with CICD, Github Actions, etc dependencies maintenance General maintenance of the repo (libraries, cicd, etc) labels Oct 25, 2024
@SMoraisAnsys
Copy link
Contributor

@germa89 While passing by... Would it make sense for you to use pytest-xdist ? This way you could speed up your tests by running them in parallel. If there is a limitation such that one worker has to work on a whole file, you can also use the option --dist loadfile so that each worker is provided with a test file and handling it totally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Related with CICD, Github Actions, etc dependencies maintenance General maintenance of the repo (libraries, cicd, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants