summary refs log tree commit diff
path: root/tests/util/caches/test_cached_call.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up caching/locking of OIDC metadata load (#9362)Richard van der Hoff2021-02-161-0/+161
Ensure that we lock correctly to prevent multiple concurrent metadata load requests, and generally clean up the way we construct the metadata cache.