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

Terminate Indexify processes in the end of GH Action test runs #1108

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

eabatalov
Copy link
Contributor

Currently we don't cleanely terminate Indexify Server and Executor in the end of test runs. This results in a misleading collection of many orphaned processes in the end of test runs. Do the clean termination to remove the misleading orphaned processes collection and to run the code in Executor that terminates Function Executors cleanely. This ensures better line coverage in our CI GH Actions testing.

Contribution Checklist

  • [n/a] If the python-sdk was changed, please run make fmt in python-sdk/.
  • [n/a] If the server was changed, please run make fmt in server/.
  • Make sure all PR Checks are passing.

@eabatalov eabatalov force-pushed the eugene-kill-function-executor-processes branch 5 times, most recently from 3377b05 to 8bb545d Compare December 16, 2024 21:02
Currently we don't cleanely terminate Indexify Server and Executor
in the end of test runs. This results in a misleading collection
of many orphaned processes in the end of test runs. Do the clean
termination to remove the misleading orphaned processes collection
and to run the code in Executor that terminates Function Executors
cleanely. This ensures better line coverage in our CI GH Actions
testing.
@eabatalov eabatalov force-pushed the eugene-kill-function-executor-processes branch from 8bb545d to 8644802 Compare December 16, 2024 21:13
@eabatalov eabatalov marked this pull request as ready for review December 16, 2024 21:26
@eabatalov eabatalov merged commit 401e549 into main Dec 16, 2024
5 checks passed
@eabatalov eabatalov deleted the eugene-kill-function-executor-processes branch December 16, 2024 21:26
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.

1 participant