Class CachedReportWhenDeleteStoreTest
- java.lang.Object
-
- org.commonjava.indy.ftest.core.AbstractIndyFunctionalTest
-
- org.commonjava.indy.folo.ftest.report.AbstractTrackingReportTest
-
- org.commonjava.indy.folo.ftest.report.AbstractCacheReportTest
-
- org.commonjava.indy.folo.ftest.report.CachedReportWhenDeleteStoreTest
-
public class CachedReportWhenDeleteStoreTest extends AbstractCacheReportTest
This case test if the folo report is cached before the report is requested. It does this: when:
- create central store repo and store a pom
- generate the report for central and pom
- delete the central repo
- the report can be still fetched with same before deletion
- all checksums should be generated and keep same
-
-
Field Summary
-
Fields inherited from class org.commonjava.indy.folo.ftest.report.AbstractTrackingReportTest
CENTRAL, PUBLIC, STORE
-
-
Constructor Summary
Constructors Constructor Description CachedReportWhenDeleteStoreTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoDeletion(org.commonjava.indy.model.core.StoreKey storeKey, String path)voidtestDigestCache()-
Methods inherited from class org.commonjava.indy.folo.ftest.report.AbstractCacheReportTest
doRealTest
-
Methods inherited from class org.commonjava.indy.folo.ftest.report.AbstractTrackingReportTest
before, createStandardStores, digest, getAdditionalClientModules, md5Hex, sha256Hex
-
Methods inherited from class org.commonjava.indy.ftest.core.AbstractIndyFunctionalTest
copyToConfigFile, copyToDataFile, createIndyClient, getAdditionalMapperModules, getTemp, getTestEnvironmentTimeoutMultiplier, getTestTimeoutMultiplier, getTestTimeoutSeconds, initBaseTestConfig, initTestConfig, initTestData, isEmpty, isPathMappedStorageEnabled, isSchedulerEnabled, lookup, newName, newServerFixture, newUrl, readTestResource, readTestResourceAsStream, sleepAndRunFileGC, start, stop, waitForEventPropagation, waitForEventPropagationWithMultiplier, writeConfigFile, writeDataFile
-
-
-
-
Method Detail
-
doDeletion
protected void doDeletion(org.commonjava.indy.model.core.StoreKey storeKey, String path) throws Exception- Specified by:
doDeletionin classAbstractCacheReportTest- Throws:
Exception
-
-