Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(proto): generate tests for AppendRequest and ReplicateRequest
This PR adds generated tests for `github.com/kakao/varlog/proto/snpb.AppendRequest` and `github.com/kakao/varlog/proto/snpb.ReplicateRequest`. These tests are generated using the [gogoproto testgen tag](https://pkg.go.dev/github.com/gogo/protobuf/plugin/testgen). Resolving issue #795 may require changes to the unmarshaling code generated by gogoproto. Adding these tests will provide confidence when making those changes.
- Loading branch information