-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase test data creation idempotency
Use --force arguments for tabix and bcftools index to rebuild indexes even if they already exist rather than failing. This should not occur anyway as the Makefile rules will avoid rebuilding if the target is already up-to-date -- other than in the courageous scenario of parallel test running in which multiple makes may be running simultaneously. There are still likely race conditions in such scenarios, and it would be sensible to avoid them entirely by pre-creating the test data sequentially by running `make -C tests/tabix_data` et al outside any parallelisation.
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters