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

[core] Fix protobuf breaking change by adding a compat layer. (#43172) #43188

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

rynewang
Copy link
Contributor

Latest postmerge failure linux://python/ray/tests:test_output turns out to be from a recent protobuf pre-release change. It changed an argument name which breaks our event logger. This PR introduces a compatibility layer to support both args.

Also re-enabled core minimal tests in premerge.

This cherry pick is for the premerge failure due to the latest protobuf breaking change.

…oject#43172)

Latest postmerge failure linux://python/ray/tests:test_output turns out to be from a recent protobuf pre-release change. It changed an argument name which breaks our event logger. This PR introduces a compatibility layer to support both args.

Also re-enabled core minimal tests in premerge.

Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
@rynewang rynewang merged commit 62655e1 into ray-project:releases/2.9.3 Feb 15, 2024
17 checks passed
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.

None yet

3 participants