Skip Menu |

This queue is for tickets about the Rose-DB-Object CPAN distribution.

Report information
The Basics
Id: 17091
Status: resolved
Priority: 0/
Queue: Rose-DB-Object

People
Owner: siracusa [...] gmail.com
Requestors: scottkinsf [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.63
Fixed in: 0.64



Subject: db-object-relationship test fail for SQLite
Four tests fail in db-object-relationship (SQLite tests) t/db-object-relationship...........NOK 1420 # Failed test 'with_map_records mrec 3 - sqlite' # in t/db-object-relationship.t at line 5460. # got: '1' # expected: '9' t/db-object-relationship...........NOK 1421 # Failed test 'with_map_records mrec 4 - sqlite' # in t/db-object-relationship.t at line 5461. # got: '9' # expected: '1' t/db-object-relationship...........NOK 1433 # Failed test 'with_map_records mrec 3 - sqlite' # in t/db-object-relationship.t at line 5507. # got: '1' # expected: '9' t/db-object-relationship...........NOK 1434 # Failed test 'with_map_records mrec 4 - sqlite' # in t/db-object-relationship.t at line 5508. # got: '9' # expected: '1' # Looks like you failed 4 tests of 1443. t/db-object-relationship...........dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 1420-1421, 1433-1434 Failed 4/1443 tests, 99.72% okay (less 1054 skipped tests: 385 okay, 26.68%)
This looks like yet another SQLite ORDER BY bug. (SQLite isn't great about honoring the requested sort order...) Can you tell me the versions of everything you're running? Particularly, what version of DBD::SQLite are you running?
Subject: Re: [rt.cpan.org #17091] db-object-relationship test fail for SQLite
Date: Mon, 16 Jan 2006 08:48:41 -0800 (PST)
To: bug-Rose-DB-Object [...] rt.cpan.org
From: Scott Karns <scottkinsf [...] yahoo.com>
John, I am running: perl 5.8.7 sqlite3 version 3.2.2 DBD::SQLite version 1.09 DBI version 1.48 I'm in the process of building sqlite3 3.2.8. Let me know if there's more I can provide. Show quoted text
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Subject: Re: [rt.cpan.org #17091] db-object-relationship test fail for SQLite
Date: Mon, 16 Jan 2006 11:12:29 -0800 (PST)
To: bug-Rose-DB-Object [...] rt.cpan.org
From: Scott Karns <scottkinsf [...] yahoo.com>
John, I just finished the adventure of building an RPM for sqlite-3.2.8 and with only that change, the tests no longer fail. Scott --- via RT <bug-Rose-DB-Object@rt.cpan.org> wrote: Show quoted text
> This looks like yet another SQLite ORDER BY bug. > (SQLite isn't great > about honoring the requested sort order...) Can > you tell me the > versions of everything you're running? > Particularly, what version of > DBD::SQLite are you running? >
Show quoted text
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On Mon Jan 16 14:13:10 2006, scott@karnstech.com wrote: Show quoted text
> I just finished the adventure of building an RPM for > sqlite-3.2.8 and with only that change, the tests no > longer fail.
Yeah, as I suspected, it's an SQLite ORDER BY bug. In the next release, I'll work around it in the test suite so the tests will pass no matter what. I'll wait until then to close this bug.