Browse Source

add comments

pull/3020/head
chrislu 3 years ago
parent
commit
db33b03735
  1. 2
      weed/filer/etcd/etcd_store_test.go

2
weed/filer/etcd/etcd_store_test.go

@ -6,7 +6,7 @@ import (
)
func TestStore(t *testing.T) {
if false {
if false { // turn on the testing when local env is set up
store := &EtcdStore{}
store.initialize("localhost:2379", "3s")
store_test.TestFilerStore(t, store)

Loading…
Cancel
Save