mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
renames key to cache_key
apparently key is a reserved keyword in mysql. and the error messages doesnt mention that. can I please have 6h back?
This commit is contained in:
@@ -13,5 +13,6 @@ function exit_if_fail {
|
||||
echo "running redis and memcache tests"
|
||||
#set -e
|
||||
#time for d in $(go list ./pkg/...); do
|
||||
time exit_if_fail go test -tags="redis memcached" ./pkg/infra/distcache/...
|
||||
time exit_if_fail go test -tags=redis ./pkg/infra/distcache/...
|
||||
time exit_if_fail go test -tags=memcached ./pkg/infra/distcache/...
|
||||
#done
|
||||
|
||||
Reference in New Issue
Block a user