ClientV3 tests use integration.NewClient that configures proper logger.

This commit is contained in:
Piotr Tabor
2021-04-29 17:12:12 +02:00
parent bc8d3f6639
commit ffea1537d4
35 changed files with 103 additions and 72 deletions

View File

@@ -26,14 +26,15 @@ import (
"bytes"
"encoding/json"
"fmt"
"go.etcd.io/etcd/client/v3"
"go.etcd.io/etcd/client/v3/concurrency"
"io/ioutil"
"net/http"
"os"
"runtime"
"strconv"
"time"
"go.etcd.io/etcd/client/v3"
"go.etcd.io/etcd/client/v3/concurrency"
)
type node struct {