-
Notifications
You must be signed in to change notification settings - Fork 274
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 signal handler for process execution #1008
Merged
ivanduplenskikh
merged 17 commits into
master
from
users/ivanduplenskikh/add-signal-handler-for-process
Aug 19, 2024
Merged
Add signal handler for process execution #1008
ivanduplenskikh
merged 17 commits into
master
from
users/ivanduplenskikh/add-signal-handler-for-process
Aug 19, 2024
Conversation
This file contains 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
DergachevE
force-pushed
the
users/ivanduplenskikh/add-signal-handler-for-process
branch
from
April 26, 2024 10:23
01e0dd9
to
c3ebdb9
Compare
ivanduplenskikh
force-pushed
the
users/ivanduplenskikh/add-signal-handler-for-process
branch
3 times, most recently
from
June 3, 2024 11:48
1da2bdd
to
8f8dc8f
Compare
ivanduplenskikh
force-pushed
the
users/ivanduplenskikh/add-signal-handler-for-process
branch
from
June 3, 2024 11:48
8f8dc8f
to
7c0de0d
Compare
ivanduplenskikh
force-pushed
the
users/ivanduplenskikh/add-signal-handler-for-process
branch
from
June 3, 2024 14:32
ef6fdf0
to
6a1d011
Compare
KonstantinTyukalov
approved these changes
Jun 4, 2024
Co-authored-by: Konstantin Tyukalov <[email protected]>
ivanduplenskikh
force-pushed
the
users/ivanduplenskikh/add-signal-handler-for-process
branch
from
July 1, 2024 14:45
6ca3aca
to
a591821
Compare
ivanduplenskikh
force-pushed
the
users/ivanduplenskikh/add-signal-handler-for-process
branch
from
July 12, 2024 12:10
b4c2801
to
7b8d407
Compare
/azp where |
Azure DevOps orgs getting events for this repository: |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
DmitriiBobreshev
approved these changes
Aug 19, 2024
kirill-ivlev
approved these changes
Aug 19, 2024
martin-toman
approved these changes
Aug 19, 2024
ivanduplenskikh
deleted the
users/ivanduplenskikh/add-signal-handler-for-process
branch
August 19, 2024 13:46
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.
Changes: Added signal handler for process execution to kill process with proper signal. This PR also adds unit tests.
Related: AB#2137168