mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 20:06:19 +08:00
fix test code compilation
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user