Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: #7 fixed unit tests #8

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

r-vanooyen
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Aug 8, 2024

Code coverage report is ready! 📈

Copy link

github-actions bot commented Aug 8, 2024

Code coverage report is ready! 📈

@r-vanooyen
Copy link
Contributor Author

r-vanooyen commented Aug 8, 2024

unit tests are not executed in action. Reason could be, that the maven build in the GitHub action is using surefire plugin 2.x.x, and locally I am using 3.2.5.

Todo: Further investigation needed, why there is a mismatch in the default versions of maven plugins, fix the root cause and get coverage displayed here

Copy link

github-actions bot commented Aug 9, 2024

Code coverage report is ready! 📈

Copy link

github-actions bot commented Aug 9, 2024

Code coverage report is ready! 📈

@r-vanooyen
Copy link
Contributor Author

testcoverage fixed,
unit test fixed

ready for review

Copy link

@evshary evshary left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To the best of my knowledge, I didn't find anything weird. However, it would be better to have someone else look into it, as Java and MQTT are beyond my scope.

@r-vanooyen r-vanooyen removed the request for review from stevenhartley September 4, 2024 14:17
private static final String USER_PROPERTIES_KEY_FOR_TOKEN = "10";
private static final String USER_PROPERTIES_KEY_FOR_TRACEPARENT = "11";
private static final String USER_PROPERTIES_KEY_FOR_PAYLOAD_FORMAT = "12";
public static final Logger LOG = LoggerFactory.getLogger(HiveMqMQTT5Client.class);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you need/want to make the logger public?

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