Skip to content

Commit 6a7d7ab

Browse files
committed
roachtest: deflake gopg
Previously, one of the soft deletion tests was flaking because of a timing issue where sometimes it could be slower then expected. This patch adds the problematic test on the ignore list. Fixes: #151991 Release note: None
1 parent 2eb84bc commit 6a7d7ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/cmd/roachtest/tests/gopg_blocklist.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,7 @@ var gopgIgnoreList = blocklist{
5454
`v10.TestColumnReuse`: "unknown",
5555
// This test is flaky sometimes due to the use of temp tables.
5656
`pg | soft delete with int column nil model ForceDelete | deletes the model`: "unknown",
57+
// This test is sometimes flaky due to a small delta in the expected soft
58+
// deletion timestamp (i.e. the test allows up to one seconds worth of difference).
59+
`pg | soft delete with int column model | ForceDelete deletes the model`: "unknown",
5760
}

0 commit comments

Comments
 (0)