Commit graph

12 commits

Author SHA1 Message Date
Roger Light
4afcaa7518 Test: Fix client/03-publish-file cross platform 2026-05-03 01:17:26 +01:00
Roger Light
81fc50e2be Tests: Use subprocess.run instead of subprocess.Popen where possible 2026-05-03 01:17:26 +01:00
Roger A. Light
87c5cb13c5 Tests: Add support for broker shutdown on Windows 2026-05-03 01:17:26 +01:00
Roger A. Light
f6f5de34d6 Tests: Use tempfile for broker logging to prevent stderr buffer filling 2026-05-03 01:17:26 +01:00
Roger Light
6fda6f61b2 Tests: Use platform independent binary paths 2026-05-03 01:17:26 +01:00
Roger A. Light
9fe2640558 Test fixes for WITH_BROKER=OFF 2026-04-16 21:35:46 +01:00
Roger A. Light
4a7da066e0 Use mosq_test.get_build_root() 2023-06-01 22:36:11 +01:00
Roger A. Light
41f0d34348 Add mosq_test.env_add_ld_library_path() for tests 2023-06-01 22:07:37 +01:00
Norbert Heusser
f424667fca Merge branch 'develop' into NorbertHeusser:develop 2022-07-08 09:30:53 +00:00
Kai Buschulte
a883bda9c1 Add CMake test target
Use `ctest` or `make test` to run all tests.
With this it's also possible to run tests on a Mac.

Relative paths used in tests become absolute ones to make tests
executable from any build folder.

Also fixed race condition in
  test/broker/11-persistent-subscription-no-local.py

Signed-off-by: Kai Buschulte <kai.buschulte@cedalo.com>
2022-06-22 23:56:50 +01:00
Norbert Heusser
306b76d7f6 Create github build action to build Mosquitto and added timeout
to python tests waiting for subprocess to avoid github actione being blocked

Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
2022-05-08 10:40:30 +00:00
Roger A. Light
5006943d9a 'mosquitto_pub -f' and 'mosquitto_pub -L' tests. 2022-01-23 22:43:08 +00:00