mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix test code compilation
This commit is contained in:
parent
8205166009
commit
f4676824a7
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue