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 #3656 Improve camel-quarkus-paho-mqtt5 test coverage #3709

Merged

Conversation

zhfeng
Copy link
Contributor

@zhfeng zhfeng commented Apr 7, 2022

No description provided.

@zhfeng zhfeng force-pushed the issue_3656_improve_test_coverage_paho_mqtt5 branch from fe04663 to 7d25a4d Compare April 8, 2022 01:01

private void removeKeyStore(String keystore) {
try {
Files.delete(Paths.get(keystore));
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we unset the SSL system properties here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good catch! I will unset these properties.

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, I guess we want this to always happen. E.g even if the call to the ProducerTemplate throws an exception.

@zhfeng zhfeng force-pushed the issue_3656_improve_test_coverage_paho_mqtt5 branch from 385912c to b100281 Compare April 11, 2022 00:49
@zhfeng zhfeng merged commit b570562 into apache:main Apr 11, 2022
ppalaga pushed a commit to ppalaga/camel-quarkus that referenced this pull request Apr 12, 2022
ppalaga pushed a commit to ppalaga/camel-quarkus that referenced this pull request Apr 22, 2022
jamesnetherton pushed a commit to jboss-fuse/camel-quarkus that referenced this pull request Apr 25, 2022
ppalaga pushed a commit to jboss-fuse/camel-quarkus that referenced this pull request May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants