{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.