Martyn Taylor wrote:
> Ack on the first and second patch in this series.
>
> The 3rd patch causes an error when migrating the test database:
>
> rake aborted!
> Could not find table 'zones'
>
> Migrates fine for dev and production dbs (seems to be a strange one!)
>
> --Martyn
>
>   
I'm not sure why it's doing this, but there's no reason to ever run 
migrate on the test database. Tests are run with a completely empty db, 
which wouldn't work with migrate (since migrate adds some data rows, 
etc), so the tests load the database from schema.rb -- so as far as the 
tests are concerned, what matters is that the dev database is fully 
migrated.

Scott

_______________________________________________
deltacloud-devel mailing list
deltacloud-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to