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 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.
5 years ago
..
broker Send protocol error on topic alias not found. 5 years ago
client Fix running of basic client tests. 5 years ago
lib Null checks in client tests. 5 years ago
old Fix building of old tests. 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 Fix tests now uhpa has been removed. 5 years ago
Makefile Add very basic client tests. 5 years ago
mosq_test.py Fix `message_size_limit` not applying to the Will payload. 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