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

test-cluster-disconnect.js AssertionError: 1 == 2 on busy arm host #3383

Closed
kapouer opened this issue Oct 15, 2015 · 3 comments
Closed

test-cluster-disconnect.js AssertionError: 1 == 2 on busy arm host #3383

kapouer opened this issue Oct 15, 2015 · 3 comments
Labels
arm Issues and PRs related to the ARM platform. cluster Issues and PRs related to the cluster subsystem. test Issues and PRs related to the tests.

Comments

@kapouer
Copy link
Contributor

kapouer commented Oct 15, 2015

Hi,
anyone seen this ?

not ok 79 test-cluster-disconnect.js
#
#assert.js:89
#  throw new assert.AssertionError({
#  ^
#AssertionError: 1 == 2
#    at process.<anonymous> (/«PKGBUILDDIR»/test/parallel/test-cluster-disconnect.js:97:12)
#    at process.g (events.js:260:16)
#    at emitOne (events.js:82:20)
#    at process.emit (events.js:169:7)
  ---
  duration_ms: 2.423

from
https://buildd.debian.org/status/fetch.php?pkg=nodejs&arch=armel&ver=4.2.1~dfsg-1&stamp=1444780989

I wonder if it's a flaky test or a failure.

@silverwind silverwind added cluster Issues and PRs related to the cluster subsystem. test Issues and PRs related to the tests. labels Oct 15, 2015
@mscdex mscdex added the arm Issues and PRs related to the ARM platform. label Oct 15, 2015
@Trott
Copy link
Member

Trott commented Nov 25, 2015

The test runs without issue on the "stress test" (run a test over and over again) job on the Node Jenkins server: https://ci.nodejs.org/job/node-stress-single-test/36/nodes=armv7-wheezy/console Of course, that's probably not a busy arm host...

The one that is flaky on the Node CI server is test-http-client-timeout-with-data.js:

not ok 50 test-http-client-timeout-with-data.js
# 
# assert.js:90
#   throw new assert.AssertionError({
#   ^
# AssertionError: 0 == 1
#     at process.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/RUN_SUBSET/addons/nodes/pi1-raspbian-wheezy/test/parallel/test-http-client-timeout-with-data.js:10:10)
#     at emitOne (events.js:83:20)
#     at process.emit (events.js:170:7)

@Trott
Copy link
Member

Trott commented Jan 2, 2016

@kapouer Still seeing this? Or was it a happened-once-and-never-came-up-again thing?

FWIW, something recently landed that might be relevant:

And some possibly relevant open PRs that might affect this behavior:

@Trott
Copy link
Member

Trott commented Jan 8, 2016

Closing due to inactivity and lack of reproducibility (at least by me!). Please, by all means, absolutely re-open if this still requires investigation.

@Trott Trott closed this as completed Jan 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arm Issues and PRs related to the ARM platform. cluster Issues and PRs related to the cluster subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

No branches or pull requests

4 participants