Class AbstractDistributedEngineOnlyQueries


@TestInstance(PER_CLASS) public abstract class AbstractDistributedEngineOnlyQueries extends AbstractTestEngineOnlyQueries
  • Constructor Details

    • AbstractDistributedEngineOnlyQueries

      public AbstractDistributedEngineOnlyQueries()
  • Method Details

    • setUp

      @BeforeAll public void setUp()
    • shutdown

      @AfterAll public void shutdown()
    • ensureDistributedQueryRunner

      @Test public void ensureDistributedQueryRunner()
      Ensure the tests are run with DistributedQueryRunner with multiple workers.
    • testTimestampWithTimeZoneLiteralsWithDifferentZone

      @Test public void testTimestampWithTimeZoneLiteralsWithDifferentZone()
    • testUse

      @Test public void testUse()
    • testRoles

      @Test public void testRoles()
    • testDuplicatedRowCreateTable

      @Test public void testDuplicatedRowCreateTable()
    • testTooLongQuery

      @Test public void testTooLongQuery()
    • testTooManyStages

      @Test public void testTooManyStages()
    • testRowSubscriptWithReservedKeyword

      @Test public void testRowSubscriptWithReservedKeyword()
    • testRowTypeWithReservedKeyword

      @Test public void testRowTypeWithReservedKeyword()
    • testExplain

      @Test public void testExplain()
    • testExplainDistributed

      @Test public void testExplainDistributed()
    • testExplainAnalyze

      @Test public void testExplainAnalyze()
    • testExplainAnalyzeDynamicFilterInfo

      @Test public void testExplainAnalyzeDynamicFilterInfo()
    • testExplainAnalyzeVerbose

      @Test public void testExplainAnalyzeVerbose()
    • testExplainAnalyzeTopLevelTimes

      @Test public void testExplainAnalyzeTopLevelTimes()
    • testInsertWithCoercion

      @Test public void testInsertWithCoercion()
    • testCreateTableAsTable

      @Test public void testCreateTableAsTable()
    • testInsertTableIntoTable

      @Test public void testInsertTableIntoTable()
    • testImplicitCastToRowWithFieldsRequiringDelimitation

      @Test public void testImplicitCastToRowWithFieldsRequiringDelimitation()
    • testQueryTransitionsToRunningState

      @Test @Timeout(10L) public void testQueryTransitionsToRunningState()
    • testSelectiveLimit

      @Test @Timeout(30L) public void testSelectiveLimit()