Skip to content

Commit

Permalink
roachtest: mark ruby-pg and npgsql flaky tests
Browse files Browse the repository at this point in the history
These two tests flake and are not easy to reproduce.

Release note: None
  • Loading branch information
rafiss committed Oct 16, 2023
1 parent e1ba9be commit 61f077c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/npgsql_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ var npgsqlIgnoreList = blocklist{
`Npgsql.Tests.CommandTests(Multiplexing).Cursor_move_RecordsAffected `: "flaky",
`Npgsql.Tests.CommandTests(Multiplexing).QueryNonQuery`: "flaky",
`Npgsql.Tests.CommandTests(Multiplexing).SingleNonQuery`: "flaky",
`Npgsql.Tests.CommandTests(Multiplexing).SingleQuery`: "flaky",
`Npgsql.Tests.CommandTests(Multiplexing).Statement_mapped_output_parameters(Default)`: "flaky",
`Npgsql.Tests.CommandTests(Multiplexing).Use_across_connection_change(NotPrepared)`: "flaky",
`Npgsql.Tests.CommandTests(NonMultiplexing).Cached_command_clears_parameters_placeholder_type`: "flaky",
Expand Down
3 changes: 2 additions & 1 deletion pkg/cmd/roachtest/tests/ruby_pg_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,6 @@ var rubyPGBlocklist = blocklist{
}

var rubyPGIgnorelist = blocklist{
`running with sync_* methods PG::Connection consume_input should raise ConnectionBad for a closed connection`: "unknown",
`PG::Connection OS thread support Connection.new shouldn't block a second thread`: "flaky",
`running with sync_* methods PG::Connection consume_input should raise ConnectionBad for a closed connection`: "flaky",
}

0 comments on commit 61f077c

Please sign in to comment.