Skip Menu |

This queue is for tickets about the Kafka CPAN distribution.

Report information
The Basics
Id: 103330
Status: resolved
Priority: 0/
Queue: Kafka

People
Owner: SGLADKOV [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.8010
Fixed in: 0.8010



Subject: Tests fail often with address already in use
As per subject. Sample fail report: http://www.cpantesters.org/cpan/report/659655fa-da5c-11e4-8071-7c3c8e88e62e But the often succeed as well. Maybe it would help to include the address in the diagnostics message? First I thought that's because I was testing in parallel, but I saw the failing test also when there was no competing smoker around. HTH&&Thanks, (Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)
Sorry, I have to correct myself. There is already a second line saying cannot open port: 127.0.0.1:9092 I see this now again and I did run a netstat in a second window in a loop: while true; do netstat -tulpen | grep 9092 ; sleep 2; done There was no port 9092 open. Let me know if I can provide more information. Let me repeat, I see passes too, that makes it difficult to track.
Use Test::TCP 2.11 please