Skip to content

Commit

Permalink
roachtest: add assignment-cast related failures to pgjdbc
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
rafiss committed Nov 11, 2021
1 parent a539b38 commit 0049d6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cmd/roachtest/tests/pgjdbc_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ var pgjdbcBlockList22_1 = blocklist{
"org.postgresql.test.jdbc2.ArrayTest.testSetArray[binary = REGULAR]": "26925",
"org.postgresql.test.jdbc2.ArrayTest.testSetNullArrays[binary = FORCE]": "71714",
"org.postgresql.test.jdbc2.ArrayTest.testSetNullArrays[binary = REGULAR]": "71714",
"org.postgresql.test.jdbc2.ArrayTest.testSetNull[binary = FORCE]": "71714",
"org.postgresql.test.jdbc2.ArrayTest.testSetNull[binary = REGULAR]": "71714",
"org.postgresql.test.jdbc2.ArrayTest.testSetPrimitiveArraysObjects[binary = FORCE]": "26925",
"org.postgresql.test.jdbc2.ArrayTest.testSetPrimitiveArraysObjects[binary = REGULAR]": "26925",
"org.postgresql.test.jdbc2.ArrayTest.testSetPrimitiveObjects[binary = FORCE]": "26925",
Expand Down

0 comments on commit 0049d6f

Please sign in to comment.