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

Occasional Build Failure on Master #4506

Closed
ChuckLangford opened this issue Jan 1, 2016 · 1 comment
Closed

Occasional Build Failure on Master #4506

ChuckLangford opened this issue Jan 1, 2016 · 1 comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs.

Comments

@ChuckLangford
Copy link
Contributor

I was working on a fix and ran ./configure && make -j8 test several times throughout the process. Every now and again I noticed an error, however, I could never replicate it.

Out of curiosity, I ran the same command on a clean, up-to-date master and after quite a few attempts, I noticed that master suffers from the same, occasional build fail. Has anyone else seen this? My system is a MacBook Pro OSX Yosemite 10.10.5.

assert.js:89
  throw new assert.AssertionError({
  ^
AssertionError: false == true
    at null._onTimeout (/node/test/parallel/test-child-process-fork-net2.js:145:7)
    at Timer.listOnTimeout (timers.js:92:15)
Command: out/Release/node /node/test/parallel/test-child-process-fork-net2.js
[00:40|% 100|+ 995|-   1]: Done
make: *** [test] Error 1
@cjihrig
Copy link
Contributor

cjihrig commented Jan 1, 2016

We refer to tests like that as "flakey." It looks like some work on that test is going on in #4494.

@cjihrig cjihrig closed this as completed Jan 1, 2016
@ChALkeR ChALkeR added the duplicate Issues and PRs that are duplicates of other issues or PRs. label Jan 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs.
Projects
None yet
Development

No branches or pull requests

3 participants