-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
db: support concurrency in TestIngestValidation
Currently, `TestIngestValidation` ingests a file from the local filesystem. The ingested file uses a path that remains the same across test runs. This limits the ability of the test to run in parallel. Alter the test to use `t.TempDir()` to ensure that the path is unique across test runs. Fix #2640.
- Loading branch information
1 parent
1a7fe39
commit 6746f41
Showing
1 changed file
with
7 additions
and
5 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