jrhenderson1988 opened a new issue, #2894: URL: https://github.com/apache/iggy/issues/2894
### Description The Java SDK is well covered with integration style tests using Testcontainers and running against real Iggy instances. However, there are a number of places within the SDK that don't happen to be covered by the integration tests and don't have any unit test coverage. Running the coverage tooling in Intellij IDEA shows that the `message` package has only 47% of lines of code covered by the existing test suite. If there's appetite for future issues and PRs to increase test coverage in this way, I'd be happy to raise more issues and contribute further. (Apologies - I wasn't sure if "feature request" was the best issue type to raise here) ### Component Java SDK ### Proposed solution My suggestion is to write some unit tests to aim for higher coverage of the messages package, increasing overall coverage levels within the SDK ### Alternatives considered N/A -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
