Unit test failures on 2-3-stable

Hi guys. Just wanted to notify you, before releasing 2.3.4, that there are two failing AR-MySQL unit tests on 2-3-stable:

  1) Failure: test_validate_uniqueness(ValidationsTest)     [./test/cases/validations_test.rb:355:in `test_validate_uniqueness'      ./test/cases/../../../activesupport/lib/active_support/testing/ setup_and_teardown.rb:62:in `__send__'      ./test/cases/../../../activesupport/lib/active_support/testing/ setup_and_teardown.rb:62:in `run']: Shouldn't be valid. <false> is not true.

  2) Failure: test_validate_uniqueness_with_limit_and_utf8(ValidationsTest)     [./test/cases/validations_test.rb:548:in `test_validate_uniqueness_with_limit_and_utf8'      ./test/cases/../../lib/active_record/test_case.rb:57:in `with_kcode'      ./test/cases/validations_test.rb:543:in `test_validate_uniqueness_with_limit_and_utf8'      ./test/cases/../../../activesupport/lib/active_support/testing/ setup_and_teardown.rb:62:in `__send__'      ./test/cases/../../../activesupport/lib/active_support/testing/ setup_and_teardown.rb:62:in `run']: Created an event whose title, with limit taken into account, is not unique. <false> is not true.

Hongli,

You should try rebuilding databases, that's a problem with encoding that was fixed but you need to rebuild tests databases.

Cheers,

Emilio