-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition in sync tests (#280)
The nightly and release tests could step on each other. Both could be running at the same time and could be executing the symlink update in an interleaved fashion. We now do nightly and release sync tests in different asset directories to have them avoid stepping on one another. Fixes #279
- Loading branch information
1 parent
8ca1ebe
commit 5bd587b
Showing
1 changed file
with
31 additions
and
23 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