Skip to content

Commit

Permalink
Merge #111464
Browse files Browse the repository at this point in the history
111464: pgjdbc: remove passing tests from blocklist r=rimadeodhar a=rimadeodhar

With recent work on UDFs(#17511) and #41872, some of the tests from pjdbc associated with these issues have started passing. This PR updates the blocklist to remove the newly passing tests.

Epic: None
Fixes: #111130
Release note: None

Co-authored-by: rimadeodhar <[email protected]>
  • Loading branch information
craig[bot] and rimadeodhar committed Sep 29, 2023
2 parents f5b917d + 00846ee commit d0c8f31
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/cmd/roachtest/tests/pgjdbc_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -631,16 +631,10 @@ var pgjdbcBlockList = blocklist{
"org.postgresql.test.jdbc4.BlobTest.testSetBlobWithStream": "26725",
"org.postgresql.test.jdbc4.BlobTest.testSetBlobWithStreamAndLength": "26725",
"org.postgresql.test.jdbc4.DatabaseMetaDataHideUnprivilegedObjectsTest.initializationError": "17511",
"org.postgresql.test.jdbc4.DatabaseMetaDataTest.testGetClientInfoProperties": "17511",
"org.postgresql.test.jdbc4.DatabaseMetaDataTest.testGetColumnsForAutoIncrement": "41870",
"org.postgresql.test.jdbc4.DatabaseMetaDataTest.testGetFunctionsInSchemaForFunctions": "17511",
"org.postgresql.test.jdbc4.DatabaseMetaDataTest.testGetFunctionsInSchemaForProcedures": "17511",
"org.postgresql.test.jdbc4.DatabaseMetaDataTest.testGetFunctionsWithBlankPatterns": "41872",
"org.postgresql.test.jdbc4.DatabaseMetaDataTest.testGetFunctionsWithSpecificTypes": "17511",
"org.postgresql.test.jdbc4.DatabaseMetaDataTest.testGetProceduresInSchemaForFunctions": "17511",
"org.postgresql.test.jdbc4.DatabaseMetaDataTest.testGetProceduresInSchemaForProcedures": "17511",
"org.postgresql.test.jdbc4.DatabaseMetaDataTest.testGetSchemas": "17511",
"org.postgresql.test.jdbc4.DatabaseMetaDataTest.testSortedDataTypes": "17511",
"org.postgresql.test.jdbc4.IsValidTest.testIsValidRemoteClose": "35897",
"org.postgresql.test.jdbc4.UUIDTest.testUUIDString[binary=FORCE, stringType=VARCHAR]": "5807",
"org.postgresql.test.jdbc4.UUIDTest.testUUIDString[binary=REGULAR, stringType=VARCHAR]": "5807",
Expand Down

0 comments on commit d0c8f31

Please sign in to comment.