Class AbstractTestIntegrationSmokeTest

java.lang.Object
io.trino.testing.AbstractTestQueryFramework
io.trino.testing.AbstractTestIntegrationSmokeTest

@Deprecated public abstract class AbstractTestIntegrationSmokeTest extends AbstractTestQueryFramework
Deprecated.
Use BaseConnectorTest instead.
  • Constructor Details

    • AbstractTestIntegrationSmokeTest

      public AbstractTestIntegrationSmokeTest()
      Deprecated.
  • Method Details

    • ensureDistributedQueryRunner

      public void ensureDistributedQueryRunner()
      Deprecated.
      Ensure the tests are run with DistributedQueryRunner. E.g. LocalQueryRunner takes 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.