Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Disable parallel importer tests #1143

Merged
merged 2 commits into from
Sep 10, 2017
Merged

Conversation

carolynvs
Copy link
Collaborator

@carolynvs carolynvs commented Sep 9, 2017

What does this do / why do we need it?

The AppVeyor(Windows) build is failing with the following error and I can't figure out why.

remote repository at https://github.com/carolynvs/deptest-importers does not exist, or is inaccessible

I originally tried to fix this by making sure that each test had it's own separate GOPATH, and that they are all using h.Parallel(). I've left that in, even though it didn't fix the tests on Windows.

What should your reviewer look out for in this PR?

Nope, just need to get the build working again. Since AppVeyor isn't kicking off right now for this repo, here's a link of the build passing on my branch:

https://ci.appveyor.com/project/carolynvs/dep/build/4

Do you need help or clarification on anything?

Let's just get the build working again. If someone knows how to fix this, please jump in and submit a PR, making sure that the AppVeyor build passes (it isn't currently reporting back to GitHub).

Use the test helper so that it can check for any problems up-front.
Disable until we can figure out why this is causing the
following error on the AppVeyor(Windows) builds:

"remote repository at https://github.com/carolynvs/deptest-importers does
 not exist, or is inaccessible"
@carolynvs carolynvs changed the title [WIP]cmd/dep: fix setting importer tests as parallel Disable parallel importer tests Sep 9, 2017
@carolynvs carolynvs closed this Sep 9, 2017
@carolynvs carolynvs reopened this Sep 9, 2017
Copy link
Collaborator

@jmank88 jmank88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if the build ever runs

@carolynvs
Copy link
Collaborator Author

Everything passed except the homebrew build (still queued) because Travis has an outage. Hopefully they'll get that fixed on Monday.

@jmank88 jmank88 merged commit 2331e8f into golang:master Sep 10, 2017
@carolynvs carolynvs deleted the use-h-parallel branch October 6, 2017 15:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants