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

Integ tests/more cases of mqtt restore session #1083

Merged
Merged
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
a94b48e
WIP for MQTT integration test for session restoration
aggarw13 Jul 23, 2020
27bd27b
Fix the MQTT test for broker to restore session
aggarw13 Jul 24, 2020
8c22552
Fix restore session test to not re-initialize MQTT context when re-co…
aggarw13 Jul 24, 2020
779d12c
Uncomment other test cases (that were temporarily commented out for d…
aggarw13 Jul 24, 2020
5091841
Update MQTT_Init API function to accept parameters by value
aggarw13 Jul 24, 2020
1cff51e
Fix spelling issues
aggarw13 Jul 24, 2020
38bca06
doc: Add comment headers for test cases
aggarw13 Jul 24, 2020
b67c3d0
Revert "Update MQTT_Init API function to accept parameters by value"
aggarw13 Jul 24, 2020
cdf404a
Address review comments
aggarw13 Jul 24, 2020
432aaed
Remove initializeContext from allowed spelling list
aggarw13 Jul 24, 2020
377d783
Undo formatting anomalies in comments
aggarw13 Jul 24, 2020
9a28821
More changes to undo
aggarw13 Jul 24, 2020
dbf97c7
Merge branch 'development' into integ-tests/mqtt-restore-session
aggarw13 Jul 24, 2020
671c0b9
doc: fix comments in some places to clarify reason of network disconn…
aggarw13 Jul 24, 2020
c717b01
Add test for duplicate PUBREL reception in restored session
aggarw13 Jul 24, 2020
143c3f9
Merge branch 'development' into integ-tests/mqtt-restore-session
aggarw13 Jul 24, 2020
4d7854a
Minor review comment
aggarw13 Jul 24, 2020
4581734
Remove anothet test assertion not required
aggarw13 Jul 24, 2020
9afa543
Minor updates from review comments
aggarw13 Jul 27, 2020
8bd4836
Add integration tests for cases of resending unacked QoS 1 and Qos 2 …
aggarw13 Jul 27, 2020
534d3d3
Add tests for handling duplicate incoming PUBLISH packets in restored…
aggarw13 Jul 27, 2020
20d5466
Fix spell check issues
aggarw13 Jul 28, 2020
b76c440
Comment fixes identified in review comments
aggarw13 Jul 28, 2020
3a17237
Commonize all persistant session logic in helper functions for better…
aggarw13 Jul 28, 2020
d8819fe
Merge remote-tracking branch 'origin/development' into integ-tests/mo…
aggarw13 Jul 28, 2020
be80d2c
Remove dependency of PUBLISH packet resends tests on persistent session
aggarw13 Jul 28, 2020
3e3771b
Merge branch 'development' into integ-tests/more-cases-of-mqtt-restor…
aggarw13 Jul 28, 2020
b1f0d7f
More minor doc fixes from reviewer suggestions
aggarw13 Jul 28, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading