Add tests for MemcacheD storage backend (#362)

_Also_:
* Added background `renderd` process testing
* Added `renderd` section without `stats_file` testing
* Added `render_*` via TCP tests
* Added `render_* --verbose`  tests
* Added `render_expired --delete-from` tests
* Added `render_expired --no-progress` tests
* Added `render_expired --touch-from` tests
* Added `PARAMETERIZE_STYPE=language` map configuration testing
* Added `HTCPHOST`/`HOST` map configuration testing
This commit is contained in:
Hummeltech
2024-01-06 13:25:49 -07:00
committed by GitHub
parent 6c1d89005e
commit d8cd8dea9a
7 changed files with 495 additions and 361 deletions

View File

@ -27,7 +27,8 @@ RUN --mount=id=ubuntu:${ubuntu_version}-/var/cache/apt,sharing=locked,target=/va
libiniparser-dev \
libmapnik-dev \
libmemcached-dev \
librados-dev
librados-dev \
netbase
## Build, Test & Install `mod_tile`
COPY . /tmp/mod_tile_src