Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Requires CPAN distribution.

Report information
The Basics
Id: 102828
Status: open
Priority: 0/
Queue: Test-Requires

People
Owner: Nobody in particular
Requestors: zefram [...] fysh.org
Cc:
AdminCc:

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



Subject: non-deterministic output
Date: Tue, 17 Mar 2015 16:58:31 +0000
To: bug-Test-Requires [...] rt.cpan.org
From: Zefram <zefram [...] fysh.org>
When Test::Requires has requirements specified as a hash, it checks them in a non-deterministic order, due to hash randomisation. If there are multiple missing deps, this means that the output for the skipped test script is non-deterministic. That causes unwanted noise when diffing build logs. Attached patch makes the order deterministic. -zefram

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

On 2015-03-17 09:58:44, zefram@fysh.org wrote: Show quoted text
> When Test::Requires has requirements specified as a hash, it checks them > in a non-deterministic order, due to hash randomisation. If there are > multiple missing deps, this means that the output for the skipped test > script is non-deterministic. That causes unwanted noise when diffing > build logs. Attached patch makes the order deterministic. > > -zefram
The bugtracker for this distribution is https://github.com/tokuhirom/Test-Requires/issues. Your issue on RT may not be seen by the author.
Subject: Re: [rt.cpan.org #102828] non-deterministic output
Date: Tue, 17 Mar 2015 23:22:31 +0000
To: Karen Etheridge via RT <bug-Test-Requires [...] rt.cpan.org>
From: Zefram <zefram [...] fysh.org>
Karen Etheridge via RT wrote: Show quoted text
>The bugtracker for this distribution is >https://github.com/tokuhirom/Test-Requires/issues.
Which doesn't allow submission by non-members of github. Show quoted text
>Your issue on RT may not be seen by the author.
Bummer. Do you think I should also report it directly to the author? -zefram