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:
bergquist
2019-03-11 10:49:55 +01:00
parent dbc1315d6f
commit 66e71b66dd
6 changed files with 48 additions and 39 deletions
+2 -1
View File
@@ -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