Browse Source

etcdserver: refine printout

Yicheng Qin 11 years ago
parent
commit
a91d745c46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etcdserver/server_test.go

+ 1 - 1
etcdserver/server_test.go

@@ -376,7 +376,7 @@ func TestSyncFail(t *testing.T) {
 	select {
 	case <-n.Ready():
 	case <-time.After(time.Millisecond):
-		t.Fatalf("no ready")
+		t.Fatalf("expect to receive ready within 1ms, but fail")
 	}
 
 	srv := &EtcdServer{