Adds tests for WorkScheduler finish method on each threading model. Currently test for queue model fails because implementation waits only for works queue getting empty. Once queue is empty it should wait for last running work threads too.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- cmp-scheduler-tests (branched from master)
- Build Status
Buildable 14882 Build 14882: arc lint + arc unit
Event Timeline
Comment Actions
- Merge branch 'master' into cmp-scheduler-tests
- Cleanups
- Fix missing member after merge
- Fix: Must specify package type to run custom functions
- Fix: Works may not be executed, wait by time
- Add more works than cpu threads so there may be some waiting