Skip to content

Commit

Permalink
roachtest: ignore some ORM tests
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
rafiss committed Aug 1, 2023
1 parent a14d6bb commit 9061bd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cmd/roachtest/tests/hibernate_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ var hibernateBlockList = blocklist{
var hibernateSpatialIgnoreList = blocklist{
"org.hibernate.serialization.SessionFactorySerializationTest.testUnNamedSessionFactorySerialization": "flaky",
"org.hibernate.serialization.SessionFactorySerializationTest.testNamedSessionFactorySerialization": "flaky",
"org.hibernate.test.batch.BatchTest.testBatchInsertUpdate": "flaky",
}

var hibernateIgnoreList = blocklist{
"org.hibernate.serialization.SessionFactorySerializationTest.testUnNamedSessionFactorySerialization": "flaky",
"org.hibernate.serialization.SessionFactorySerializationTest.testNamedSessionFactorySerialization": "flaky",
"org.hibernate.test.batch.BatchTest.testBatchInsertUpdate": "flaky",
}
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/npgsql_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,7 @@ var npgsqlIgnoreList = blocklist{
`Npgsql.Tests.CopyTests(NonMultiplexing).Wrong_format_binary_import`: "flaky",
`Npgsql.Tests.CopyTests(NonMultiplexing).Wrong_format_raw_binary_copy`: "flaky",
`Npgsql.Tests.NotificationTests.WaitAsync_with_timeout`: "flaky",
`Npgsql.Tests.ReaderTests(Multiplexing,Default).Cleans_up_ok_with_dispose_calls(NotPrepared)`: "flaky",
`Npgsql.Tests.TransactionTests(Multiplexing).Failed_transaction_on_close_with_custom_timeout`: "flaky",
`Npgsql.Tests.TransactionTests(NonMultiplexing).CommitAsync(Prepared)`: "flaky",
}
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/pgjdbc_blocklist.go
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,7 @@ var pgjdbcIgnoreList = blocklist{
"org.postgresql.test.jdbc2.BatchedInsertReWriteEnabledTest.testReWriteDisabledForPlainBatch[2: autoCommit=NO, binary=REGULAR]": "54477",
"org.postgresql.test.jdbc2.BatchedInsertReWriteEnabledTest.testReWriteDisabledForPlainBatch[3: autoCommit=NO, binary=FORCE]": "54477",
"org.postgresql.test.jdbc2.CursorFetchTest.testBasicFetch[binary = FORCE]": "flaky",
"org.postgresql.test.jdbc2.CursorFetchTest.testBasicFetch[binary = REGULAR]": "flaky",
"org.postgresql.test.jdbc2.DatabaseEncodingTest.testBadUTF8Decode": "54477",
"org.postgresql.test.jdbc2.DatabaseEncodingTest.testTruncatedUTF8Decode": "54477",
"org.postgresql.test.jdbc2.DatabaseEncodingTest.testUTF8Decode": "54477",
Expand Down

0 comments on commit 9061bd6

Please sign in to comment.