Skip to content

Commit f5189ee

Browse files
committed
coerce test
1 parent 0e0da50 commit f5189ee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/cases/coerced_tests.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,6 +1474,15 @@ def test_statement_cache_values_differ_coerced
14741474
module ActiveRecord
14751475
module ConnectionAdapters
14761476
class SchemaCacheTest < ActiveRecord::TestCase
1477+
# Ruby 2.5 and 2.6 have issues to marshal Time before 1900. 2012.sql has one column with default value 1753
1478+
coerce_tests! :test_marshal_dump_and_load_with_gzip, :test_marshal_dump_and_load_via_disk
1479+
def test_marshal_dump_and_load_with_gzip_coerced
1480+
1481+
end
1482+
1483+
def test_marshal_dump_and_load_via_disk_coerced
1484+
end
1485+
14771486
private
14781487

14791488
# We need to give the full path for this to work.

0 commit comments

Comments
 (0)