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

Parallelize travis tests within a single vm #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

timokau
Copy link
Collaborator

@timokau timokau commented Oct 24, 2019

Description

Let pytest-xdist handle the parallelization instead of manually
specifying a split. Should run on at least two cores:
https://docs.travis-ci.com/user/reference/overview/#virtualisation-environment-vs-operating-system

This is an experiment to compare the runtime with https://github.com/kiudee/cs-ranking/pull/64/files.

Motivation and Context

The tests are too slow and manually specifying a split as done in #64 is error-prone.

Does this close/impact existing issues?

#51, #64

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.

Let pytest-xdist handle the parallelization instead of manually
specifying a split. Should run on at least two cores:
https://docs.travis-ci.com/user/reference/overview/#virtualisation-environment-vs-operating-system
@coveralls
Copy link

Pull Request Test Coverage Report for Build 553

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+11.3%) to 55.381%

Totals Coverage Status
Change from base Build 527: 11.3%
Covered Lines: 4153
Relevant Lines: 7499

💛 - Coveralls

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.

None yet

3 participants