-
-
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
Test discovery fails with very large number of test cases #225
Comments
Hello, Please fill the I need more information.. Please run you executable with |
we are using gtest 1.7. |
I haven't received any emails. 🤷♂️ |
Hello, I test it. It actually works just takes a lot of time to parse it. |
Hey, |
Checklist
I have a GTest executable with very large number (~150000) tests (actually most of them are different parameter combinations for a single parameterized test). Test explorer just shows the rotating "reload tests" arrow but nothing happens. If I build the test executable without this particular test, it works just find.
To Reproduce
Create a test exectauble with a test with 150000 parameterized variants
Try to use it in VScode
Desktop
Log (optional but recommended)
The log file ends with this line (I can provide full log via email if needed)
[2020-10-07 13:52:57.292] [INFO] Couldn't parse output file. Possibly it is an older version of Google Test framework. It is trying to parse the output
The text was updated successfully, but these errors were encountered: