commit | d0674dc8368d636cfe844c043ed48a92b150b811 | [log] [tgz] |
---|---|---|
author | iamqizhao <toqizhao@gmail.com> | Tue Dec 15 17:36:03 2015 -0800 |
committer | iamqizhao <toqizhao@gmail.com> | Tue Dec 15 17:36:03 2015 -0800 |
tree | a5dc68955404e215e641e6a92e0785c738c7afb2 | |
parent | 221067955353f69cc5dca60cf1e9be9d49415c01 [diff] |
add some comments
diff --git a/picker_test.go b/picker_test.go index 70dae20..0ee789e 100644 --- a/picker_test.go +++ b/picker_test.go
@@ -184,6 +184,7 @@ Op: naming.Delete, Addr: "127.0.0.1:" + servers[0].port, }) + // Wait until the first reading is done. wg.Wait() r.w.inject(updates) ctx, _ := context.WithTimeout(context.Background(), 10*time.Millisecond)