Skip to content

Commit 2692ccd

Browse files
authored
Merge pull request #150591 from spilchen/blathers/backport-release-25.3-150429
release-25.3: roachtest: add flaky test cases to ruby-pg ignoreList
2 parents b20901e + 02553b3 commit 2692ccd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/cmd/roachtest/tests/ruby_pg_blocklist.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,12 @@ var rubyPGIgnorelist = blocklist{
186186
`PG::Connection multinationalization support respect and convert character encoding of input strings should convert error string to #put_copy_end`: "unknown",
187187
`PG::Connection in nonblocking mode rejects to send lots of COPY data`: "flaky",
188188
`PG::Connection times out after connect_timeout seconds`: "flaky",
189+
`PG::Connection#copy_data can handle client errors in #copy_data for output`: "flaky",
189190
`running with sync_* methods PG::Connection in nonblocking mode rejects to send lots of COPY data`: "flaky",
190191
`running with sync_* methods PG::Connection consume_input should raise ConnectionBad for a closed connection`: "flaky",
191192
`running with sync_* methods PG::Connection OS thread support Connection.new shouldn't block a second thread`: "flaky",
192193
`running with sync_* methods PG::Connection handles server close while asynchronous connect`: "flaky",
193194
`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",
194195
`running with sync_* methods PG::Connection times out after connect_timeout seconds`: "flaky",
196+
`with a Fiber scheduler connects several times concurrently`: "flaky",
195197
}

0 commit comments

Comments
 (0)