On Fri, Feb 4, 2011 at 4:04 AM, Julian Edwards <[email protected]> wrote: > On Thursday 03 February 2011 20:28:41 Robert Collins wrote: >> On Fri, Feb 4, 2011 at 9:17 AM, Julian Edwards >> >> <[email protected]> wrote: >> > Stu >> > >> > Any ideas why this test is failing in ec2? It passes locally no problem. >> > Matcher: Annotate('Dump/Restore failed: pg_dump: [archiver (db)] >> > connection to database "launchpad_dev_template" failed: FATAL: database >> > "launchpad_dev_template" does not exist\npg_restore: [archiver] input >> > file is too short (read 0, expected 5)\n', Equals(1)) >> > Difference: 1 != 0: Dump/Restore failed: pg_dump: [archiver (db)] >> > connection to database "launchpad_dev_template" failed: FATAL: database >> > "launchpad_dev_template" does not exist >> > pg_restore: [archiver] input file is too short (read 0, expected 5) >> >> Looks like something going screwy with make schema to me - the dev >> template db doesn't exist. To reproduce locally try dropping all your >> test dbs and running make schema. > > Still works fine locally.
Disable the test and land. If you look at this test on trunk, you will find it disabled. This is Bug #365385. I don't know why it started failing one day. -- Stuart Bishop <[email protected]> http://www.stuartbishop.net/ _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

