Add TLS support, initial etcd connection check, fix key_prefix handling for etcd backend meta storage (#5403)

This commit is contained in:
Nikita Borzykh
2024-03-24 18:36:21 +03:00
committed by GitHub
parent dc9568fc0d
commit 1f3742850d
4 changed files with 58 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ func TestStore(t *testing.T) {
// to set up local env
if false {
store := &EtcdStore{}
store.initialize("localhost:2379", "", "", "3s")
store.initialize("localhost:2379", "", "", 3, nil)
store_test.TestFilerStore(t, store)
}
}