Closed jasnow closed 8 years ago
Appears to be related to the recent commit: https://github.com/tsubery/setler/commit/32c8c6c7c0938f2636d64e8abfe79cad4c326650
Definitely related to that commit. This may be one of those SQLite -vs- real db things. @tsubery want to try figuring this one out?
I think this test is just a false negative. What version of activerecord are you using?
My steps:
What version of activerecord are you using?
Here is the subcommand from "appraisal rake test" command to see the error:
Thanks. I fixed the test and this time ran the whole test matrix with appraisal. Here's the pr https://github.com/ckdake/setler/pull/41
test_multithreaded_create test in test/settings_test.rb is failing on my system (Ubuntu 14.04) but not on Travis. This is the error message:
Unclear how to fix it, but wanted to document it. Running the same code as @ckdake's master