hippo91

Results 63 comments of hippo91

Ok nice! Thanks @gcampbell-msft !

@gcampbell-msft sorry to ping you. I just want to be sure this MR has not been forgotten.

Ok :+1: thanks a lot @gcampbell-msft !

@gcampbell-msft the basic idea behind this MR is to call `ctest` only once for all tests instead of looping over them and calling `ctest` for each one. We achieve this...

> @hippo91 I'm curious, in order to assist me with testing some of the things I'm trying, would you be able to share your project? You mentioned it having 100's...

@gcampbell-msft i did the tests. First with `allowParallelJobs` disabled, each test is run separately as expected (see image below). ![disabled_running](https://github.com/microsoft/vscode-cmake-tools/assets/11694943/58271b73-eb34-4c64-bc27-900815166089) Second with `allowParallelJobs` enabled, all tests are run simultaneously as...

@gcampbell-msft i'm sorry but i can't see your responses to the remarks i did in https://github.com/microsoft/vscode-cmake-tools/pull/3577#discussion_r1566928288 and two others. But it doesn't really matter as: > This goes back to...

@triou-harmonicinc, as @gcampbell-msft said, if you select multiple tests and run only those, they will run in parallel. I tested it on my project and it worked.

@dgazzoni yes this issue is known, sorry for this. Please see #3804 The problem was that we built a huge regex to launch all the test in parallel. In fact...

@geertj thanks for the hint! However in my case the tests, even when launched with your method, are not run in parallel. Have you got the same pb with latest...