Subject: | Test failures for t/06-errors.t |
Date: | Sun, 9 Feb 2014 21:39:21 +0100 |
To: | bug-Data-ObjectDriver [...] rt.cpan.org |
From: | Emmanuel Seyman <emmanuel [...] seyman.fr> |
I'm seeing test failures for t/06-errors.t on Fedora 20.
[manu@orient Data-ObjectDriver-0.09]$ perl -MData::ObjectDriver::BaseObject t/06-errors.t
1..3
ok 1 - Inserted first record
ok 2 - Second insert fails
not ok 3 - Failed because of a unique constraint
# Failed test 'Failed because of a unique constraint'
# at t/06-errors.t line 32.
# got: undef
# expected: '1'
# Looks like you failed 1 test of 3.
Strangely, the test was run in August and ran fine back then. So something has
changed between then and now.
The logs for the succes:
http://kojipkgs.fedoraproject.org//packages/perl-Data-ObjectDriver/0.09/9.fc20/data/logs/noarch/build.log
The logs for the failure:
http://kojipkgs.fedoraproject.org//work/tasks/9744/6509744/build.log
Emmanuel Seyman