- 28 Jun, 2018 7 commits
-
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: ArchiveUnpackingFlow now unpacks archives and adds extracted paths to parsing requests -generalized some matchers -FileParsingTask now takes an optional argument for the extracted file path
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: improved readability of graph stage tests, more functionality for ArchiveUnpackingFlow
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
- 27 Jun, 2018 2 commits
-
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: started to make tests more flexible by using builders and matchers instead of direct case class creation and comparison
-
- 26 Jun, 2018 8 commits
-
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: declared end-to-end tests for command-line directory-parsing with multiple worker threads
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-moved fixtures to package object to allow sharing between working and under development tests
-
Ihrig, Arvid Conrad (ari) authored
-arguments for command-line invocation are now displayed in the test report
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: ParsingResultsProcessorFlow pulls next element before processing the current one
-
- 25 Jun, 2018 13 commits
-
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-minor tweak to the zip-archive -> merged HDF5 end-to-end test to take different archive ID and file name into account
-
Ihrig, Arvid Conrad (ari) authored
-improved file-existence test error messages in end-to-end tests (specify full path rather than just the file name)
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: tree-type validation moved from CalculationParsingEngine to CalculationParsingFlow -now also supports zip-archives
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: CalculationParsingFlow now specifies the path to the main file for extracted zip-archive files
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: path to main file is now determined by CalculationParsingFlow and passed down from there
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: CalculationParsingFlow cleans up temporary extracted files when receiving end tree signal
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: CalculationParsingFlow extracts to be processed rawdata archives to a temporary directory -intended to be used with with a RAMdisk filesystem in production, thus the entire archive (at most 30 GB) is extracted once and shared by all workers instead of extracting worker-private copies of the required file-trees
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: CalculationParsingFlow now validates that no parsing requests arive after the tree end signal
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: CalculationParsngFlow now validates that the tree start signal arrives before the parsing requests
-
Ihrig, Arvid Conrad (ari) authored
-
- 22 Jun, 2018 4 commits
-
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-input from the tree summary inlet is silently discarded, the inlet will be removed
-
- 21 Jun, 2018 3 commits
-
-
Ihrig, Arvid Conrad (ari) authored
-CalculationParsingFlow now sends tree start/end signals to its outlet instead of discarding them -ParsingResultsProcessorFlow silently discards incoming tree start/end signals
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
- 20 Jun, 2018 1 commit
-
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: generalized FileParsingTask into FileParsingTaskSignal trait to allow multiple message types in stream
-
- 19 Jun, 2018 2 commits
-
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-