Disabled Unit Tests (in the Cloud)
Paultagoras opened this issue · 0 comments
Paultagoras commented
This is the list of tests (with rough line numbers) that have been disabled, so we can revisit them and re-evaluate:
- ClientIntegrationTest.java
- (468, 34) testCompression
- (2137, 34) testSessionLock
- (2173, 34) testAbortTransaction
- (2208, 34) testNewTransaction
- (2252, 34) testJoinTransaction
- (2281, 34) testCommitTransaction
- (2312, 34) testRollbackTransaction
- (2378, 34) testTransactionSnapshot
- (2463, 34) testTransactionTimeout
- (2557, 34) testImplicitTransaction
- (2677, 34) testFailover
- ClickHouseHttpClientTest.java
- (115, 34) testAuthentication
- (249, 34) testSession
- (291, 34) testTransaction
- (304, 34) testSslRootCertificateClientAuth
- (334, 34) testTrustStoreSSLClientAuth
- (349, 34) testCreateTableAsSelect
- (381, 34) testMutation
- (627, 34) testLongHttpHeaderReferer
- AccessManagementTest.java
- (23, 34) testSetRoleDifferentConnections
- (108, 34) testSetRolesAccessingTableRows
- ClickHouseConnectionTest.java
- (31, 34) testCentralizedConfiguration
- (131, 34) testAutoCommitMode
- (205, 34) testReadOnly
- (312, 34) testAutoCommit
- (409, 34) testManualTxApi
- (527, 34) testManualTxTcl
- (676, 34) testNestedTransactions
- (720, 34) testParallelTransactions
- ClickHouseDataSourceTest.java
- (22, 34) testHighAvailabilityConfig
- (40, 34) testMultiEndpoints
- ClickHouseDriverTest.java
- (23, 34) testConnect
- ClickHousePreparedStatementTest.java
- (1131, 34) testQueryWithExternalTable
- (1326, 34) testOutFileAndInFile
- (2065, 34) testGetMetadataStatements
- ClickHouseStatementTest.java
- (82, 34) testBatchUpdate
- (285, 34) testSwitchCatalog
- (357, 34) testSwitchSchema
- (176, 34) testOutFileAndInFile
- (529, 34) testAsyncInsert
- (544, 34) testCancelQuery
- (1279, 34) testTimeZone
- ClickHouseConnectionImplTest.java
- (19, 34) testManualCommit
- (112, 34) testManualRollback
- (237, 34) testSwitchAutoCommit
- ClickHouseDatabaseMetaDataTest.java
- (196, 34) testGetTables