Skip to content

Commit 0c49395

Browse files
committed
roachtest: deflake asyncpg test
This deflakes the 'test_timeout.TestTimeout.test_timeout_05' test, which we have seen fail occasionally. Since it deals with timing, we are going to mark it as flaky. Closes #159074 Epic: none Release note: none
1 parent 27f0afc commit 0c49395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/roachtest/tests/asyncpg_blocklist.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,5 @@ var asyncpgIgnoreList = blocklist{
8989
`test_copy.TestCopyTo.test_copy_to_table_timeout`: "flaky; see #119291 and https://github.com/MagicStack/asyncpg/issues/240",
9090
`test_execute.TestExecuteMany.test_executemany_server_failure_during_writes`: "flaky",
9191
`test_listeners.TestListeners.test_dangling_listener_warns`: "flaky",
92+
`test_timeout.TestTimeout.test_timeout_05`: "flaky",
9293
}

0 commit comments

Comments
 (0)