Comment 15 for bug 1971504

Revision history for this message
Luís Infante da Câmara (luis220413) wrote (last edit ): Re: Multiple vulnerabilities in Bionic, Focal, Impish, Jammy and Kinetic

I have run the upstream test suite on Focal, Impish and Jammy as follows:

$ git clone https://github.com/varnishcache/varnish-cache.git
$ cd varnish-cache
$ git checkout varnish-$UPSTREAM_VERSION
$ cd bin/varnishtest
$ for i in tests/*; do if [ "$i" != tests/README ]; then varnishtest "$i"; fi; done

In Focal all tests pass or are skipped. In Impish and Jammy the same happens but varnishd crashes twice in the first run, but no crashes occur on the second run.