Update frame map unconditionally when starting scheduler.
ClosedPublic

Authored by TallFurryMan on Aug 3 2018, 9:24 PM.

Details

Summary

This fix makes sure the captured frame map is properly updated when the Scheduler starts.

Test Plan

Create a scheduler job with a sequence, make the sequence complete successfully.
Don't touch the Scheduler, remove some captures from the sequence storage.
Start the Scheduler.
Without this fix, capture count is not updated before starting the sequence.
With this fix, capture count is updated and transferred properly to the sequence.

Note that issues further down the pipe prevents the sequence from processing properly, this is a first step.

Diff Detail

Repository
R321 KStars
Branch
bugfix__refresh_storage_when_evaluating (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 1496
Build 1514: arc lint + arc unit
TallFurryMan created this revision.Aug 3 2018, 9:24 PM
Restricted Application added a project: KDE Edu. · View Herald TranscriptAug 3 2018, 9:24 PM
Restricted Application added a subscriber: kde-edu. · View Herald Transcript
TallFurryMan requested review of this revision.Aug 3 2018, 9:24 PM
mutlaqja accepted this revision.Aug 4 2018, 7:22 AM
This revision is now accepted and ready to land.Aug 4 2018, 7:22 AM
This revision was automatically updated to reflect the committed changes.