Re: [nodejs] abuse notification due to "make test"

2013-02-07 Thread Ryan Schmidt
On Feb 7, 2013, at 10:30, Sven Knuth wrote: > I started the nodes.js self test with "make test". ( I think it is an self > test, because I didn't found a description of the test) > > And what happens then? It is testing and everything is fine. At one point, > the python script tools/test.py (t

Re: [nodejs] abuse notification due to "make test"

2013-02-07 Thread Sven Knuth
at least I found the reason for the abuse. node.js starts many tests and one test (test/simple/test-dgram-send-error.js) is sending 1000-Request to random IPs to test the error handling, because the IPs should be unreachable, because its RANDOM. But due to ipv4 shortage many existing hosts have

Re: [nodejs] abuse notification due to "make test"

2013-02-07 Thread Ben Noordhuis
On Thu, Feb 7, 2013 at 10:02 PM, Sven Knuth wrote: > at least I found the reason for the abuse. > > node.js starts many tests and one test > (test/simple/test-dgram-send-error.js) is sending 1000-Request to random IPs > to test the error handling, because the IPs should be unreachable, because > i