-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add test cases that guarantee the main execution flows of FPCScheduler. #5308
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5308 +/- ##
==========================================
- Coverage 76.78% 69.39% -7.40%
==========================================
Files 241 241
Lines 14650 14650
Branches 644 644
==========================================
- Hits 11249 10166 -1083
- Misses 3401 4484 +1083 ☔ View full report in Codecov by Sentry. |
21cad51
to
5597b98
Compare
LGTM |
5597b98
to
0c33ab4
Compare
83c0d2c
to
32cda4e
Compare
ansible/group_vars/all
Outdated
@@ -498,7 +498,7 @@ durationChecker: | |||
spi: "{{ duration_checker_spi | default('') }}" | |||
timeWindow: "{{ duration_checker_time_window | default('1 d') }}" | |||
|
|||
enable_scheduler: "{{ scheduler_enable | default(false) }}" | |||
enable_scheduler: "{{ scheduler_enable | default(true) }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The scheduler test failure of this PR was because the scheduler was not enabled.
As we would enable the scheduler by default with #5463, I rebased this PR from it.
32cda4e
to
ea69872
Compare
ea69872
to
b9386f6
Compare
Description
This is to guarantee the main execution flows with system tests.
Related issue and scope
My changes affect the following components
Types of changes
Checklist: