mosquitto/test
Roger A. Light b816d46508 Use db as a global var instead of passing to functions.
This allows a big swath of ifdefs to be removed. It also means savings as the db var is not passed around all of the time, and makes it easier to remove the final broker call to mosquitto_time() call in packet_mosq.c. In one test this reduced the calls to mosquitto_time() from 295k to 48k.
2020-11-06 17:16:23 +00:00
..
broker Fix basic dynsec tests. 2020-11-05 23:48:11 +00:00
client Fix running of basic client tests. 2020-10-14 10:17:49 +01:00
lib The broker now sends the receive-maximum property for MQTT v5 CONNACKs. 2020-10-21 13:19:07 +01:00
old Use atomics in test. 2020-10-21 21:16:58 +01:00
random Crude random client testing 2019-04-10 22:51:33 +01:00
ssl Update test key length to 2048 to avoid new openssl rejections. 2020-02-25 14:54:25 +00:00
unit Use db as a global var instead of passing to functions. 2020-11-06 17:16:23 +00:00
Makefile Add very basic client tests. 2020-09-15 13:25:44 +01:00
mosq_test.py Test and fix for message expiry not increasing send quota. 2020-11-02 23:09:18 +00:00
mqtt5_opts.py Tests and fixes for subscription options. 2018-12-19 12:54:04 +00:00
mqtt5_props.py Convert tests to Python 3 2019-03-28 21:32:12 +00:00
mqtt5_rc.py Disallow writing to $ topics where appropriate. 2019-03-03 22:00:30 +00:00
ptest.py Sort failed tests when reporting. 2020-09-16 14:45:28 +01:00