Created
September 1, 2014 15:59
-
-
Save chobie/fc6ba2e25732a4227b34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
macbook-2% python3 interoperability/client_test.py | |
hostname localhost port 1883 | |
clean up starting | |
clean up finished | |
Basic test starting | |
Basic test succeeded | |
Retained message test starting | |
Retained message test succeeded | |
Traceback (most recent call last): | |
File "interoperability/client_test.py", line 231, in offline_message_queueing_test | |
assert len(callback.messages) in [2, 3], callback.messages | |
AssertionError: [] | |
Offline message queueing test failed | |
Will message test succeeded | |
Overlapping subscriptions test starting | |
This server is publishing one message for all matching overlapping subscriptions, not one for each. | |
Overlapping subscriptions test succeeded | |
Keepalive test starting | |
Keepalive test succeeded | |
Redelivery on reconnect test starting | |
Traceback (most recent call last): | |
File "interoperability/client_test.py", line 309, in redelivery_on_reconnect_test | |
assert len(callback2.messages) == 2, "length should be 2: %s" % callback2.messages | |
AssertionError: length should be 2: [] | |
Redelivery on reconnect test failed | |
test suite failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment