paho.mqtt.python
paho.mqtt.python copied to clipboard
Tests are flaky on `master`
Tests are currently flaky on master. These seem to be the newly re-enabled MQTTv5 tests.
@PierreF Instead of paho.mqtt.testing, would it make sense to just use Mosquitto here?
MQTTv5 test aren't optimal in current form. They are very slow (I've quickly looked and didn't find a way to make them run faster easily).
Yes doing test using a real broker like mosquitto might be a good solution.
Done some fix in e96ff7578f7f56a7f3068fbc3e7d0b48e1c64a97 which seems good enough. The last run on master worker without need to retry.