Closed arthurpitman closed 2 months ago
1 867 tests +7 1 866 :white_check_mark: +7 3m 9s :stopwatch: + 2m 9s 133 suites ±0 1 :zzz: ±0 1 files ±0 0 :x: ±0
Results for commit 8ae32270. ± Comparison against base commit 0f996bb8.
:recycle: This comment has been updated with latest results.
4 files ±0 268 suites ±0 41m 20s :stopwatch: - 5m 1s 1 969 tests - 4 1 964 :white_check_mark: - 7 2 :zzz: ±0 3 :x: +3 2 082 runs +2 2 077 :white_check_mark: - 1 2 :zzz: ±0 3 :x: +3
For more details on these failures, see this check.
Results for commit c9b543c9. ± Comparison against base commit d9aad7bd.
:recycle: This comment has been updated with latest results.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This PR prevents go routines racing to fill the caches during deployment by ensuring that they are filled exactly once prior to deployment. As caches are only used for classic APIs and settings configs, only these types are considered, however it would be trivial to extend this if need be.