Skip to content

Instantly share code, notes, and snippets.

@bnoordhuis
Created September 14, 2011 19:03
Show Gist options
  • Select an option

  • Save bnoordhuis/1217456 to your computer and use it in GitHub Desktop.

Select an option

Save bnoordhuis/1217456 to your computer and use it in GitHub Desktop.
*** test/simple/test-net-stream-events-pause-resume-from-client-to-server.js
assert.js:104
throw new assert.AssertionError({
^
AssertionError: true === false
at Server.<anonymous> (/home/bnoordhuis/src/nodejs/node/test/simple/test-net-stream-events-pause-resume-from-client-to-server.js:44:10)
at Server.emit (events.js:67:17)
at TCP.onconnection (net_uv.js:731:8)
assert.js:104
throw new assert.AssertionError({
^
AssertionError: true === false
at Server.<anonymous> (/home/bnoordhuis/src/nodejs/node/test/simple/test-net-stream-events-pause-resume-from-client-to-server.js:44:10)
at Server.emit (events.js:67:17)
at TCP.onconnection (net_uv.js:731:8)
*** test/simple/test-net-stream-events-pause-resume-from-server-to-client.js
assert.js:104
throw new assert.AssertionError({
^
AssertionError: false === true
at Socket.<anonymous> (/home/bnoordhuis/src/nodejs/node/test/simple/test-net-stream-events-pause-resume-from-server-to-client.js:77:12)
at Socket.emit (events.js:64:17)
at Object.afterWrite [as oncomplete] (net_uv.js:415:10)
assert.js:104
throw new assert.AssertionError({
^
AssertionError: false === true
at Socket.<anonymous> (/home/bnoordhuis/src/nodejs/node/test/simple/test-net-stream-events-pause-resume-from-server-to-client.js:77:12)
at Socket.emit (events.js:64:17)
at Object.afterWrite [as oncomplete] (net_uv.js:415:10)
*** test/simple/test-net-stream-events-pause-write_client-drain-server.js
data
assert.js:104
throw new assert.AssertionError({
^
AssertionError: 1 === 2
at Object._onTimeout (/home/bnoordhuis/src/nodejs/node/test/simple/test-net-stream-events-pause-write_client-drain-server.js:36:10)
at Timer.ontimeout (timers_uv.js:84:39)
assert.js:104
throw new assert.AssertionError({
^
AssertionError: 0 === 2
at Object._onTimeout (/home/bnoordhuis/src/nodejs/node/test/simple/test-net-stream-events-pause-write_client-drain-server.js:36:10)
at Timer.ontimeout (timers_uv.js:84:39)
*** test/simple/test-net-stream-events-pause-write-resume-client.js
assert.js:104
throw new assert.AssertionError({
^
AssertionError: false === true
at Socket.<anonymous> (/home/bnoordhuis/src/nodejs/node/test/simple/test-net-stream-events-pause-write-resume-client.js:73:12)
at Socket.emit (events.js:64:17)
at Object.afterWrite [as oncomplete] (net_uv.js:415:10)
assert.js:104
throw new assert.AssertionError({
^
AssertionError: false === true
at Socket.<anonymous> (/home/bnoordhuis/src/nodejs/node/test/simple/test-net-stream-events-pause-write-resume-client.js:73:12)
at Socket.emit (events.js:64:17)
at Object.afterWrite [as oncomplete] (net_uv.js:415:10)
*** test/simple/test-net-stream-events-pause-write-resume-server.js
assert.js:104
throw new assert.AssertionError({
^
AssertionError: true === false
at Server.<anonymous> (/home/bnoordhuis/src/nodejs/node/test/simple/test-net-stream-events-pause-write-resume-server.js:52:10)
at Server.emit (events.js:67:17)
at TCP.onconnection (net_uv.js:731:8)
assert.js:104
throw new assert.AssertionError({
^
AssertionError: true === false
at Server.<anonymous> (/home/bnoordhuis/src/nodejs/node/test/simple/test-net-stream-events-pause-write-resume-server.js:52:10)
at Server.emit (events.js:67:17)
at TCP.onconnection (net_uv.js:731:8)
*** test/simple/test-net-stream-events-pause-write_server-drain-client.js
assert.js:104
throw new assert.AssertionError({
^
AssertionError: false === true
at Socket.<anonymous> (/home/bnoordhuis/src/nodejs/node/test/simple/test-net-stream-events-pause-write_server-drain-client.js:52:12)
at Socket.emit (events.js:67:17)
at TCP.onread (net_uv.js:301:14)
assert.js:104
throw new assert.AssertionError({
^
AssertionError: 1 === 2
at Object._onTimeout (/home/bnoordhuis/src/nodejs/node/test/simple/test-net-stream-events-pause-write_server-drain-client.js:36:10)
at Timer.ontimeout (timers_uv.js:84:39)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment