Re: [ovs-dev] [PATCH 08/17] test-vconn: Change the expected error for Windows.

2014-07-01 Thread Gurucharan Shetty
On Tue, Jul 1, 2014 at 11:06 AM, Ben Pfaff wrote: > On Tue, Jul 1, 2014 at 10:58 AM, Gurucharan Shetty wrote: >> On Mon, Jun 30, 2014 at 10:20 AM, Ben Pfaff wrote: >>> On Mon, Jun 30, 2014 at 10:13:54AM -0700, Gurucharan Shetty wrote: On Thu, Jun 26, 2014 at 1:26 PM, Ben Pfaff wrote:

Re: [ovs-dev] [PATCH 08/17] test-vconn: Change the expected error for Windows.

2014-07-01 Thread Ben Pfaff
On Tue, Jul 1, 2014 at 10:58 AM, Gurucharan Shetty wrote: > On Mon, Jun 30, 2014 at 10:20 AM, Ben Pfaff wrote: >> On Mon, Jun 30, 2014 at 10:13:54AM -0700, Gurucharan Shetty wrote: >>> On Thu, Jun 26, 2014 at 1:26 PM, Ben Pfaff wrote: >>> > On Tue, Jun 24, 2014 at 11:52:54AM -0700, Gurucharan Sh

Re: [ovs-dev] [PATCH 08/17] test-vconn: Change the expected error for Windows.

2014-07-01 Thread Gurucharan Shetty
On Mon, Jun 30, 2014 at 10:20 AM, Ben Pfaff wrote: > On Mon, Jun 30, 2014 at 10:13:54AM -0700, Gurucharan Shetty wrote: >> On Thu, Jun 26, 2014 at 1:26 PM, Ben Pfaff wrote: >> > On Tue, Jun 24, 2014 at 11:52:54AM -0700, Gurucharan Shetty wrote: >> >> On Windows ECONNRESET is WSAECONNRESET. >> >>

Re: [ovs-dev] [PATCH 08/17] test-vconn: Change the expected error for Windows.

2014-06-30 Thread Ben Pfaff
On Mon, Jun 30, 2014 at 10:13:54AM -0700, Gurucharan Shetty wrote: > On Thu, Jun 26, 2014 at 1:26 PM, Ben Pfaff wrote: > > On Tue, Jun 24, 2014 at 11:52:54AM -0700, Gurucharan Shetty wrote: > >> On Windows ECONNRESET is WSAECONNRESET. > >> > >> Also, "unix" connections are done through TCP sockets

Re: [ovs-dev] [PATCH 08/17] test-vconn: Change the expected error for Windows.

2014-06-30 Thread Gurucharan Shetty
On Thu, Jun 26, 2014 at 1:26 PM, Ben Pfaff wrote: > On Tue, Jun 24, 2014 at 11:52:54AM -0700, Gurucharan Shetty wrote: >> On Windows ECONNRESET is WSAECONNRESET. >> >> Also, "unix" connections are done through TCP sockets. >> For the 'refuse-connection' test, the error message for Windows >> is WS

Re: [ovs-dev] [PATCH 08/17] test-vconn: Change the expected error for Windows.

2014-06-26 Thread Ben Pfaff
On Tue, Jun 24, 2014 at 11:52:54AM -0700, Gurucharan Shetty wrote: > On Windows ECONNRESET is WSAECONNRESET. > > Also, "unix" connections are done through TCP sockets. > For the 'refuse-connection' test, the error message for Windows > is WSAECONNRESET instead of EPIPE. > > Signed-off-by: Gurucha

[ovs-dev] [PATCH 08/17] test-vconn: Change the expected error for Windows.

2014-06-24 Thread Gurucharan Shetty
On Windows ECONNRESET is WSAECONNRESET. Also, "unix" connections are done through TCP sockets. For the 'refuse-connection' test, the error message for Windows is WSAECONNRESET instead of EPIPE. Signed-off-by: Gurucharan Shetty --- tests/test-vconn.c | 16 ++-- 1 file changed, 14 i