I know this is probably a dumb question, but should all the
AR unit tests be succeeding for mysql? I am running them on 2 separate installs with rake
test_mysql and get similar errors on both. Just curious if mysql is designed to pass all the tests. 3 of these: test_lock_column_name_existing(LockingTest): ActiveRecord::StatementInvalid: Mysql::Error: #42S02Table
'activerecord_unittest.legacy_things' doesn't exist: DELETE FROM legacy_things And a bunch of these: test_has_child(TreeTest): ActiveRecord::RecordNotFound: Couldn't find Mixin with
ID=1001 This is all run off trunk with: rake AR_TX_FIXTURES=yes test_mysql Bob Silva |
_______________________________________________ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core