Skip to content

Commit

Permalink
Merge #135367
Browse files Browse the repository at this point in the history
135367: roachtest: fix name of flaky pgjdbc test r=rafiss a=rafiss

It turns out the name needs to include parentheses in it.

fixes #135245
Release note: None

Co-authored-by: Rafi Shamim <[email protected]>
  • Loading branch information
craig[bot] and rafiss committed Nov 16, 2024
2 parents e83bc46 + 32e9757 commit 7e17180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/pgjdbc_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ var pgjdbcIgnoreList = blocklist{
"org.postgresql.test.jdbc2.DatabaseEncodingTest.testTruncatedUTF8Decode": "54477",
"org.postgresql.test.jdbc2.DatabaseEncodingTest.testUTF8Decode": "54477",
"org.postgresql.test.jdbc2.DatabaseMetaDataCacheTest.testGetTypeInfoUsesCache": "https://github.com/cockroachdb/cockroach/issues/119332#issuecomment-1950242848",
"org.postgresql.test.jdbc2.StatementTest.shortQueryTimeout": "flaky",
"org.postgresql.test.jdbc2.StatementTest.shortQueryTimeout()": "flaky",
"org.postgresql.test.jdbc4.jdbc41.SchemaTest.testCurrentSchemaPropertyNotVisibilityTableInsideFunction": "https://github.com/pgjdbc/pgjdbc/pull/2806",
"org.postgresql.test.jdbc4.jdbc41.SchemaTest.testCurrentSchemaPropertyVisibilityFunction": "https://github.com/pgjdbc/pgjdbc/pull/2806",
"org.postgresql.test.jdbc4.jdbc41.SchemaTest.testCurrentSchemaPropertyVisibilityTableDuringFunctionCreation": "https://github.com/pgjdbc/pgjdbc/pull/2806",
Expand Down

0 comments on commit 7e17180

Please sign in to comment.