1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-01 16:22:43 +02:00

how to setup local test env

This commit is contained in:
chrislu 2022-05-06 02:25:56 -07:00
parent db33b03735
commit 10207a48a4

View file

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