Fix/improve X-Forwarded-For/throttling testing (#410)

* Previously it was not actually sending the header
* Now runs in serial, regardless of parallel specification
* Now runs only once, rather than for each map layer

_Also_:
* Removed no-longer used `storage_mutex`
  * Was only used for Apache HTTP Server < v2.4
This commit is contained in:
Hummeltech
2024-03-15 10:11:37 -07:00
committed by GitHub
parent d67a672750
commit 21713d0319
5 changed files with 46 additions and 64 deletions

View File

@ -34,6 +34,8 @@ sudo pkg install --yes \
# Download, Build, Test & Install `mod_tile`
export CMAKE_BUILD_PARALLEL_LEVEL=$(sysctl -n hw.ncpu)
export CTEST_CLIENT_HOST="::1"
export CTEST_SERVER_HOST="localhost"
export LIBRARY_PATH="/usr/local/lib"
rm -rf /tmp/mod_tile_src /tmp/mod_tile_build
mkdir /tmp/mod_tile_src /tmp/mod_tile_build