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

Tests do not allow parallel execution #136

Closed
brycekahle opened this issue Jan 8, 2018 · 2 comments
Closed

Tests do not allow parallel execution #136

brycekahle opened this issue Jan 8, 2018 · 2 comments

Comments

@brycekahle
Copy link
Contributor

- Do you want to request a feature or report a bug?
bug

- What is the current behavior?
Tests must be run in serial execution because they utilize the same database and tables.

- If the current behavior is a bug, please provide the steps to reproduce.
Run tests in parallel mode (without -p 1). You will get intermittent failures.

- What is the expected behavior?
Tests should be allowed to run in parallel. At a minimum each file should be able run in parallel. Ideally each test case could too. See code in 1ee853c for some ideas.

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had activity in 1 year. It will be closed in 7 days if no further activity occurs. Thanks!

@github-actions github-actions bot added the stale label Apr 24, 2021
@github-actions
Copy link

github-actions bot commented May 1, 2021

This issue was closed because it had no activity for over 1 year.

@github-actions github-actions bot closed this as completed May 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants