hivemq / mqtt-cli

MQTT CLI is a useful command line interface for connecting various MQTT clients supporting MQTT 5.0 and 3.1.1
https://hivemq.github.io/mqtt-cli/
Apache License 2.0
314 stars 47 forks source link

Testsuite #321

Closed gitseti closed 1 year ago

gitseti commented 2 years ago

https://hivemq.kanbanize.com/ctrl_board/22/cards/9790/details/

gitseti commented 1 year ago

Files.createTempDir() should be replaced with the junit annotation @TestDir, so that the directory gets recursively deleted. Currently the cli tests spam the tmp directory because of the logfiles.

ghost commented 1 year ago

Moved to https://github.com/hivemq/mqtt-cli/pull/308 as they are dependent on each other