-
Notifications
You must be signed in to change notification settings - Fork 5k
System.Text.Json.SourceGeneration.Tests are disabled in WASM #59228
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
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsThe System.Text.Json.SourceGeneration.Roslyn.x.tests appear to be timing out during the AOT compilation phase. From PR #59042:
In that same PR I'm disabling the tests to unblock green CI. cc @eerhardt @lewing @radical @SamMonoRT @vargaz
|
@steveisok is already tracking this one. Curious how it got in actually. |
@danmoseley pretty sure this is the host killing the aot compiler for some reason, probably OOM in this case. @radical @steveisok we can try turning down the parallelism on the json tests as a first step. |
Oops, mixed this up with the unrelated Android issue triggered by the digit in the name Roslyn3.11.Tests |
Running it serially didn't help. It is still getting killed in the same way. |
OOM:
https://gist.github.com/radical/3c45276841d3c4e2d2cc91d5069a4d7a |
It would be invaluable if there was logging such that we knew what tests were in flight. There is likely one or two tests that are memory heavy and just need disabling for WASM. I'm guessing there is no test results file already written when it's killed? Cc @dotnet/area-system-text-json |
The tests haven't run at this point. We do the AOT part of the build on helix, because it's very slow. And this is getting killed while compiling one of the assemblies ( |
This might be fixed by: |
@radical ah, I missed that. |
Fixed by dotnet#59352 . Fixes dotnet#59228 .
The System.Text.Json.SourceGeneration.Roslyn.x.tests appear to be timing out during the AOT compilation phase. From PR #59042:
https://helix.dot.net/api/2019-06-17/jobs/770ad140-31bb-4858-9396-d50162076efd/workitems/System.Text.Json.SourceGeneration.Roslyn3.11.Tests/console
In that same PR I'm disabling the tests to unblock green CI.
cc @eerhardt @lewing @radical @SamMonoRT @vargaz
The text was updated successfully, but these errors were encountered: