From f4676824a7c72f7d0392f65da5e3123f86c5d479 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 10 Oct 2021 22:14:13 -0700 Subject: [PATCH] fix test code compilation --- weed/filer/redis3/kv_directory_children_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weed/filer/redis3/kv_directory_children_test.go b/weed/filer/redis3/kv_directory_children_test.go index b5c3cd391..9d7acacf1 100644 --- a/weed/filer/redis3/kv_directory_children_test.go +++ b/weed/filer/redis3/kv_directory_children_test.go @@ -39,7 +39,7 @@ var names = []string{ "cassandra.bat", } -func xTestNameList(t *testing.T) { +func yTestNameList(t *testing.T) { server, err := tempredis.Start(tempredis.Config{}) if err != nil { panic(err) @@ -76,7 +76,7 @@ func xTestNameList(t *testing.T) { } -func xBenchmarkNameList(b *testing.B) { +func yBenchmarkNameList(b *testing.B) { server, err := tempredis.Start(tempredis.Config{}) if err != nil {