Class BaseTestCommitLogImpl

java.lang.Object
org.apache.polaris.persistence.nosql.impl.commits.BaseTestCommitLogImpl

@ExtendWith({org.apache.polaris.persistence.nosql.testextension.PersistenceTestExtension.class,org.assertj.core.api.junit.jupiter.SoftAssertionsExtension.class}) public abstract class BaseTestCommitLogImpl extends Object
  • Field Details

    • soft

      protected org.assertj.core.api.SoftAssertions soft
    • persistence

      protected org.apache.polaris.persistence.nosql.api.Persistence persistence
  • Constructor Details

    • BaseTestCommitLogImpl

      public BaseTestCommitLogImpl()
  • Method Details

    • commitLogs

      @ParameterizedTest @ValueSource(ints={0,1,3,19,20,21,39,40,41,255}) public void commitLogs(int numCommits, org.junit.jupiter.api.TestInfo testInfo) throws Exception
      Throws:
      Exception