- 02 Jul, 2018 4 commits
-
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: ParsingResults now have an explicit field for the error message of failed parsing tasks
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: further rework of the CalculationParsingEngine tests to make them more flexible
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
-
- 29 Jun, 2018 11 commits
-
-
Ihrig, Arvid Conrad (ari) authored
-
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
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: ArchiveCleanUpFlow now removes temporary extracted files once all expected results passed through
-
Ihrig, Arvid Conrad (ari) authored
-
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 14 commits
-
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: FileParsingTaskEndTree emitted by TreeParserFlow now includes the number of generated parsing tasks -improved error messages given by findFirstMatchingStreamElement
-
Ihrig, Arvid Conrad (ari) authored
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: element search assertion now takes matchers that work on a subset of the element stream only -elements with non-compliant classes are automatically considered matching failures -simplifies property matcher structure
-
Ihrig, Arvid Conrad (ari) authored
Integrated Pipeline: skeleton implementation for ArchiveCleanUpFlow, simply forwards directory file tree based signals
-
Ihrig, Arvid Conrad (ari) authored
-
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
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 1 commit
-
-
Ihrig, Arvid Conrad (ari) authored
-