Opened 9 years ago
Last modified 7 years ago
#1143 closed defect
WCST Import should write the result of the ingestion to a log file — at Initial Version
Reported by: | Alex Dumitru | Owned by: | Alex Dumitru |
---|---|---|---|
Priority: | minor | Milestone: | 9.5 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Bang Pham Huu | |
Complexity: | Medium |
Description
Per Bang's suggestion, as many of our users are now running large ingestion processes we should give them a method of seeing the end result of their ingestion process (especially if skip=True is enabled which ignores some failures).
WCSTImport should create a file in the working directory called CoverageName.ingestion.log that contains the following information:
Coverage Name: Some coverage
Result: Success | Success with skipped files | Failure
Skipped files: (if any of them exist)
- file 1
- file 2
Unrecoverable failure (if any of them exist): Rasdaman service is down
Note:
See TracTickets
for help on using tickets.