Skip to content

Commit a703b91

Browse files
authored
Merge pull request rsim#2653 from yahonda/restore-returning-id-logging-spec
Restore the :returning_id-logging spec disabled pending rsim#2619
2 parents e063f29 + 70b1a66 commit a703b91

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

spec/active_record/connection_adapters/oracle_enhanced/primary_key_trigger_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ def trigger_exists?(name)
330330
end
331331

332332
it "does not raise NoMethodError for :returning_id Symbol when logging" do
333-
skip "see #2619: ruby-oci8 + cursor_sharing=force x RETURNING INTO :returning_id half-duplex deadlock"
334333
set_logger
335334
@conn.reconnect! unless @conn.active?
336335
@conn.insert("INSERT INTO test_pk_triggers (name) VALUES ('alpha')", nil, "id")

0 commit comments

Comments
 (0)