Skip to content

Commit

Permalink
Revert "reconnect after the fork returns"
Browse files Browse the repository at this point in the history
This reverts commit baf5f47.

Reason: This is breaking the sqlite3 tests with a missing transacion.
Could not investigate right now.

cc @tenderlove
  • Loading branch information
rafaelfranca committed Aug 31, 2013
1 parent 71ff7d9 commit adbd04f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions activerecord/test/cases/base_test.rb
Expand Up @@ -1356,8 +1356,6 @@ def test_marshal_between_processes
wr.close wr.close
assert Marshal.load rd.read assert Marshal.load rd.read
rd.close rd.close
ensure
ActiveRecord::Base.connection.reconnect!
end end


def test_marshalling_new_record_round_trip_with_associations def test_marshalling_new_record_round_trip_with_associations
Expand Down

0 comments on commit adbd04f

Please sign in to comment.