- 25 Jul, 2018 2 commits
-
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
- 16 Jul, 2018 2 commits
-
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
- 10 Jul, 2018 1 commit
-
-
Ihrig, Arvid Conrad (ari) authored
-trait-import on the suite level was causing name clashes between message and event matchers
-
- 05 Jul, 2018 1 commit
-
-
Ihrig, Arvid Conrad (ari) authored
-
- 03 Jul, 2018 2 commits
-
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: added a short sleep to mock processing in CalculationParsingFlowSpec to stabilize task distribution
-
Ihrig, Arvid Conrad (ari) authored
-
- 02 Jul, 2018 4 commits
-
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: moved path/treetype validation logic from Graph element to CalculationParsingEngine
-
Ihrig, Arvid Conrad (ari) authored
-
- 29 Jun, 2018 5 commits
-
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: refactored CalculationParsingFlow tests, added stream assertion for normal completion
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: merged parsing task/result messages into a single file to merge the start/end signals -parsing and result signals now use the same start/end signal case classes to get rid of duplicate code and unnecessary transformations
-
Ihrig, Arvid Conrad (ari) authored
-CalculationParsingFlow now uses the extractedPath field assigned by the ArchiveUnpackingFlow -removed some tests for CalculationParsingFlow that are no longer needed
-
- 28 Jun, 2018 3 commits
-
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: CalculationParsingFlow test fixture inherits from StreamAssertions, renamed test sink/source
-
Ihrig, Arvid Conrad (ari) authored
-
- 25 Jun, 2018 7 commits
-
-
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
-
- 21 Jun, 2018 1 commit
-
-
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
-
- 12 Jun, 2018 4 commits
-
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: FileParsingTask contains the original FileTreeScanTask as field rather than copying all values
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: FileParsingResults contains the original FileParsingTask as field rather than copying all values
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-will be extended later to have multiple workers internally
-