Package io.trino.testing
Class ExtendedFailureRecoveryTest
java.lang.Object
io.trino.testing.AbstractTestQueryFramework
io.trino.testing.BaseFailureRecoveryTest
io.trino.testing.ExtendedFailureRecoveryTest
-
Nested Class Summary
Nested classes/interfaces inherited from class io.trino.testing.BaseFailureRecoveryTest
BaseFailureRecoveryTest.FailureRecoveryAssert -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidcreatePartitionedLineitemTable(String tableName, List<String> columns, String partitionColumn) voidObject[][]protected voidprotected voidprotected voidprotected voidtestNonSelect(Optional<Session> session, Optional<String> setupQuery, String query, Optional<String> cleanupQuery, boolean writesData) protected voidprotected voidprotected voidMethods inherited from class io.trino.testing.BaseFailureRecoveryTest
areWriteRetriesSupported, assertThatQuery, boundaryCoordinatorStage, boundaryDistributedStage, checkTemporaryTables, createQueryRunner, createQueryRunner, distributedStage, getRetryPolicy, intermediateDistributedStage, leafStage, moreParallelTests, parallelTest, rootStage, testAnalyzeTable, testCreateTable, testDelete, testDeleteWithSubquery, testExplainAnalyze, testInsert, testMerge, testParallel, testRefreshMaterializedView, testSelect, testSelect, testSelect, testTableModification, testTableModification, testUpdate, testUpdateWithSubqueryMethods inherited from class io.trino.testing.AbstractTestQueryFramework
assertAccessAllowed, assertAccessAllowed, assertAccessDenied, assertAccessDenied, assertExplain, assertExplain, assertExplainAnalyze, assertExplainAnalyze, assertNoDataRead, assertQuery, assertQuery, assertQuery, assertQuery, assertQuery, assertQuery, assertQueryEventually, assertQueryFails, assertQueryFails, assertQueryFailsEventually, assertQueryOrdered, assertQueryOrdered, assertQueryOrdered, assertQueryOrdered, assertQueryReturnsEmptyResult, assertQueryReturnsEmptyResult, assertQueryStats, assertQuerySucceeds, assertQuerySucceeds, assertTableColumnNames, assertUpdate, assertUpdate, assertUpdate, assertUpdate, assertUpdate, assertUpdate, assertUpdate, close, closeAfterClass, computeActual, computeActual, computeExpected, computeScalar, computeScalar, ensureTestNamingConvention, executeExclusively, formatSqlText, getDistributedQueryRunner, getDynamicFilteringStats, getExplainPlan, getExplainPlan, getGraphvizExplainPlan, getNodeCount, getQualifiedTableName, getQueryRunner, getSession, init, inTransaction, newTransaction, noJoinReordering, noJoinReordering, query, query, searchScanFilterAndProjectOperatorStats, skipTestUnless
-
Constructor Details
-
ExtendedFailureRecoveryTest
-
-
Method Details
-
initTables
- Throws:
Exception
-
createPartitionedLineitemTable
-
parallelTests
- Overrides:
parallelTestsin classBaseFailureRecoveryTest
-
testSimpleSelect
protected void testSimpleSelect() -
testAggregation
protected void testAggregation() -
testJoinDynamicFilteringDisabled
protected void testJoinDynamicFilteringDisabled() -
testJoinDynamicFilteringEnabled
protected void testJoinDynamicFilteringEnabled() -
testUserFailure
protected void testUserFailure() -
testRequestTimeouts
protected void testRequestTimeouts()- Overrides:
testRequestTimeoutsin classBaseFailureRecoveryTest
-
testNonSelect
protected void testNonSelect(Optional<Session> session, Optional<String> setupQuery, String query, Optional<String> cleanupQuery, boolean writesData) - Overrides:
testNonSelectin classBaseFailureRecoveryTest
-