sillsdev / LfMerge

Send/Receive for languageforge.org
MIT License
2 stars 4 forks source link

Removed QueueNames #304

Closed josephmyers closed 2 years ago

josephmyers commented 2 years ago

This included removing IQueue.Name and IQueue.NextQueueWithWork as well as simplifying container registration for Queue.

Also moved queue directory creation from Queue to LfMergeSettings.

github-actions[bot] commented 2 years ago

Test Results

    2 files  ±  0    19 suites   - 1   5m 25s :stopwatch: - 1m 35s 306 tests  - 25  286 :heavy_check_mark:  - 25  20 :zzz: ±0  0 :x: ±0  309 runs   - 25  289 :heavy_check_mark:  - 25  20 :zzz: ±0  0 :x: ±0 

Results for commit 0d766c86. ± Comparison against base commit 8103d0ec.

This pull request removes 27 and adds 2 tests. Note that renamed tests count towards both. ``` CleanupAndRescheduleJobs_NothingToDo(CLONED) CleanupAndRescheduleJobs_NothingToDo(ERROR) CleanupAndRescheduleJobs_NothingToDo(HOLD) CleanupAndRescheduleJobs_NothingToDo(IDLE) Ctor_CantCreateQueueForNone CurrentAction_Works(Edit,Edit) CurrentAction_Works(Synchronize,Synchronize) FirstQueueWithWork_AllQueuesEmpty_ReturnsNull FirstQueueWithWork_ReturnsNonEmptyQueue GetActionFromQueue(Edit,Edit) … ``` ``` CurrentAction_Works(Synchronize) NextAction([Synchronize]) ```