Comment 3 for bug 1986627

Revision history for this message
Luís Infante da Câmara (luis220413) wrote :

I have run the upstream test suite as follows:

[Add my PPA to the system: https://launchpad.net/~luis220413/+archive/ubuntu/security-updates]
$ sudo apt install varnish
$ sudo systemctl stop varnish.service varnishncsa.service
$ sudo systemctl disable varnish.service varnishncsa.service
$ cd varnish-6.2.1/bin/varnishtest
$ for i in tests/*; do if [ "$i" != tests/README ]; then varnishtest "$i"; fi; done

All tests pass or are skipped.