You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/cmd/roachtest/tests/ruby_pg_blocklist.go
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -186,10 +186,12 @@ var rubyPGIgnorelist = blocklist{
186
186
`PG::Connection multinationalization support respect and convert character encoding of input strings should convert error string to #put_copy_end`: "unknown",
187
187
`PG::Connection in nonblocking mode rejects to send lots of COPY data`: "flaky",
188
188
`PG::Connection times out after connect_timeout seconds`: "flaky",
189
+
`PG::Connection#copy_data can handle client errors in #copy_data for output`: "flaky",
189
190
`running with sync_* methods PG::Connection in nonblocking mode rejects to send lots of COPY data`: "flaky",
190
191
`running with sync_* methods PG::Connection consume_input should raise ConnectionBad for a closed connection`: "flaky",
191
192
`running with sync_* methods PG::Connection OS thread support Connection.new shouldn't block a second thread`: "flaky",
192
193
`running with sync_* methods PG::Connection handles server close while asynchronous connect`: "flaky",
193
194
`running with sync_* methods PG::Connection multinationalization support respect and convert character encoding of input strings should convert error string to #put_copy_end`: "flaky",
194
195
`running with sync_* methods PG::Connection times out after connect_timeout seconds`: "flaky",
196
+
`with a Fiber scheduler connects several times concurrently`: "flaky",
0 commit comments