> > Oh! > > Do you have an idea of what takes up the bulk of the time for the OVS > unit tests in Windows? I think the main reasons are: * Creation of new processes is slow on Windows. So some unit tests that run hundreds of processes causes the unit tests to go very slow (for e.g., bfd and cfm). * I think 'configure' is also slow on Windows for the same reason as above. * autoconf tests on mingw does not have the infrastructure to be executed in parallel. (I think it is because of no mknod. Probably it can be worked around, but the fix will likely be needed upstream in the code that generates testsuite) * Appveyor itself provides only one CPU. So I cannot run 'make -jx' _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev
- [ovs-dev] [PATCH 1/2] INSTALL.Windows: Don't specify the... Gurucharan Shetty
- [ovs-dev] [PATCH 2/2] appveyor: Provide a autobuild... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 2/2] appveyor: Provide a a... Ben Pfaff
- Re: [ovs-dev] [PATCH 2/2] appveyor: Provide... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 2/2] appveyor: Pro... Ben Pfaff
- Re: [ovs-dev] [PATCH 2/2] appveyor... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 2/2] appv... Ben Pfaff
- Re: [ovs-dev] [PATCH 2/2] ... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 2/2] ... Eitan Eliahu
- Re: [ovs-dev] [PATCH 2/2] ... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 2/2] ... Eitan Eliahu
- Re: [ovs-dev] [PATCH 2/2] appv... Steven Noble
- Re: [ovs-dev] [PATCH 2/2] ... Ben Pfaff
- Re: [ovs-dev] [PATCH 2/2] appveyor: Pro... Alin Serdean
- Re: [ovs-dev] [PATCH 2/2] appveyor... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 2/2] appv... Alin Serdean
- Re: [ovs-dev] [PATCH 2/2] ... Nithin Raju
- Re: [ovs-dev] [PATCH 2/2] ... Alin Serdean