Class RetrieveFileAndVerifyInTrackingReportTest
- java.lang.Object
-
- org.commonjava.indy.ftest.core.AbstractIndyFunctionalTest
-
- org.commonjava.indy.folo.ftest.report.AbstractTrackingReportTest
-
- org.commonjava.indy.folo.ftest.report.RetrieveFileAndVerifyInTrackingReportTest
-
- Direct Known Subclasses:
ExportAndImportTrackingReportTest
public class RetrieveFileAndVerifyInTrackingReportTest extends AbstractTrackingReportTest
GIVEN:- Repo A and path P
- Retrieve the P from A through Folo trackingId
- Seal the trackingId
- Get the download records by trackingId
- The download record contains path P on store A
-
-
Field Summary
Fields Modifier and Type Field Description org.commonjava.test.http.expect.ExpectationServerserver-
Fields inherited from class org.commonjava.indy.folo.ftest.report.AbstractTrackingReportTest
CENTRAL, PUBLIC, STORE
-
-
Constructor Summary
Constructors Constructor Description RetrieveFileAndVerifyInTrackingReportTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancreateStandardStores()protected String[]retrieveAndSeal(String repoId, String path, String content)voidrun()-
Methods inherited from class org.commonjava.indy.folo.ftest.report.AbstractTrackingReportTest
before, 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
-
retrieveAndSeal
protected String[] retrieveAndSeal(String repoId, String path, String content) throws Exception
- Throws:
Exception
-
createStandardStores
protected boolean createStandardStores()
- Overrides:
createStandardStoresin classAbstractTrackingReportTest
-
-