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

Turn off parallel data loading in tests #54

Closed
wants to merge 1 commit into from

Conversation

kmaziarz
Copy link
Collaborator

Our CI pipeline hangs occasionally when running the more end-to-end model tests. This seems to be caused by the use of multiprocessing during data loading (which doesn't work too well in combination with pytest). In this PR, I turn off parallel data loading in these tests, in hope that this will make the CI more stable.

@kmaziarz
Copy link
Collaborator Author

Closing as it does not seem to solve the problem.

@kmaziarz kmaziarz closed this Dec 13, 2023
@kmaziarz kmaziarz deleted the kmaziarz/fix-models-tests branch December 13, 2023 12:44
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.

2 participants