Add unit tests for watchdog in ProcessGroupManager - #444
Merged
MaciejKaszynski merged 7 commits intoAug 11, 2026
Merged
Conversation
cameron-craig-etas
requested a deployment
to
workflow-approval
August 10, 2026 12:21 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
August 10, 2026 12:21 — with
GitHub Actions
Waiting
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
cameron-craig-etas
requested a deployment
to
workflow-approval
August 10, 2026 12:43 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
August 10, 2026 12:43 — with
GitHub Actions
Waiting
ProcessGroupManager
cameron-craig-etas
requested a deployment
to
workflow-approval
August 10, 2026 13:36 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
August 10, 2026 13:36 — with
GitHub Actions
Waiting
cameron-craig-etas
force-pushed
the
feature/add-watchdog-tests-for-process-group-manager
branch
from
August 10, 2026 14:05
4fbdaf0 to
65c3a7f
Compare
cameron-craig-etas
requested a deployment
to
workflow-approval
August 10, 2026 14:05 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
August 10, 2026 14:05 — with
GitHub Actions
Waiting
cameron-craig-etas
force-pushed
the
feature/add-watchdog-tests-for-process-group-manager
branch
from
August 10, 2026 14:16
65c3a7f to
a03aa5b
Compare
cameron-craig-etas
requested a deployment
to
workflow-approval
August 10, 2026 14:16 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
August 10, 2026 14:16 — with
GitHub Actions
Waiting
cameron-craig-etas
force-pushed
the
feature/add-watchdog-tests-for-process-group-manager
branch
from
August 10, 2026 14:43
a03aa5b to
b4eb967
Compare
cameron-craig-etas
requested a deployment
to
workflow-approval
August 10, 2026 14:43 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
August 10, 2026 14:43 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
August 10, 2026 15:02 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
August 10, 2026 15:02 — with
GitHub Actions
Waiting
cameron-craig-etas
force-pushed
the
feature/add-watchdog-tests-for-process-group-manager
branch
from
August 11, 2026 07:07
6418b15 to
da1102d
Compare
cameron-craig-etas
requested a deployment
to
workflow-approval
August 11, 2026 07:07 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
August 11, 2026 07:07 — with
GitHub Actions
Waiting
cameron-craig-etas
force-pushed
the
feature/add-watchdog-tests-for-process-group-manager
branch
from
August 11, 2026 07:11
da1102d to
e61a411
Compare
cameron-craig-etas
requested a deployment
to
workflow-approval
August 11, 2026 07:11 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
August 11, 2026 07:11 — with
GitHub Actions
Waiting
cameron-craig-etas
marked this pull request as ready for review
August 11, 2026 07:38
cameron-craig-etas
requested review from
FScholPer,
MaciejKaszynski,
anmittag,
antonkri,
pawelrutkaq and
ramceb
as code owners
August 11, 2026 07:38
danth
approved these changes
Aug 11, 2026
added 5 commits
August 11, 2026 11:02
fix: Re-add missing bazel rule for watchdog factory fix: use lm_cc_test rule chore: Fix minor review issues - Unused include - Unused bazel dep - add const variable for magic number - Reword a comment fix: Formatting
cameron-craig-etas
force-pushed
the
feature/add-watchdog-tests-for-process-group-manager
branch
from
August 11, 2026 10:29
e61a411 to
c83b4e4
Compare
cameron-craig-etas
requested a deployment
to
workflow-approval
August 11, 2026 10:29 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
August 11, 2026 10:29 — with
GitHub Actions
Waiting
WilliamRoebuck
left a comment
Contributor
There was a problem hiding this comment.
Looks good, just some nitpicks
cameron-craig-etas
requested a deployment
to
workflow-approval
August 11, 2026 14:31 — with
GitHub Actions
Waiting
cameron-craig-etas
requested a deployment
to
workflow-approval
August 11, 2026 14:31 — with
GitHub Actions
Waiting
WilliamRoebuck
approved these changes
Aug 11, 2026
MaciejKaszynski
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#439
This PR adds unit tests for the watchdog functionality in
ProcessGroupManager. Mocks have been added where needed.The tests are following the unit test guidelines here: https://eclipse-score.github.io/process_description//main/process_areas/verification/guidance/verification_specification.html