diff options
author | Zach van Rijn <me@zv.io> | 2022-05-22 19:16:01 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-10-21 18:33:58 -0500 |
commit | 436798a6bc2e2a5d64ff6fdc4451fb59cc1f0de7 (patch) | |
tree | ad35357c21d5532099ac67ce43cd4e54aeefcfd3 /user/mosquitto/disable-flaky-test.patch | |
parent | b722efca6bc9b961a0dbfae8aa56b47a912a2819 (diff) | |
download | packages-436798a6bc2e2a5d64ff6fdc4451fb59cc1f0de7.tar.gz packages-436798a6bc2e2a5d64ff6fdc4451fb59cc1f0de7.tar.bz2 packages-436798a6bc2e2a5d64ff6fdc4451fb59cc1f0de7.tar.xz packages-436798a6bc2e2a5d64ff6fdc4451fb59cc1f0de7.zip |
user/mosquitto: bump { 1.6.10 --> 2.0.14 }. enable most tests. see #687.
Diffstat (limited to 'user/mosquitto/disable-flaky-test.patch')
-rw-r--r-- | user/mosquitto/disable-flaky-test.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/user/mosquitto/disable-flaky-test.patch b/user/mosquitto/disable-flaky-test.patch deleted file mode 100644 index 1dade3cd4..000000000 --- a/user/mosquitto/disable-flaky-test.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- mosquitto-1.6.4/test/broker/Makefile 2019-08-01 19:50:01.000000000 +0000 -+++ mosquitto-1.6.4/test/broker/Makefile 2019-08-28 00:03:54.430562623 +0000 -@@ -193,7 +193,7 @@ endif - ./10-listener-mount-point.py - - 11 : -- ./11-message-expiry.py -+ #./11-message-expiry.py - ./11-persistent-subscription.py - ./11-persistent-subscription-v5.py - ./11-persistent-subscription-no-local.py - -Upstream issue: https://github.com/eclipse/mosquitto/issues/1659 - ---- mosquitto-1.6.10/test/lib/Makefile 2020-05-25 22:49:59.000000000 +0000 -+++ mosquitto-1.6.10/test/lib/Makefile 2020-06-20 01:41:00.350012338 +0000 -@@ -33,7 +33,7 @@ c : test-compile - ./02-subscribe-qos0.py $@/02-subscribe-qos0.test - ./02-subscribe-qos1.py $@/02-subscribe-qos1.test - ./02-subscribe-qos1.py $@/02-subscribe-qos1-async1.test -- ./02-subscribe-qos1.py $@/02-subscribe-qos1-async2.test -+ #./02-subscribe-qos1.py $@/02-subscribe-qos1-async2.test - ./02-subscribe-qos2.py $@/02-subscribe-qos2.test - ./02-unsubscribe-multiple-v5.py $@/02-unsubscribe-multiple-v5.test - ./02-unsubscribe-v5.py $@/02-unsubscribe-v5.test |