Files
etcd/etcdserver
Hitoshi Mitake 68dd3ee621 etcdserver, test: don't access testing.T in time.AfterFunc()'s own goroutine
time.AfterFunc() creates its own goroutine and calls the callback
function in the goroutine. It can cause datarace like the problem
fixed in the commit de1a16e0f1 . This
commit also fixes the potential dataraces of tests in
etcdserver/server_test.go .
2015-10-06 11:37:08 +09:00
..
2015-08-27 14:15:30 -07:00
2015-09-14 19:59:36 -07:00
2015-06-11 14:22:14 -07:00
2015-06-24 12:42:40 -07:00