Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@chobie
Created September 1, 2014 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chobie/fc6ba2e25732a4227b34 to your computer and use it in GitHub Desktop.
Save chobie/fc6ba2e25732a4227b34 to your computer and use it in GitHub Desktop.
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