-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ambiguous explanation of the test.parallelExecutionLimit and the test.parallelExecutionOfExecutableLimit #416
Comments
Hello, Sure, let's discuss it. I'm happy if we can improve this. Let me ask you a question just to make sure we have the same understanding on some basics. What is a |
Hi. I am a GoogleTest user. So,
In my case, an executable file contains multiple unit tests. |
Maximum number of parallel executions of the same test executable. This does not further distinguish between different test cases or permutations / iterations of the same test case. Limit this if you have resources which are instantiable only a limited number of times per test executable. Warning: There is no concept of resource groups spanning multiple executables!
(Global) total number of parallel executions of any test executable. This is the number of processes which will be running concurrently at peak. Additional processes will only be spawned when both the total number of concurrent processes is below |
Thank you very much. This is clear and easy to understand. |
This is not correct. Ah, I definitely should clear this up..
|
Checklist
I understand that you have privacy concerns and I expect you to understand that this extension is developed for free.
Thanks.
Describe the bug
This is considered a documentation problem.
The explanation of the test.parallelExecutionLimit and the test.parallelExecutionOfExecutableLimit are ambiguous. In other words, the difference of both settings is not clear.
In the README, the explanation is like this :
Sorry to say, I can not understand what that means. I have read the source, too. But I could not understand ( I am not familiar with the typescript ).
I guess, these might be re-written as :
To test my guess, I need a multiple executable test set. But I don't have it. So, this is just a guess.
I appreciate it if you made it clear.
To Reproduce
No. This is considered a documentation problem.
Screenshots (optional)
This is a screenshot of the README.
Desktop
Regression bug?
No.
The text was updated successfully, but these errors were encountered: