Re: [ovs-dev] [PATCH v2] tests: Enable running parallel unit tests for Windows.

2015-02-13 Thread Gurucharan Shetty
Thank you Eitan and Ben. I pushed this to master. On Fri, Feb 13, 2015 at 9:35 AM, Ben Pfaff wrote: > On Wed, Feb 11, 2015 at 06:00:23PM -0800, Gurucharan Shetty wrote: >> testsuite uses mkfifo in its job dispatcher that manages >> parallel unit tests. MinGW does not have a mkfifo. This >> result

Re: [ovs-dev] [PATCH v2] tests: Enable running parallel unit tests for Windows.

2015-02-13 Thread Ben Pfaff
On Wed, Feb 11, 2015 at 06:00:23PM -0800, Gurucharan Shetty wrote: > testsuite uses mkfifo in its job dispatcher that manages > parallel unit tests. MinGW does not have a mkfifo. This > results in unit tests running serially on Windows. Right > now it takes up to approximately 40 minutes to run all

Re: [ovs-dev] [PATCH v2] tests: Enable running parallel unit tests for Windows.

2015-02-12 Thread Eitan Eliahu
Thanks! Acked-by: Eitan Eliahu -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Gurucharan Shetty Sent: Wednesday, February 11, 2015 6:00 PM To: dev@openvswitch.org Cc: Gurucharan Shetty Subject: [ovs-dev] [PATCH v2] tests: Enable running parallel unit

[ovs-dev] [PATCH v2] tests: Enable running parallel unit tests for Windows.

2015-02-11 Thread Gurucharan Shetty
testsuite uses mkfifo in its job dispatcher that manages parallel unit tests. MinGW does not have a mkfifo. This results in unit tests running serially on Windows. Right now it takes up to approximately 40 minutes to run all the unit tests on Windows. This commit provides a job dispatcher for MinG