You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
..
broker Fix basic dynsec tests. 5 years ago
client Fix running of basic client tests. 5 years ago
lib The broker now sends the receive-maximum property for MQTT v5 CONNACKs. 5 years ago
old Use atomics in test. 5 years ago
random Crude random client testing 7 years ago
ssl Update test key length to 2048 to avoid new openssl rejections. 6 years ago
unit Use db as a global var instead of passing to functions. 5 years ago
Makefile Add very basic client tests. 5 years ago
mosq_test.py Test and fix for message expiry not increasing send quota. 5 years ago
mqtt5_opts.py Tests and fixes for subscription options. 7 years ago
mqtt5_props.py Convert tests to Python 3 7 years ago
mqtt5_rc.py Disallow writing to $ topics where appropriate. 7 years ago
ptest.py Sort failed tests when reporting. 5 years ago