Skip to content

Parallelize travis tests within a single vm#66

Open
timokau wants to merge 1 commit intokiudee:masterfrom
timokau:travis-pytest-xdist
Open

Parallelize travis tests within a single vm#66
timokau wants to merge 1 commit intokiudee:masterfrom
timokau:travis-pytest-xdist

Conversation

@timokau
Copy link
Copy Markdown
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
Copy Markdown

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.

3 participants