commit | 9320a22bf8fb9268e6484f10230364128e0e9c25 | [log] [tgz] |
---|---|---|
author | Robin Thellend <rthellend@google.com> | Thu Oct 23 11:24:43 2014 -0700 |
committer | Robin Thellend <rthellend@google.com> | Thu Oct 23 11:24:47 2014 -0700 |
tree | 4211f9157828d2087f2290c601fb47d456741377 | |
parent | 1389ad82d9dc17c7d3d3e8f450fe1a80a449098c [diff] |
veyron/runtimes/google/ipc: Fix flaky TestReconnect There is a race between when the server dies and when the VIF gets the error. If the next StartCall happens before the VIF is shutdown, the client see an EOF error instead of the expect failure to connect. A simple way to fix this is to also accept EOF as valid error. Change-Id: I304586b3941cec1921bfe5435965366a104909f7