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: check for 0 subscription batches #124

Merged
merged 2 commits into from
Sep 14, 2023
Merged

fix: check for 0 subscription batches #124

merged 2 commits into from
Sep 14, 2023

Conversation

MikeDombo
Copy link
Member

Issue #, if available:

Description of changes:
Updates our reference to moquette constants to use the non-deprecated consts. Disables persistence.

Attempt to fix moquette-io/moquette#750 which I just saw in our pipeline.

Why is this change necessary:

How was this change tested:

Any additional information or context required to review the change:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@MikeDombo MikeDombo marked this pull request as ready for review September 14, 2023 22:07
@github-actions
Copy link

Unit Tests Coverage Report

File Coverage Lines Branches
All files 68% 74% 62%
com.aws.greengrass.mqtt.moquette.GreengrassMoquetteSslContextCreator 51% 60% 41%
com.aws.greengrass.mqtt.moquette.ClientDeviceAuthorizer 80% 79% 81%
com.aws.greengrass.mqtt.moquette.ClientDeviceTrustManager 95% 90% 100%
com.aws.greengrass.mqtt.moquette.MQTTService 76% 81% 71%
com.aws.greengrass.mqtt.moquette.BrokerKeyStore 64% 64% 0%
com.aws.greengrass.mqtt.moquette.ClientDeviceAuthorizer$ConnectionTerminationListener 62% 73% 50%
com.aws.greengrass.mqtt.moquette.ClientDeviceAuthorizer$UserSessionPair 100% 100% 0%

Minimum allowed coverage is 50%

Generated by 🐒 cobertura-action against e5ef659

@jcosentino11 jcosentino11 merged commit 10d8671 into main Sep 14, 2023
4 checks passed
@jcosentino11 jcosentino11 deleted the fixes branch September 14, 2023 22:42
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.

IllegalArgumentException thrown from PostOffice class
3 participants