Skip to content

Parallelize tests - #811

Merged
frances-h merged 17 commits into
masterfrom
run-tests-in-parallel
Nov 15, 2019
Merged

Parallelize tests#811
frances-h merged 17 commits into
masterfrom
run-tests-in-parallel

Conversation

@frances-h

@frances-h frances-h commented Nov 12, 2019

Copy link
Copy Markdown
Contributor

Use multiple workers to run tests on CI

  • Use 2 workers to run tests, can use more but limited by CircleCI CPUs and memory. Can't use pytest xdist auto number of workers because it runs out of memory.
  • Have all tests use pytest tmpdir or tmp_path_factory instead of hardcoding local paths

After creating the pull request: in order to pass the changelog_updated check you will need to update the "Future Release" section of docs/source/changelog.rst to include this pull request.

@frances-h frances-h changed the title [WIP] parallelize tests Parallelize tests Nov 14, 2019
@frances-h
frances-h requested a review from rwedge November 14, 2019 21:54
Comment thread featuretools/tests/entityset_tests/test_plotting.py Outdated

@rwedge rwedge left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@frances-h
frances-h merged commit 91b8943 into master Nov 15, 2019
@frances-h
frances-h deleted the run-tests-in-parallel branch November 15, 2019 15:58
@rwedge rwedge mentioned this pull request Nov 30, 2019
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