Skip to content

Enable Rails SQL query cache for all tests

Stan Hu requested to merge sh-enable-query-cache-in-tests into master

This will help catch bugs caused by stale data, such as https://gitlab.com/gitlab-org/gitlab-ce/issues/63595, and emulate what actually happens in production.

Edited by Stan Hu

Merge request reports