File: mocha-test

package info (click to toggle)
node-mqtt 4.3.7-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,948 kB
  • sloc: javascript: 7,764; xml: 104; sh: 64; makefile: 17
file content (8 lines) | stat: -rwxr-xr-x 657 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

./debian/tests/generatecert.sh patch

istanbul cover mocha --report lcovonly -- --exit -t 60000 -i -g '(should handle error with async incoming store in QoS (2|1))|(should handle success with async incoming store in QoS 2)|(should reconnect to multiple host-ports-protocol combinations if servers is passed)|(should not send the same publish multiple times on a flaky connection)|(puback handling errors check)|(should pass store close error to end callback but not to end listeners)|(should allow specification of a reconnect period)|(should emit error event if the socket refuses the connection)'

./debian/tests/generatecert.sh unpatch