The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / pummel @ 6f043940

Latest revisions

# Date Author Comment
1317032c 02/06/2014 04:04 AM iamdoron

fs: make unwatchFile() insensitive to path

720675e7 10/10/2013 06:45 PM Dave Pacheco

test: use proper findjsobjects output format

Closes #6329

98db7bab 08/01/2013 10:07 AM Ben Noordhuis

test: fix pummel/test-net-connect-memleak

  • Run the garbage collector before creating the big array. It doesn't
    matter now but if in the future something in node.js core creates
    a lot of reclaimable garbage, that will break the test's expectation.
  • The first RSS check was being done too late. The garbage collector...
72c58158 05/08/2013 10:31 PM Timothy J Fontaine

test: fix pummel/test-net-many-clients.js

client sockets no longer emit 'connect' event inside the
requestListener, update test-net-many-clients to reflect that

32ac8c0b 03/06/2013 02:44 PM isaacs

test: Pass cli flags in pummel/test-regress-GH-892

c1161202 02/28/2013 08:09 PM Ben Noordhuis

net: omit superfluous 'connect' event

Don't emit a 'connect' event on sockets that are handed off to
net.Server 'connection' event listeners.

1. It's superfluous because the connection has already been established
at that point.

2. The implementation is arguably wrong because the event is emitted on...

14a42450 02/11/2013 03:31 PM Ben Noordhuis

net: don't suppress ECONNRESET

Let ECONNRESET network errors bubble up so clients can detect them.

Commit c4454d2e suppressed and turned them into regular end-of-stream
events to fix the then-failing simple/test-regress-GH-1531 test. See
also issue #1571 for (scant) details....

acd0df4a 01/27/2013 04:01 PM Ben Noordhuis

test: fix pummel test out-of-memory errors

Fix the following OOM error in pummel/test-net-connect-memleak
and pummel/test-tls-connect-memleak:

FATAL ERROR: CALL_AND_RETRY_0 Allocation failed - process out of
memory

Commit v8/v8@91afd39 increases the size of the deoptimization table...

f63af64e 12/19/2012 01:55 PM isaacs

test-pummel: Add call validation in net-write-callbacks

f3f4e290 12/19/2012 01:55 PM isaacs

test: 2 resume() calls needed to flush streams

View revisions

Also available in: Atom