Skip to content

Commit 3c3a90a

Browse files
committed
roachtest: deflake psycopg
Previously, the DNS tests would flake based on the order of hostnames in the output. This patch places these tests on the ignore list. Fixes: #151379 Fixes: #150651 Release note: None
1 parent 0053478 commit 3c3a90a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/cmd/roachtest/tests/psycopg_blocklist.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ package tests
1919
var psycopgBlockList = blocklist{}
2020

2121
var psycopgIgnoreList = blocklist{
22+
`tests.test_dns_srv.test_srv[host=_pg._tcp.bar.com-host=db1.example.com,db4.example.com,db3.example.com,db2.example.com port=5432,5432,5433,5432-None]`: "flaky; see #151379",
23+
`tests.test_dns_srv.test_srv_async[asyncio-host=_pg._tcp.bar.com-host=db1.example.com,db4.example.com,db3.example.com,db2.example.com port=5432,5432,5433,5432-None]`: "flaky; see #151379",
2224
`tests.pool.test_pool.test_connect_check_timeout`: "requires insecure mode",
2325
`tests.pool.test_pool.test_reconnect`: "requires insecure mode",
2426
`tests.pool.test_pool.test_reconnect_after_grow_failed`: "requires insecure mode",

0 commit comments

Comments
 (0)