test: update test to use the new raft module go.etcd.io/raft/v3

Just replaced all go.etcd.io/etcd/raft/v3 with go.etcd.io/raft/v3
under directory test.

Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
Benjamin Wang
2022-12-02 13:32:47 +08:00
parent ff337cc993
commit 7ce21519fb
3 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,6 @@ import (
"go.etcd.io/etcd/client/pkg/v3/types"
clientv3 "go.etcd.io/etcd/client/v3"
"go.etcd.io/etcd/pkg/v3/grpc_testing"
"go.etcd.io/etcd/raft/v3"
"go.etcd.io/etcd/server/v3/config"
"go.etcd.io/etcd/server/v3/embed"
"go.etcd.io/etcd/server/v3/etcdserver"
@@ -57,6 +56,7 @@ import (
"go.etcd.io/etcd/server/v3/verify"
framecfg "go.etcd.io/etcd/tests/v3/framework/config"
"go.etcd.io/etcd/tests/v3/framework/testutils"
"go.etcd.io/raft/v3"
"go.uber.org/zap/zapcore"
"go.uber.org/zap/zaptest"