mosquitto/test
Roger A. Light cf1098eff1 Send protocol error on topic alias not found.
The error topic-alias-invalid was being sent if an MQTT v5 client published
a message with empty topic and topic alias set, but the topic alias hadn't
already been configured on the broker. This has been fixed to send a
protocol error, as per section 3.3.4 of the specification.
2021-01-20 10:28:40 +00:00
..
broker Send protocol error on topic alias not found. 2021-01-20 10:28:40 +00:00
client Fix running of basic client tests. 2020-10-14 10:17:49 +01:00
lib Null checks in client tests. 2020-12-01 09:48:11 +00:00
old Fix building of old tests. 2020-11-12 21:57:54 +00: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 Fix tests now uhpa has been removed. 2020-11-25 09:19:05 +00:00
Makefile Add very basic client tests. 2020-09-15 13:25:44 +01:00
mosq_test.py Fix message_size_limit not applying to the Will payload. 2021-01-19 11:51:50 +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