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.UseBaseConnectorTestinstead.
-
-
Constructor Summary
Constructors Constructor Description AbstractTestIntegrationSmokeTest()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidensureDistributedQueryRunner()Deprecated.Ensure the tests are run withDistributedQueryRunner.Object[][]joinDistributionTypes()Deprecated.voidtestAggregation()Deprecated.voidtestColumnsInReverseOrder()Deprecated.voidtestConcurrentScans()Deprecated.voidtestDescribeTable()Deprecated.voidtestExactPredicate()Deprecated.voidtestExplainAnalyze()Deprecated.voidtestExplainAnalyzeVerbose()Deprecated.voidtestInListPredicate()Deprecated.voidtestIsNullPredicate()Deprecated.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.voidtestLikePredicate()Deprecated.voidtestLimit()Deprecated.voidtestMultipleRangesPredicate()Deprecated.voidtestRangePredicate()Deprecated.voidtestSelectAll()Deprecated.voidtestSelectInformationSchemaColumns()Deprecated.voidtestSelectInformationSchemaTables()Deprecated.voidtestShowCreateTable()Deprecated.voidtestShowSchemas()Deprecated.voidtestShowTables()Deprecated.voidtestTableSampleSystem()Deprecated.voidtestTableSampleWithFiltering()Deprecated.-
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, assertQuerySucceeds, assertQuerySucceeds, assertTableColumnNames, assertUpdate, assertUpdate, assertUpdate, assertUpdate, assertUpdate, assertUpdate, assertUpdate, close, closeAfterClass, computeActual, computeActual, computeExpected, computeScalar, createQueryRunner, ensureTestNamingConvention, executeExclusively, formatSqlText, getDistributedQueryRunner, getExplainPlan, getGraphvizExplainPlan, getNodeCount, getQueryRunner, getSession, init, noJoinReordering, noJoinReordering, query, query, searchScanFilterAndProjectOperatorStats, skipTestUnless
-
-
-
-
Method Detail
-
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
public void testJoinWithEmptySides(FeaturesConfig.JoinDistributionType joinDistributionType)
Deprecated.Test interactions between optimizer (including CBO), scheduling and connector metadata APIs.
-
joinDistributionTypes
public Object[][] 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.
-
-