Skip to content

Commit

Permalink
roachtest: add test to ruby-pg blocklist
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
andyyang890 authored and aliher1911 committed Oct 9, 2023
1 parent ba4a1f4 commit 0442ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/ruby_pg_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ var rubyPGBlocklist = blocklist{
`running with sync_* methods PG::Connection connection information related to SSL can retrieve a single ssl connection attribute`: "unknown",
`running with sync_* methods PG::Connection connection information related to SSL can retrieve connection's ssl state`: "unknown",
`running with sync_* methods PG::Connection connects using URI with UnixSocket host`: "unknown",
`running with sync_* methods PG::Connection consume_input should raise ConnectionBad for a closed connection`: "unknown",
`running with sync_* methods PG::Connection deprecated forms of methods should forward exec to exec_params`: "unknown",
`running with sync_* methods PG::Connection deprecated forms of methods should forward send_query to send_query_params`: "unknown",
`running with sync_* methods PG::Connection doesn't collapse sequential notifications`: "unknown",
Expand Down

0 comments on commit 0442ec7

Please sign in to comment.