Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: fix test-ci in Makefile, add to vcbuild.bat #326

Closed
wants to merge 1 commit into from

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Jan 13, 2015

-J currently breaks the test-ci target on the CI machines, removing it for now

added test-ci to vcbuild.bat so it can run on Windows too

anybody around for a quick review?

-J currently breaks the test-ci target on the CI machines, removing it
for now

added test-ci to vcbuild.bat so it can run on Windows too
@chrisdickinson
Copy link
Contributor

It looks like disabling the verify-addons.js line in the Makefile fixes the problem for me. I wonder if something is getting parallelized that shouldn't be?

@rvagg
Copy link
Member Author

rvagg commented Jan 13, 2015

passing in 64: https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/64/

all I did was change Jenkins to do make test-simple; make test-message; make test-addons (and vcbuild test-simple test-message test-addons)

so yes, parallelization is to blame here, I'm going to withdraw this PR because removing the -J isn't enough.

@rvagg rvagg closed this Jan 13, 2015
@rvagg
Copy link
Member Author

rvagg commented Jan 13, 2015

oh, still not enough to do it that way on osx: https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/64/nodes=osx1010/console

@chrisdickinson
Copy link
Contributor

Interesting. The first time I run make test-addons in a clean dir, the test fails. Subsequent runs pass. This is on OSX 10.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants