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

Uses cases for below HiveMQ success codes #625

Open
Shalaka1197 opened this issue Mar 27, 2024 · 3 comments
Open

Uses cases for below HiveMQ success codes #625

Shalaka1197 opened this issue Mar 27, 2024 · 3 comments
Labels

Comments

@Shalaka1197
Copy link

Shalaka1197 commented Mar 27, 2024

Please tell me the valid test scenarios for below HiveMQ success codes. Is there any test cases are available for the same ?

  • SUCCESS ,NO_MATCHING_SUBSCRIBERS ,UNSPECIFIED_ERROR , IMPLEMENTATION_SPECIFIC_ERROR, NOT_AUTHORIZED
    , TOPIC_NAME_INVALID, PACKET_IDENTIFIER_IN_USE, QUOTA_EXCEEDED , PAYLOAD_FORMAT_INVALID
@pglombardo
Copy link
Contributor

Hi @Shalaka1197 - these all come from the MQTT protocol specifications: https://mqtt.org/mqtt-specification/

Many are tested in the bundled test suite.

What's your question regarding? Does this help?

@Shalaka1197
Copy link
Author

@pglombardo Can I get any test classes for the same ?

@pglombardo
Copy link
Contributor

Everything we have for this client is open source in this repo. For example: https://github.com/search?q=repo%3Ahivemq%2Fhivemq-mqtt-client%20NO_MATCHING_SUBSCRIBERS&type=code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants