Displaying 1 result from an estimated 1 matches for "memory_test_fix".
2007 Jun 16
1
BackgrounDRB and Sqlite3 / Autotest / Memory_test_fix Issues
...object_id)
And the next item in the stack trace is calling method_missing in
ActiveRecord:Base. It seems like the Object table is not being loaded
in at the start of the tests... or at least not getting loaded into to
the same environment that BackgrounDRB is running in. I am using
autotest with memory_test_fix.
The same code runs error free in MySQL (passes tests and runs properly
in the app).
The Unit Test that raises the error is including the fixtures for the
object being "finded".
Has anyone else run into this problem?
It''s a bummer as to test BackgrounDRB section of the code,...