Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Consider dividing integration tests into two groups. #181

Open
deflaux opened this issue Apr 15, 2016 · 0 comments
Open

Consider dividing integration tests into two groups. #181

deflaux opened this issue Apr 15, 2016 · 0 comments

Comments

@deflaux
Copy link
Contributor

deflaux commented Apr 15, 2016

The integration tests currently take 32 minutes to complete. Of that:

  • 8 minutes for the tests that run locally on tiny data
  • 24 minutes for the tests that run on the cloud on the same tiny data and also some more complex tests such as the sharded bam writing test

We could divide these tests into two groups perhaps using maven profiles to invoke them with separate exclude rules:

  • mvn clean install would run the "fast" integration tests
  • mvn clean install -P exhaustive would run all the integration tests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant