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

Update to protovalidate 0.10.3 #268

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

timostamm
Copy link
Member

This includes changes to the conformance tests and conformance runner in v0.10.2 and v0.10.3.

For now, we're skipping 176 failing test cases:

PASS (failed: 0, skipped: 176, passed: 2642, total: 2818)

@@ -11,12 +11,12 @@ export PATH := $(BIN):$(PATH)
export GOBIN := $(abspath $(BIN))
# Set to use a different Python interpreter. For example, `PYTHON=python make test`.
PYTHON ?= python3
CONFORMANCE_ARGS ?= --strict --strict_message --expected_failures=tests/conformance/nonconforming.yaml --timeout 10s
CONFORMANCE_ARGS ?= --strict_message --expected_failures=tests/conformance/nonconforming.yaml --timeout 10s
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The --strict flag was removed in bufbuild/protovalidate#334

@timostamm
Copy link
Member Author

UserWarning: Protobuf gencode version 5.29.3 is exactly one major version older than the runtime version 6.30.1 at buf/validate/conformance/cases/ignore_proto2.proto. Please update the gencode to avoid compatibility violations in the next runtime release.

Seeing many such warnings. Likely introduced by #265. Can be dealt with separately.

@timostamm timostamm requested review from smaye81 and rodaine March 20, 2025 14:31
@timostamm timostamm merged commit f9aea7e into main Mar 20, 2025
13 checks passed
@timostamm timostamm deleted the tstamm/Update-to-protovalidate-0.10.3 branch March 20, 2025 15:54
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.

2 participants