We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0da50 commit f5189eeCopy full SHA for f5189ee
test/cases/coerced_tests.rb
@@ -1474,6 +1474,15 @@ def test_statement_cache_values_differ_coerced
1474
module ActiveRecord
1475
module ConnectionAdapters
1476
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
1485
1486
private
1487
1488
# We need to give the full path for this to work.
0 commit comments