Skip to content

Commit 4cf794e

Browse files
committed
roachtest: deflake npgsql test
These upstream tests are flaky, so we ignore them. Release note: None
1 parent 93546c2 commit 4cf794e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkg/cmd/roachtest/tests/npgsql_blocklist.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,8 +745,14 @@ var npgsqlBlocklist = blocklist{
745745
}
746746

747747
var npgsqlIgnoreList = blocklist{
748+
`Npgsql.Tests.CommandTests(Multiplexing).QueryNonQuery`: "flaky",
749+
`Npgsql.Tests.CommandTests(Multiplexing).SingleNonQuery`: "flaky",
748750
`Npgsql.Tests.CommandTests(Multiplexing).Statement_mapped_output_parameters(Default)`: "flaky",
751+
`Npgsql.Tests.CommandTests(NonMultiplexing).Cached_command_clears_parameters_placeholder_type`: "flaky",
752+
`Npgsql.Tests.CommandTests(NonMultiplexing).CloseConnection_with_exception`: "flaky",
753+
`Npgsql.Tests.CommandTests(NonMultiplexing).Cursor_move_RecordsAffected `: "flaky",
749754
`Npgsql.Tests.CommandTests(NonMultiplexing).Statement_mapped_output_parameters(SequentialAccess)`: "flaky",
755+
`Npgsql.Tests.CommandTests(NonMultiplexing).Use_across_connection_change(Prepared)`: "flaky",
750756
`Npgsql.Tests.ConnectionTests(NonMultiplexing).PostgreSqlVersion_ServerVersion`: "flaky",
751757
`Npgsql.Tests.ConnectionTests(NonMultiplexing).Connector_not_initialized_exception`: "flaky",
752758
`Npgsql.Tests.ConnectionTests(NonMultiplexing).Many_open_close_with_transaction`: "flaky",

0 commit comments

Comments
 (0)