archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
38 stars 37 forks source link

Fix for OptimizedPostProcessorTest failing #147

Closed jacomago closed 1 year ago

jacomago commented 1 year ago

Test case testPPLessPointsThanRequested is failing. fixes #146

This is due to the Optimized.java Post Processor returning a ArrayListCollectorEventStream which throws a ChangeInYearsException from the first iteration.

Simply remove the ChangeInYearsException for a warning log instead. That way problems can still be detected without dropping the whole process.