[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [rt.cpan.org #96086] [PATCH] Fix port already in use test failure



On Tuesday 03 February 2015 15:51:32 Daniel Lintott wrote:
> (CC: debian-perl mailing list in case anyone has any ideas!)

Hmm, your patch (see below) seems to avoid a collision between Ipv4 and Ipv6 
ports. Is that kind of collision possible ?

All the best

 for my $class (@classes) {
     run_server_tests($class, AF_INET);
+    $PORT++;
     run_server_tests($class, AF_INET6);
     $PORT++; # don't reuse the port incase your bogus os doesn't release in 
time
 }


-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org


Reply to: