-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Large TestResults files #33787
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Oh weird...! I'll take a look... |
Looked into this... The query tests always logged a little bit, but since I merged #31017, at some point we started dumping the entire shaper representation, causing the logs to be much heavier (see below). In any case, submitting #33819 to not log at all from AssertQuery and friends, unless an error occurs. Right after #31017 (commit ef30eb2), a basic query test emitted a bit of logging: Logging at ef30eb2
In latest main, the entire shaper is dumped, making for lots of logging: Logging at 5eec48b
|
Files like EFCore.SqlServer.FunctionalTests_net9.0_x64.xml are over 100MB in size because they contain all test output
Possibly caused by #31017
Reducing the amount of output will improve test running time.
The text was updated successfully, but these errors were encountered: