paho.mqtt.python icon indicating copy to clipboard operation
paho.mqtt.python copied to clipboard

Tests are flaky on `master`

Open akx opened this issue 1 year ago • 1 comments

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?

akx avatar Jan 03 '24 08:01 akx

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.

PierreF avatar Jan 03 '24 21:01 PierreF

Done some fix in e96ff7578f7f56a7f3068fbc3e7d0b48e1c64a97 which seems good enough. The last run on master worker without need to retry.

PierreF avatar Apr 29 '24 19:04 PierreF