Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests for pkg/cassandra/gocql/testutils (#5153)
**Which problem is this PR solving?** This PR addresses a part of the issue [#5068](#5068) by adding tests for the `pkg/cassandra/gocql/testutils` package. **Description of the changes** The commit introduces tests for the `pkg/cassandra/gocql/testutils` package to ensure the correctness of the User Defined Type (UDT) functionality. These tests cover the `MarshalUDT` and `UnmarshalUDT` methods of the `CustomUDT` type. **How was this change tested?** The changes were tested by running the following command: ```bash make test ``` **Checklist** - [x] I have read [CONTRIBUTING_GUIDELINES.md](https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md) - [x] I have signed all commits - [x] I have added unit tests for the new functionality - [x] I have run lint and test steps successfully - `for jaeger: make lint test` - `for jaeger-ui: yarn lint` and `yarn test` --------- Signed-off-by: Wise-Wizard <saransh.shankar@gmail.com>
- Loading branch information