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

Run backend tests split on basis of test classes instead of files #6888

Closed
ankita240796 opened this issue Jun 10, 2019 · 0 comments · Fixed by #7040
Closed

Run backend tests split on basis of test classes instead of files #6888

ankita240796 opened this issue Jun 10, 2019 · 0 comments · Fixed by #7040
Assignees

Comments

@ankita240796
Copy link
Contributor

ankita240796 commented Jun 10, 2019

Running backend tests split on basis of files slows down the test when a single file has a lot of tests. So, these tests should be split on basis of test classes for better parallelisation. One such example of a long backend test is in #6857

@ankita240796 ankita240796 self-assigned this Jun 10, 2019
seanlip pushed a commit that referenced this issue Jul 1, 2019
* Run tests split by classes

* Fix Test/Tests issue

* Fix naming

* Fix names and comments

* Fix docstring

* Fix path issue

* Add coverage path to avoid circleci failure

* Try clearing cache

* Try fixing coverage issue

* Check path

* Remove extra path

* Remove restore and save cache

* Remove print

* Try fixing ci

* Remove cache comments

* Revert to lexical form
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 a pull request may close this issue.

1 participant