Commit Graph

615 Commits (8a07110cef2df5960792fed94efbcb85dbd736b8)

Author SHA1 Message Date
Norbert Heusser 8a07110cef Moved python tests inside test/apps to subfolder per app
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
3 years ago
Norbert Heusser c834868cfa Add missing cleanup of test/appss folder to test/Makefile
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
3 years ago
Roger A. Light 5c0cfade12 Add http origin checking to built in websockets. 3 years ago
Roger A. Light 1e0a07ba5a Add missing int to string conversions. 3 years ago
Roger A. Light ba665a3477 Unsubscribe-v5 test should use properties 3 years ago
Roger A. Light 99c49d3d39 Remove duplicate tests. 3 years ago
Roger A. Light b6de597127 subscribe_simple helper test 3 years ago
Roger A. Light 529cd609ba Test improvements. 3 years ago
Roger A. Light 3d5309a622 Complicated config test. 3 years ago
Roger A. Light 06f4b09ae3 Test fixes and bridge leak fixes. 3 years ago
Roger A. Light c1edce8df8 Plugin loading. 3 years ago
Roger A. Light e123f661c8 Enable client websocket tests 3 years ago
Roger A. Light b49631df23 Add mosquitto_passwd tests 3 years ago
Roger A. Light 9cc5d1d6ff Add mosquitto_ctrl tests 3 years ago
Roger A. Light 86f3a6b484 Extend db_dump tests, and fix minor bugs. 3 years ago
Roger A. Light b873e1d5d6 Fix some retained topic memory not being cleared immediately after used. 3 years ago
Roger A. Light 8a6bb872fe Invalid/unsupported plugin tests. 3 years ago
Roger A. Light 907b754566 Add test for MOSQ_EVT_PSK_KEY 3 years ago
Roger A. Light 6823e721e7 Factor out some test boilerplate 3 years ago
Roger A. Light fa08918b48 Don't recompile objects for tests (in Makefile tests) 3 years ago
Roger A. Light 27c99bc7e7 Add db_dump test to verify current broker output. 3 years ago
Roger A. Light 6b1b0bf7bc Start of db_dump tests. 3 years ago
Roger A. Light e49f741cd2 Individual basic WS tests for clients 3 years ago
Roger A. Light 514f8dc89a Extend protocol edge-case test suite. 3 years ago
Roger A. Light a2e5bb5294 Merge branch 'fix-compiler-warnings' of https://github.com/buschulte/mosquitto into buschulte-fix-compiler-warnings 3 years ago
Roger A. Light 65a6191202 Set mosquitto_read_*() values to NULL when empty
`mosquitto_property_read_binary/string/string_pair` will now set the
name/value parameter to NULL if the binary/string is empty. This aligns the
behaviour with other property functions.

Closes #2648. Thanks to Alexander Fiebig.
3 years ago
Kai Buschulte e6f5633ff6 Fix some compiler warnings
Signed-off-by: Kai Buschulte <kai.buschulte@cedalo.com>
3 years ago
Norbert Heusser f0300087f6 Added new test for broker missing config file and extend tests for config errors
Signed-off-by: Norbert Heusser <norbert.heusser@cedalo.com>
3 years ago
Roger A. Light 59ec303372 Fix Coverity Scan 1499851 3 years ago
Roger A. Light edfb2278f8 Fix CMake test build 3 years ago
Roger A. Light c43099f98c Fix Coverity Scan 1499822 3 years ago
Roger A. Light 3df0179c01 Fix Coverity Scan 1499800 3 years ago
Roger A. Light 9aeb756dac Fix Coverity Scan 1499842 3 years ago
Roger A. Light 07c7755f81 Fix Coverity Scan 1499806 3 years ago
Roger A. Light 10b9452c6c Fix Coverity Scan 1499821 3 years ago
Roger A. Light 5b44035eba Fix Coverity Scan 1499798, 1499803, 1499813. 3 years ago
Roger A. Light 3250d20fc8 Fix Coverity Scan 1499800 3 years ago
Roger A. Light a000ca2b60 Fix test leak 3 years ago
Roger A. Light 3544d935e0 Fix various Coverity Scan issues. 3 years ago
Roger A. Light 44cf973abb Fix Coverity Scan 982726 3 years ago
Roger A. Light 52da5c0b78 Fix Coverity Scan 1499829, double free. 3 years ago
Roger A. Light f0d7c27a67 Add tests to coverity scan 3 years ago
Roger A. Light 9d3f19b3bb Test tidy 3 years ago
Roger A. Light 74ef9eec4c Don't use deprecated wrap_socket. 3 years ago
Roger A. Light ad8a841a4a More robust SSL test. 3 years ago
Roger A. Light 7fb760ef27 Split config parse tests by tls/not. 3 years ago
Roger A. Light d8bdc17a39 Fix slightly flaky test. 3 years ago
Roger A. Light f2524ee413 Mark unused parameters 3 years ago
Roger A. Light 01dfb6fea1 Persist: Improve tests 3 years ago
Roger A. Light 16feb14a57 Persistence interface updates and sqlite plugin fixes
The MOSQ_EVT_PERSIST_CLIENT_MSG_CLEAR event has been removed, due to
never being called. It is the responsibility of the plugin to remove
client subscriptions and client messages when the client is removed.

Lots of persist test improvements and additions - mostly checking item
counts.
3 years ago