Cleaning up CTest tests (#393)

* Improve service startup "tests"
* Address intermittent download test failure
  * Caused by load exceeding threshold
* Add more missing bad HTTPD config tests
* Allow for newer `libpng` with Docker tests
  * Also test more image/file types
This commit is contained in:
Hummeltech
2024-02-20 19:52:57 -07:00
committed by GitHub
parent 8fea58ac66
commit c31d526441
10 changed files with 384 additions and 143 deletions

View File

@ -119,6 +119,7 @@ RUN --mount=id=centos:stream${centos_stream_version}-/var/cache/dnf,target=/var/
libtiff \
libwebp \
make \
procps \
proj
## Copy files from builder(s)

View File

@ -22,7 +22,8 @@ RUN --mount=id=fedora:${fedora_version}-/var/cache/dnf,target=/var/cache/dnf,typ
libcurl-devel \
libmemcached-devel \
librados-devel \
mapnik-devel
mapnik-devel \
procps
## Build, Test & Install `mod_tile`
COPY . /tmp/mod_tile_src