eclipse-paho/paho.mqtt.python

Tests are flaky on `master`

Closed this issue · 2 comments

akx commented

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 e96ff75 which seems good enough. The last run on master worker without need to retry.