Actions
Bug #19422
closedvalidates_lengths_from_database leaks validation options between models
Difficulty:
Triaged:
Description
This leads to unexpected validatoin errors such as "OperatingsystemTest.test_: Operatingsystem should not allow :major to be ‹"111111"›."
in tests, depending on options of other ActiveRecord objects and order of their loading.
It hit us hard in remote_execution
Actions