Closed
Description
Failed last three nightlies:
- https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/13869/
- https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/13904/
- https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/13850/
Error Message
fail (1)
Stacktrace
build big string
server started on port 38697
assert.js:103
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
true !== false
at Server.<anonymous> (/home/iojs/build/workspace/node-test-commit-custom-suites-freestyle/test/pummel/test-net-throttle.js:38:10)
at Server.emit (events.js:315:20)
at TCP.onconnection (net.js:1537:8) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: true,
expected: false,
operator: 'strictEqual'
}