-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[Core] Remove core worker test #21308
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
Conversation
|
any chance of reenable them instead of deleting? |
|
Yes, we might preferably like to catch issues at core worker level rather than in language worker. But I don't have enough context to know the status and relevance of the tests. |
|
If we do want to test core_worker.cc, I believe we need to mock I prefer to delete the obsolete code and rewrite unit tests later. |
|
|
Hi, everyone! If we are not going to delete core worker test, maybe at least let's re-enable it in CI? Currently, it's disabled!!! Line 174 in 2b6a0c7
|
|
@scv119 @jon-chuang Kindly ping. |
|
|
@scv119 @jon-chuang Ping again. |
|
@scv119 @jon-chuang Could you share your thoughts about re-enabling the core worker test or deleting the test code? |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
|
|
Hi again! The issue will be closed because there has been no more activity in the 14 days since the last message. Please feel free to reopen or open a new issue if you'd still like it to be addressed. Again, you can always ask for help on our discussion forum or Ray's public slack channel. Thanks again for opening the issue! |
Why are these changes needed?
According to #13514 (comment), core worker test is not used anymore for a long time. Currently, it is built in CI but not tested. So I removed the dead code.
Related issue number
Checks
scripts/format.shto lint the changes in this PR.