Skip Menu |

This queue is for tickets about the DBD-Pg CPAN distribution.

Report information
The Basics
Id: 41690
Status: resolved
Priority: 0/
Queue: DBD-Pg

People
Owner: greg [...] turnstep.com
Requestors: dwheeler [...] cpan.org
Cc:
AdminCc:

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



Subject: Test Failure
Date: Sun, 14 Dec 2008 16:29:23 +0100
To: bug-DBD-Pg [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
t/00-signature......skipped: Set the environment variable TEST_SIGNATURE to enable this test t/00basic...........ok t/01connect.........3/13 # # DBI Version 1.607 # DBD::Pg Version v2.11.6 # Perl Version 5.8.8 # OS linux # PostgreSQL (compiled) 80305 # PostgreSQL (target) 80305 # PostgreSQL (reported) PostgreSQL 8.3.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-10) # Default port 5432 # DBI_DSN dbi:Pg: # DBI_USER postgres # Test schema dbd_pg_testschema # LANG en_US # array_nulls on # backslash_quote safe_encoding # client_encoding UTF8 # server_encoding UTF8 # standard_conforming_strings off # Adjusted: DBI_DSN t/01connect.........ok t/01constants.......ok t/02attribs.........ok t/03dbmethod........ok t/03smethod.........ok t/04misc............ok t/06bytea...........ok t/07copy............ok t/08async...........1/67 # Failed test 'Database method pg_cancel returns a false value when cancellation works but finished' # at t/08async.t line 92. # got: '1' # expected: '' t/08async...........52/67 # Looks like you failed 1 test of 67. t/08async........... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/67 subtests t/09arrays..........ok t/12placeholders....ok t/20savepoints......ok t/99_perlcritic.....skipped: Set the environment variable TEST_CRITIC to enable this test t/99_pod............skipped: Set the environment variable TEST_AUTHOR to enable this test t/99_spellcheck.....skipped: Set the environment variable TEST_SPELL to enable this test t/99_yaml...........ok t/99cleanup.........1/1 Removing test database directory t/99cleanup.........ok Test Summary Report ------------------- t/08async (Wstat: 256 Tests: 67 Failed: 1) Failed test: 15 Non-zero exit status: 1 Files=19, Tests=1432, 15 wallclock secs ( 0.75 usr 0.08 sys + 2.42 cusr 0.32 csys = 3.57 CPU) Result: FAIL Failed 1/19 test programs. 1/1432 subtests failed. make: *** [test_dynamic] Error 255
Subject: Test Failure in t/08async.t for the pg_cancel() function
Cannot duplicate this. Can you reliably duplicate the error? Does it happen on any other machines you have around? Does the commit at r12166 fix the problem (added a sleep 1 before tline 85)?
RT-Send-CC: david [...] kineticode.com
On Mon Dec 15 15:55:12 2008, greg@turnstep.com wrote: Show quoted text
> Cannot duplicate this. Can you reliably duplicate the error? Does it > happen on any other machines you have around? Does the commit at r12166 > fix the problem (added a sleep 1 before tline 85)?
Any update on this?
Closing as resolved, as we have changed a lot since the first report.