mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
add some logging
This commit is contained in:
committed by
Yicheng Qin
parent
06dea4830d
commit
b796d227f1
@@ -12,7 +12,7 @@ func TestNode(t *testing.T) {
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
defer cancel()
|
||||
|
||||
n := Start(ctx, 1, []int64{1})
|
||||
n := Start(1, []int64{1})
|
||||
ch := make(chan Ready)
|
||||
go func() {
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user