Displaying 1 result from an estimated 1 matches for "hy000lock".
2008 Apr 25
0
Spec migrations?
...way to go! Or so I thought.
1. dropped the test database.
2. create the database.
3. migrate to the version just before the critical migration
4. insert some stuff in the database
5. run the critical migration
6. see if the result is as I expected
But I receive the following error:
Mysql::Error: #HY000Lock wait timeout exceeded; try restarting
transaction: ALTER TABLE `members` DROP `manager`
And I do not know if this is the way forward. Does any one have any
(relevant) thoughts on this?
With kind regards,
Harm
PS the actual spec:
describe Member, "should migrate properly" do
it...