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. -Rob _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

