Skip to content

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)

# 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 rodaine and smaye81 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.

3 participants