Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2008 at 15:29 UTC
Updated:
25 Aug 2008 at 17:52 UTC
{simpletest}.message is a VARCHAR(255), which is easy to overflow. Not a big deal in MySQL, which silently truncate fields, but important for PostgreSQL, where tests can fail because of that (one example is the forum.test with DB:TNG).
| Comment | File | Size | Author |
|---|---|---|---|
| simpletest-message-column.patch | 837 bytes | damien tournoud |
Comments
Comment #1
catchPatch is sane, making this text doesn't do any harm. Patch applied cleanly/worked on fresh MySQL install.
Comment #2
boombatower commentedMakes sense.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks. Let's get those tests working on PostgreSQL. :)
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.