Package io.trino.testing
Class AbstractTestIntegrationSmokeTest
java.lang.Object
io.trino.testing.AbstractTestQueryFramework
io.trino.testing.AbstractTestIntegrationSmokeTest
@Deprecated
public abstract class AbstractTestIntegrationSmokeTest
extends AbstractTestQueryFramework
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Ensure the tests are run withDistributedQueryRunner.Object[][]Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidtestJoin()Deprecated.Test interactions between optimizer (including CBO) and connector metadata APIs.voidtestJoinWithEmptySides(FeaturesConfig.JoinDistributionType joinDistributionType) Deprecated.Test interactions between optimizer (including CBO), scheduling and connector metadata APIs.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.Methods inherited from class io.trino.testing.AbstractTestQueryFramework
assertAccessAllowed, assertAccessAllowed, assertAccessDenied, assertAccessDenied, assertExplain, assertExplain, assertExplainAnalyze, assertExplainAnalyze, 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, createQueryRunner, ensureTestNamingConvention, executeExclusively, formatSqlText, getDistributedQueryRunner, getDynamicFilteringStats, getExplainPlan, getGraphvizExplainPlan, getNodeCount, getQualifiedTableName, getQueryRunner, getSession, init, inTransaction, newTransaction, noJoinReordering, noJoinReordering, query, query, searchScanFilterAndProjectOperatorStats, skipTestUnless
-
Constructor Details
-
AbstractTestIntegrationSmokeTest
public AbstractTestIntegrationSmokeTest()Deprecated.
-
-
Method Details
-
ensureDistributedQueryRunner
public void ensureDistributedQueryRunner()Deprecated.Ensure the tests are run withDistributedQueryRunner. E.g.LocalQueryRunnertakes some shortcuts, not exercising certain aspects. -
testColumnsInReverseOrder
public void testColumnsInReverseOrder()Deprecated. -
testAggregation
public void testAggregation()Deprecated. -
testExactPredicate
public void testExactPredicate()Deprecated. -
testInListPredicate
public void testInListPredicate()Deprecated. -
testIsNullPredicate
public void testIsNullPredicate()Deprecated. -
testLikePredicate
public void testLikePredicate()Deprecated. -
testLimit
public void testLimit()Deprecated. -
testMultipleRangesPredicate
public void testMultipleRangesPredicate()Deprecated. -
testRangePredicate
public void testRangePredicate()Deprecated. -
testConcurrentScans
public void testConcurrentScans()Deprecated. -
testSelectAll
public void testSelectAll()Deprecated. -
testJoinWithEmptySides
Deprecated.Test interactions between optimizer (including CBO), scheduling and connector metadata APIs. -
joinDistributionTypes
Deprecated. -
testJoin
public void testJoin()Deprecated.Test interactions between optimizer (including CBO) and connector metadata APIs. -
testShowSchemas
public void testShowSchemas()Deprecated. -
testShowTables
public void testShowTables()Deprecated. -
testDescribeTable
public void testDescribeTable()Deprecated. -
testExplainAnalyze
public void testExplainAnalyze()Deprecated. -
testExplainAnalyzeVerbose
public void testExplainAnalyzeVerbose()Deprecated. -
testTableSampleSystem
public void testTableSampleSystem()Deprecated. -
testTableSampleWithFiltering
public void testTableSampleWithFiltering()Deprecated. -
testShowCreateTable
public void testShowCreateTable()Deprecated. -
testSelectInformationSchemaTables
public void testSelectInformationSchemaTables()Deprecated. -
testSelectInformationSchemaColumns
public void testSelectInformationSchemaColumns()Deprecated.
-
BaseConnectorTestinstead.