Class ExtendedFailureRecoveryTest


@TestInstance(PER_CLASS) public abstract class ExtendedFailureRecoveryTest extends BaseFailureRecoveryTest
  • Constructor Details

    • ExtendedFailureRecoveryTest

      protected ExtendedFailureRecoveryTest(RetryPolicy retryPolicy)
  • Method Details

    • initTables

      @BeforeAll public void initTables() throws Exception
      Throws:
      Exception
    • createPartitionedLineitemTable

      protected abstract void createPartitionedLineitemTable(String tableName, List<String> columns, String partitionColumn)
    • testSimpleSelect

      @Test protected void testSimpleSelect()
    • testAggregation

      @Test protected void testAggregation()
    • testJoinDynamicFilteringDisabled

      @Test protected void testJoinDynamicFilteringDisabled()
    • testJoinDynamicFilteringEnabled

      @Test protected void testJoinDynamicFilteringEnabled()
    • testUserFailure

      @Test protected void testUserFailure()
    • testRequestTimeouts

      @Test protected void testRequestTimeouts()
      Overrides:
      testRequestTimeouts in class BaseFailureRecoveryTest
    • testNonSelect

      protected void testNonSelect(Optional<Session> session, Optional<String> setupQuery, String query, Optional<String> cleanupQuery, boolean writesData)
      Overrides:
      testNonSelect in class BaseFailureRecoveryTest