diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-02-12 19:46:03 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-02-12 19:46:03 +0530 |
commit | 33b0dbe40729ba130c3c83391a3d9581c2a8b034 (patch) | |
tree | fb52d6a3e9513f7b4a436e06e991c2ce1d3cbf4a /activejob | |
parent | 5d643d365ee656ff93517c649578545c7cc280c3 (diff) | |
download | rails-33b0dbe40729ba130c3c83391a3d9581c2a8b034.tar.gz rails-33b0dbe40729ba130c3c83391a3d9581c2a8b034.tar.bz2 rails-33b0dbe40729ba130c3c83391a3d9581c2a8b034.zip |
Fix random failures of tests on Travis
- Tests on Travis are randomly failing because schema_migrations table
does not exist in teardown block.
- Also checked that all other places where we have used
`ActiveRecord::SchemaMigration.delete_all` we have rescued it, so used
it here also. This failure was not specifically related to the test
added in this PR but to overall compatibility migration tests, so
adding as separate commit.
Diffstat (limited to 'activejob')
0 files changed, 0 insertions, 0 deletions