-
-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests: NotifyMQTT tests with mqtts://
fail on macOS
#695
Comments
I've been able to confirm that the very same thing happens on GHA/macOS as well [1]. Amongst other tests, it also fails on Windows [2]. [1] https://github.com/panodata/apprise/actions/runs/3238566205/jobs/5306929033#step:8:427 |
Your enhancement to email has certainly turned into one incredibly deep rabbit hole hasn't it? 😉 I must admit, you're able to put more time so far into this then i have. Will do my best to try and have a peek, but at the rate you're going, you'll have it figured out🙂. Does the test pass if your just run it, and it alone? ./bin/test.sh mqtt |
Indeed ;].
I probably will. I did not care too much about the failing MQTT test yet, but it will become more relevant when bringing it into CI with master...panodata:apprise:amo/gha.
Don't worry about it yet. I still have some energy left to hopefully resolve it. On the other hand, I would be very happy if you can have a look at #696, because that has apparently only been introduced by one of your commits recently.
No. It apparently fails deterministically on macOS, also when run in isolation.
|
test_plugin_mqtt_general
fails on macOStest_plugin_mqtt_general
fails on macOS
This should be resolved now; just re-base with the It's really weird about the mqtt section as no one has been in that area at all (other than your simplifying of |
This comment was marked as off-topic.
This comment was marked as off-topic.
On my machine, when running this test case,
it croaks on this spot, apprise/test/test_plugin_mqtt.py Lines 139 to 144 in ed876d1
because apprise/apprise/plugins/NotifyMQTT.py Lines 386 to 395 in ed876d1
No call to the real For whatever reasons, I think this is carried forward somehow. apprise/test/test_plugin_mqtt.py Lines 101 to 105 in ed876d1
The MQTT test cases will be generally improved with #700, similar to the enhancements in #689. |
test_plugin_mqtt_general
fails on macOSmqtts://
fail on macOS
Hi again, with a3c4bd0, I have been able to make the TLS test cases work on my macOS/Homebrew installation. With kind regards, |
Thanks for merging #700, Chris. I think it is safe to close this now. |
While working on #680, we discovered this the very first time.
Originally posted by @amotl in #680 (comment)
The text was updated successfully, but these errors were encountered: