Skip to content

chore: fix pytest performance by running in parallel#90

Draft
LarsVoelker wants to merge 1 commit intomainfrom
fix-pytest-performance
Draft

chore: fix pytest performance by running in parallel#90
LarsVoelker wants to merge 1 commit intomainfrom
fix-pytest-performance

Conversation

@LarsVoelker
Copy link
Copy Markdown
Member

Running pytest in parallel to speed up the slow pytest runs.

@LarsVoelker
Copy link
Copy Markdown
Member Author

@sensokame @mmarchuk3 Is this something we could get working?

@sensokame
Copy link
Copy Markdown
Member

@LarsVoelker the running in parallel would still use the same memory, meaning the same INSTANCES dict causing that validation error. As soon as we rework that section of the model, this will then be possible.

@mmarchuk3
Copy link
Copy Markdown
Contributor

@LarsVoelker are you sure we will not have the race condition with the INSTANCES dict?

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

Successfully merging this pull request may close these issues.

3 participants