public abstract class AbstractTestIntegrationSmokeTest extends AbstractTestQueryFramework
AbstractTestDistributedQueries| Constructor and Description |
|---|
AbstractTestIntegrationSmokeTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertExplainAnalyze(String query) |
void |
ensureDistributedQueryRunner()
Ensure the tests are run with
DistributedQueryRunner. |
void |
testAggregateSingleColumn() |
void |
testColumnsInReverseOrder() |
void |
testConcurrentScans() |
void |
testCountAll() |
void |
testDescribeTable() |
void |
testExactPredicate() |
void |
testExplainAnalyze() |
void |
testExplainAnalyzeVerbose() |
void |
testInListPredicate() |
void |
testIsNullPredicate() |
void |
testLimit() |
void |
testMultipleRangesPredicate() |
void |
testRangePredicate() |
void |
testSelectAll() |
void |
testSelectInformationSchemaColumns() |
void |
testSelectInformationSchemaTables() |
void |
testShowCreateTable() |
void |
testShowSchemas() |
void |
testShowTables() |
void |
testTableSampleSystem() |
void |
testTableSampleWithFiltering() |
assertAccessAllowed, assertAccessAllowed, assertAccessDenied, assertAccessDenied, 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, computeActual, computeActual, computeExpected, computeScalar, createQueryRunner, executeExclusively, formatSqlText, getExplainPlan, getGraphvizExplainPlan, getNodeCount, getQueryRunner, getSession, init, skipTestUnlesspublic void ensureDistributedQueryRunner()
DistributedQueryRunner. E.g. LocalQueryRunner takes some
shortcuts, not exercising certain aspects.public void testAggregateSingleColumn()
public void testColumnsInReverseOrder()
public void testCountAll()
public void testExactPredicate()
public void testInListPredicate()
public void testIsNullPredicate()
public void testLimit()
public void testMultipleRangesPredicate()
public void testRangePredicate()
public void testConcurrentScans()
public void testSelectAll()
public void testShowSchemas()
public void testShowTables()
public void testDescribeTable()
public void testExplainAnalyze()
public void testExplainAnalyzeVerbose()
protected void assertExplainAnalyze(String query)
public void testTableSampleSystem()
public void testTableSampleWithFiltering()
public void testShowCreateTable()
public void testSelectInformationSchemaTables()
public void testSelectInformationSchemaColumns()
Copyright © 2012–2020. All rights reserved.