Skip Menu |

This queue is for tickets about the Message-Passing CPAN distribution.

Report information
The Basics
Id: 99463
Status: open
Priority: 0/
Queue: Message-Passing

People
Owner: Nobody in particular
Requestors: dr [...] jones.dk
Cc:
AdminCc:

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



Subject: ConnectionDisconnected failures in t/role_hasaconnection.t
Date: Mon, 13 Oct 2014 19:26:28 +0200
To: bug-Message-Passing [...] rt.cpan.org
From: Jonas Smedegaard <dr [...] jones.dk>
Hi, In an attempt to update Debian packaging of Message::Passing to 0.115, I experienced the following failure in testsuite: {"after":0.1,"class":"Message::Passing::Exception::ConnectionTimeout"} {"class":"Message::Passing::Exception::ConnectionDisconnected"} # Failed test at t/role_connectionmanager.t line 91. {"after":0.1,"class":"Message::Passing::Exception::ConnectionTimeout"} {"class":"Message::Passing::Exception::ConnectionDisconnected"} # Failed test at t/role_connectionmanager.t line 103. # Looks like you failed 2 tests of 15. t/role_connectionmanager.t .. Full build log attached. Regards, - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private

Message body is not shown because sender requested not to inline it.

Download signature.asc
application/pgp-signature 949b

Message body not shown because it is not plain text.

Sorry for the late reply! It might be a timing problem because the timeout is set to 0.1 seconds and the async code waits for 0.11 seconds which might be too close and trigger a race condition. I wasn't able to reproduce the issue on my Ubuntu 14.10 x86_64 box. Please try to change the '0.11' to something like '0.2' in line 85 and 97 of t/role_connectionmanager.t.
Subject: Re: [rt.cpan.org #99463] ConnectionDisconnected failures in t/role_hasaconnection.t
Date: Mon, 24 Aug 2015 14:22:57 +0200
To: bug-Message-Passing [...] rt.cpan.org
From: Jonas Smedegaard <dr [...] jones.dk>
Quoting Alexander Hartmaier via RT (2015-01-03 04:53:49) Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=99463 > > > Sorry for the late reply!
Likewise. Problem was rare so I didn't care to try your suggestion till now where it sprung up again (if not another issue with similar symptom): http://bugs.debian.org/795758 Show quoted text
> It might be a timing problem because the timeout is set to 0.1 seconds > and the async code waits for 0.11 seconds which might be too close and > trigger a race condition. > > I wasn't able to reproduce the issue on my Ubuntu 14.10 x86_64 box. > > Please try to change the '0.11' to something like '0.2' in line 85 and > 97 of t/role_connectionmanager.t.
I have now tried with either '0.2' or '1', both of which fails consistently (whereas previously it failed only occationally). Other suggestions? - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private
Download signature.asc
application/pgp-signature 819b

Message body not shown because it is not plain text.