eclipse / paho.mqtt.testing

An Eclipse Paho project - a Python broker for testing
https://eclipse.org/paho
Other
108 stars 73 forks source link

MQTTV5: running test_will_message fails after test_redelivery_on_reconnect #49

Open troian opened 6 years ago

troian commented 6 years ago

Looks like bclient should start with cleanSession=True or it may receive messages from the previous test

https://github.com/eclipse/paho.mqtt.testing/blob/162429cb5d271eb7c3ca27c2eae446db357f5bdc/interoperability/client_test5.py#L194