Tests: NotifyMQTT tests with `mqtts://` fail on macOS
See original GitHub issueWhile working on #680, we discovered this the very first time.
For whatever reasons, after pulling,
pytest -k test_plugin_mqtt_general
now fails on my machine (Python 3.10.7, macOS 10.15), at this spot:
# A Secure URL
obj = apprise.Apprise.instantiate(
'mqtts://user:pass@localhost/my/topic', suppress_exceptions=False)
assert isinstance(obj, apprise.plugins.NotifyMQTT)
assert obj.url().startswith('mqtts://user:pass@localhost/my/topic')
> assert obj.notify(body="test=test") is True
E AssertionError: assert False is True
_Originally posted by @amotl in https://github.com/caronc/apprise/issues/680#issuecomment-1272093508_
Issue Analytics
- State:
- Created a year ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Tests: Improve testing of NotifyMQTT #700 - caronc/apprise
Introduction While this patch does not intend to resolve the issue that NotifyMQTT tests using the mqtts:// protocol currently fail on macOS (#695), ......
Read more >Check if a Mac disk is about to fail - Apple Support
Check if a Mac disk is about to fail. You can check the health of many disks using Disk Utility. Many disks include...
Read more >Unable to test Mosquitto Server on Mac - Stack Overflow
I solved the first issue of not being able to use mosquitto_sub using brew link mosquitto . But I still get a connection...
Read more >Stress-Testing MQTT Brokers: A Comparative Analysis ... - MDPI
This paper aims to assess the performance of several MQTT broker implementations (also known as MQTT servers) using stress testing, and to ...
Read more >MQTT X: Cross-platform MQTT 5.0 Desktop Client
MQTT 5.0 desktop client running on macOS, Linux, and Windows. Windows ... Why MQTT X. MQTT X makes it faster and easier to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for merging #700, Chris. I think it is safe to close this now.
It is now also failing on Linux on behalf of #694. Interesting. No worries though, I will figure it out.
– https://app.travis-ci.com/github/caronc/apprise/jobs/585717472#L734