Comment 1 for bug 487628

Revision history for this message
Jonathan Lange (jml) wrote :

The bug report is a little incorrect:

  * The reported behaviour occurs with any AppServer tests
  * bin/test itself does not warn about database revision, it also explodes, but with a different (and more helpful) error

To reproduce the bug, create a new database patch file (touch database/schema/patch-2207-17-0.sql), and run './bin/test -vv test_launchpadlib'.

To demonstrate the presumably expected behaviour, run './bin/test -vv test_branchcollection'. Note that the error happens during the layer's testSetUp.

I've produced a fix, and linked the branch to this report.