Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename scheduler #188

Merged
merged 2 commits into from
Sep 26, 2023
Merged

Rename scheduler #188

merged 2 commits into from
Sep 26, 2023

Conversation

abbiemery
Copy link
Collaborator

Fixes #168

@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (ef41764) 94.68% compared to head (37aa9af) 94.68%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #188   +/-   ##
=======================================
  Coverage   94.68%   94.68%           
=======================================
  Files          41       41           
  Lines        1318     1318           
=======================================
  Hits         1248     1248           
  Misses         70       70           
Files Coverage Δ
src/tickit/core/components/component.py 96.29% <ø> (ø)
src/tickit/core/components/system_component.py 94.11% <100.00%> (ø)
src/tickit/core/management/schedulers/nested.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@tpoliaw tpoliaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are still references to slave schedulers in two of the diagrams in the docs

docs/images/tickit-simple-overview-with-system-simulation.svg
docs/images/tickit-system-simulation-cpt.svg

There are also two files with references in the names

tests/core/management/schedulers/test_slave_scheduler.py
tests/system_tests/test_with_master_and_slave.py

@abbiemery abbiemery merged commit c213d58 into master Sep 26, 2023
16 checks passed
abbiemery added a commit that referenced this pull request Sep 26, 2023
@abbiemery abbiemery deleted the rename-scheduler branch September 26, 2023 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename slave/master schedulers
2 participants