Fix caching test
Compare changes
GitLab has been patched to version 17.9.3. For more, see: https://about.gitlab.com/releases/2025/03/26/patch-release-gitlab-17-10-1-released/
On April 1, 2025, new DockerHub pull rate limits go into effect. See how this could impact your GitLabCI jobs: https://kb.wisc.edu/shared-tools/news.php?id=13738
This PR fixes the caching tests in SpotCacheTest
. The default caching mechanism in the WiScout project is the dummy
cache, which implements the caching interface but doesn't actually cache. This overrides the CACHES
setting for this test only to ensure that a real caching implementation (in this case, Local Memory) is used.
Please review: @NUWAN.KUMARASIRI @TREFILEK @bjsousa