Closed andreh12 closed 6 years ago
feature/fu-crashing has been merged to dev
rebased on current dev (c61a545), resolved conflicts with respect to branch feature/fu-crashing
.
test reports:
mvn test
: Tests run: 45, Failures: 0, Errors: 0, Skipped: 2
mvn integration-test
: Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
Ready to merge.
resolved conflicts and added missing code to actually dispatch the results to the DAQ object...
mvn test
and mvn integration-test
do not report any failed tests
Released as 1.17.8, available in dev repository. Can be used as:
<dependency>
<groupId>ch.cern</groupId>
<artifactId>DAQAggregator</artifactId>
<version>1.17.8</version>
</dependency>
mvn test
reports:Tests run: 44, Failures: 0, Errors: 0, Skipped: 2
mvn integration-test
reports:Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
DAQAggregator_example.properties
so waiting forfeature/fu-crashing
to be merged (commit 0e1885e )