Skip to content

fix: internal/udf tests now buildable#92

Open
alrs wants to merge 1 commit intoviant:masterfrom
alrs:udf-tests
Open

fix: internal/udf tests now buildable#92
alrs wants to merge 1 commit intoviant:masterfrom
alrs:udf-tests

Conversation

@alrs
Copy link

@alrs alrs commented Feb 25, 2026

The tests in 'internal/udf` are sufficiently broken so as to not run. Provided here are 1.5 fixes.

NewProtoCodec() is called from protobuf_test.go with a function signature missing the final bool. I don't know the ins-and-outs of this project, but I've found that this test will pass with either true or false. I set it to true.

The tests will not build because of a malformed %v operand in a fmt.Errorf(). I corrected this, and now the tests will build, but not pass.

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.

1 participant