Skip to content

Commit ceefb88

Browse files
authored
Merge pull request #207 from keithdoggett/rescue-all-telemetry-errors
Rescue from all StandardErrors around telemetry
2 parents b440aed + 755a4d8 commit ceefb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_record/connection_adapters/cockroachdb_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def initialize(pool_config)
7878
end
7979
end
8080
end
81-
rescue ActiveRecord::NoDatabaseError
81+
rescue StandardError
8282
# Prevent failures on db creation and parallel testing.
8383
end
8484
end

0 commit comments

Comments
 (0)