This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
Tests on macOS timeout on 10.12+ #1428
Closed
Description
TravisCI recently updated their default image for macOS, which causes the build to hang and time out.
The source of the timeout is coming from gps and it is most likely related to handling external VCS. My initial tests suggest either gps/source_manager_test.go
or gps/vcs_source_test.go
are responsible when unable to call a VCS. Could be that we're not using requireBins() everywhere we might need it.
I was able to recreate a similar timeout by removing hg
from my Mac running 10.13.1 (although this can't be the direct cause in Travis, as the image has both hg
and bzr
).
Metadata
Assignees
Labels
No labels
Activity