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

Added alterantive childwatcher #7786

Closed
wants to merge 4 commits into from
Closed

Added alterantive childwatcher #7786

wants to merge 4 commits into from

Conversation

wouterdb
Copy link
Contributor

Description

Replace standard child watcher with FastChildWatcher

This will cause it to also clean up zombie processes, but we will have to replace this in the near future, as this while subsystem is deprecated python/cpython#94597.

Self Check:

Strike through any lines that are not applicable (~~line~~) then check the box

  • Attached issue to pull request
  • Changelog entry
  • Type annotations are present
  • Code is clear and sufficiently documented
  • No (preventable) type errors (check using make mypy or make mypy-diff)
  • Sufficient test cases (reproduces the bug/tests the requested feature)
  • Correct, in line with design
  • End user documentation is included or an issue is created for end-user documentation (add ref to issue here: )
  • If this PR fixes a race condition in the test suite, also push the fix to the relevant stable branche(s) (see test-fixes for more info)

@wouterdb wouterdb mentioned this pull request Jun 28, 2024
@wouterdb wouterdb requested a review from arnaudsjs June 28, 2024 11:48
@wouterdb wouterdb assigned wouterdb and unassigned arnaudsjs Jun 28, 2024
@wouterdb wouterdb added the merge-tool-ready This ticket is ready to be merged in label Jun 28, 2024
@inmantaci
Copy link
Contributor

Processing this pull request

@inmantaci inmantaci removed the merge-tool-ready This ticket is ready to be merged in label Jun 28, 2024
@inmantaci
Copy link
Contributor

Pull request rejected by merge tool. The tests for this branch did not succeed.

@wouterdb wouterdb added the merge-tool-ready This ticket is ready to be merged in label Jul 1, 2024
@inmantaci
Copy link
Contributor

Processing this pull request

@inmantaci
Copy link
Contributor

Merged into branches master in 4e33bc0

inmantaci pushed a commit that referenced this pull request Jul 1, 2024
# Description

Replace standard child watcher with FastChildWatcher

This will cause it to also clean up zombie processes, but we will have to replace this in the near future, as this while subsystem is deprecated python/cpython#94597.

# Self Check:

Strike through any lines that are not applicable (`~~line~~`) then check the box

- [ ] Attached issue to pull request
- [x] Changelog entry
- [x] Type annotations are present
- [x] Code is clear and sufficiently documented
- [x] No (preventable) type errors (check using make mypy or make mypy-diff)
- [x] Sufficient test cases (reproduces the bug/tests the requested feature)
- [x] Correct, in line with design
- [ ] End user documentation is included or an issue is created for end-user documentation (add ref to issue here: )
- [ ] If this PR fixes a race condition in the test suite, also push the fix to the relevant stable branche(s) (see [test-fixes](https://internal.inmanta.com/development/core/tasks/build-master.html#test-fixes) for more info)
@inmantaci inmantaci closed this Jul 1, 2024
@inmantaci inmantaci deleted the issue/process_reaper branch July 1, 2024 10:06
@wouterdb wouterdb mentioned this pull request Jul 10, 2024
inmantaci pushed a commit that referenced this pull request Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-tool-ready This ticket is ready to be merged in
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants