|
|
@@ -20,6 +20,7 @@ import (
|
|
|
"io/ioutil"
|
|
|
"testing"
|
|
|
|
|
|
+ "github.com/coreos/etcd/clientv3"
|
|
|
"github.com/coreos/etcd/etcdserver/api/v2v3"
|
|
|
"github.com/coreos/etcd/integration"
|
|
|
"github.com/coreos/etcd/store"
|
|
|
@@ -30,7 +31,7 @@ import (
|
|
|
|
|
|
func init() {
|
|
|
capnslog.SetGlobalLogLevel(capnslog.CRITICAL)
|
|
|
- grpclog.SetLoggerV2(grpclog.NewLoggerV2(ioutil.Discard, ioutil.Discard, ioutil.Discard))
|
|
|
+ clientv3.SetLogger(grpclog.NewLoggerV2(ioutil.Discard, ioutil.Discard, ioutil.Discard))
|
|
|
}
|
|
|
|
|
|
type v2v3TestStore struct {
|