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

CommentFileSizeAuthor
simpletest-message-column.patch837 bytesDamien Tournoud
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

catch’s picture

Priority: Normal » Critical
Status: Needs review » Reviewed & tested by the community

Patch is sane, making this text doesn't do any harm. Patch applied cleanly/worked on fresh MySQL install.

boombatower’s picture

Makes sense.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks. Let's get those tests working on PostgreSQL. :)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.