Skip to content

Commit 305958b

Browse files
keithdoggettotan
authored andcommitted
Rescue from all StandardErrors around telemetry
1 parent 18eb4b2 commit 305958b

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
@@ -73,7 +73,7 @@ def initialize(spec)
7373
end
7474
end
7575
end
76-
rescue ActiveRecord::NoDatabaseError
76+
rescue StandardError
7777
# Prevent failures on db creation and parallel testing.
7878
end
7979
end

0 commit comments

Comments
 (0)