Skip to content

Conversation

@timostamm
Copy link
Member

@timostamm timostamm commented Mar 20, 2025

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

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

> Task :conformance:conformance
PASS (failed: 0, skipped: 135, passed: 2683, total: 2818)


# Arguments to the protovalidate-conformance CLI
protovalidate.conformance.args = --strict --strict_message --strict_error
protovalidate.conformance.args = --strict_message --strict_error --expected_failures=expected-failures.yaml
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

@@ -139,7 +141,8 @@ public void strictWrapperDouble() throws Exception {

@Test
public void strictFieldExpressions() throws Exception {
FieldExpressions invalid = FieldExpressions.newBuilder().build();
FieldExpressionMultipleScalar invalid =
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 message was replaced by several individual messages in bufbuild/protovalidate#329.

@timostamm timostamm merged commit 5f31126 into main Mar 20, 2025
5 checks passed
@timostamm timostamm deleted the tstamm/Update-to-protovalidate-0.10.3 branch March 20, 2025 15:14
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