Skip to content

Commit f219aa6

Browse files
committed
workload/roachtest: add a gopg test to the ignore list
We have seen this test fail every once in a while: ``` pg | BeforeQuery and AfterQuery CopyFrom | is called for CopyFrom with model ``` Adding this to the ignore list to tolerate the occasional failure. Closes #157873 Release note: none
1 parent 560b635 commit f219aa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/roachtest/tests/gopg_blocklist.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ var gopgBlockList = blocklist{
3333
}
3434

3535
var gopgIgnoreList = blocklist{
36+
`pg | BeforeQuery and AfterQuery CopyFrom | is called for CopyFrom with model`: "unknown",
3637
// These "fetching" tests assume a particular order when ORDER BY clause is
3738
// omitted from the query by the ORM itself.
3839
"pg | ORM slice model | fetches Book relations": "41690",

0 commit comments

Comments
 (0)