Class RecordsMigrationTest


  • public class RecordsMigrationTest
    extends AbstractTrackingReportTest
    GIVEN:
    • There is a folo-sealed.zip file under indy/data/folo folder
    WHEN:
    • Indy starts
    THEN:
    • The records in the zip file are imported to sealed
    • The folo-sealed.dat is backed up to folo-sealed.dat.bak
    • The folo-sealed.zip is rename to folo-sealed.zip.loaded after migration is done
    • Field Summary

      • Fields inherited from class org.commonjava.indy.ftest.core.AbstractIndyFunctionalTest

        cacheProvider, client, dataDir, DEFAULT_TEST_TIMEOUT, etcDir, fixture, logger, name, storageDir, timeout, TIMEOUT_ENV_FACTOR_SYSPROP
    • Constructor Detail

      • RecordsMigrationTest

        public RecordsMigrationTest()
    • Method Detail

      • initTestData

        protected void initTestData​(org.commonjava.indy.test.fixture.core.CoreServerFixture fixture)
                             throws IOException
        Overrides:
        initTestData in class org.commonjava.indy.ftest.core.AbstractIndyFunctionalTest
        Throws:
        IOException