Uh oh!
There was an error while loading. Please reload this page.
Convert tests under GC subtree to the merged test model - #92543
Conversation
ghost
commented
Sep 23, 2023
Tagging subscribers to this area: @dotnet/area-system-reflection-metadata Issue Detailsnull
|
trylek
commented
Sep 24, 2023
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
trylek
commented
Sep 25, 2023
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
markples
commented
Sep 25, 2023
When you're ready, you'll probably want to run gcstress because these are the kinds of tests that seem to get worse in that mode. (However, many are GCStressIncompatible and/or RequiresProcessIsolation, so there is less impact that there would be otherwise.) |
markples
commented
Sep 25, 2023
GC\Stress\Framework loads the tests from GC\Stress\Tests in ways that I don't fully understand yet, but I suspect there may be some dependencies on the shapes of those tests. |
markples
commented
Sep 25, 2023
[This is probably beyond the scope of this PR, but if you have problems in this area, perhaps it is relevant.] The projects in GC\Scenarios\GCSimulator seem strange to me. I think all of them except for the main GCSimulator.csproj could be RunOnly and then maybe not need ReqProcIso, RefXUintWrapGen, AllowUnsafeBlocks, and ItemGroup Compile. Removing over 400 tests from the build seems like it would be noticeable time win too. (Also a Directory.Build.props would simplify this a lot too.) I can contribute to this too - just let me know how you'd like to coordinate with this PR. |
trylek
commented
Sep 25, 2023
Thanks Mark for your valuable pointers and insights, running GC stress tests is certainly a good idea. For additional cleanups, I agree that the GCSimulator tests are basically 400 calls to the same test with different command-line arguments, my only thinking is that I'd love to first focus on removing all the legacy tests as that will let us get rid of the old variants in the scripts. There are tons of things we can clean up in the tests, in this PR I did some tiny formatting cleanups like converting tabs to spaces and fixing broken alignment here and there but naturally I didn't want to combine this already big change with non-trivial test refactoring. Once the final conversion PRs have been merged in, all subsequent cleanups are up for grabs. |
trylek
commented
Sep 25, 2023
/azp run runtime-coreclr gcstress0x3-gcstress0xc |
trylek
commented
Sep 25, 2023
/cc @dotnet/gc |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ghost
commented
Sep 27, 2023
Tagging subscribers to this area: @dotnet/gc Issue Detailsnull
|
# Conflicts: # src/tests/JIT/opt/Loops/TripCountOverflow.csproj
jkoritzinsky
commented
Aug 23, 2024
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Mark the GC simulator merged runner as a GC-simulator test to avoid launching it just for it to skip every OOP test it executes.
jkoritzinsky
commented
Aug 26, 2024
/azp run runtime-coreclr gc-simulator |
|
No pipelines are associated with this pull request. |
markples
commented
Aug 26, 2024
pasting test link here - https://dev.azure.com/dnceng-public/public/_build/results?buildId=789129&view=results |
jkoritzinsky
commented
Aug 26, 2024
New GC-simulator build link: https://dev.azure.com/dnceng-public/public/_build/results?buildId=789161&view=results |
markples
commented
Aug 26, 2024
Thank you very much @trylek@jkoritzinsky for your work and answering all of my questions about this! From those discussions:
|
jkoritzinsky
commented
Aug 27, 2024
@markples it looks like GCSimulator is working now. Also, it's surfacing failures a little more cleanly (explicit scenario failures are actually propagating back from Helix to AzDO and GitHub, which is nice). |
markples
commented
Aug 27, 2024
That is great; thanks! |
jkoritzinsky
commented
Aug 28, 2024
/ba-g nativeaot timeouts due to helix queue backup |
jkoritzinsky
commented
Aug 28, 2024
I've validated that the nativeaot timeouts aren't related. Lets merge this in and get one step closer to removing the legacy test system! |
Co-authored-by: Jeremy Koritzinsky <jekoritz@microsoft.com>
No description provided.