[browser] Run tests in parallel#98492
Merged
pavelsavara merged 21 commits intodotnet:mainfrom Apr 4, 2024
Merged
Conversation
|
Tagging subscribers to 'arch-wasm': @lewing Issue Detailsnull
|
This was referenced Feb 15, 2024
This was referenced Feb 17, 2024
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Member
Author
|
/azp run runtime |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
This comment was marked as outdated.
This comment was marked as outdated.
This was referenced Feb 24, 2024
Member
Author
|
This reverts commit 8bd31e8.
This was referenced Mar 22, 2024
ilonatommy
approved these changes
Mar 25, 2024
This was referenced Apr 3, 2024
pavelsavara
reviewed
Apr 3, 2024
| <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> | ||
| </PropertyGroup> | ||
| <PropertyGroup Condition="'$(TargetOS)' == 'browser'"> | ||
| <WasmXHarnessMaxParallelThreads>1</WasmXHarnessMaxParallelThreads> |
Member
There was a problem hiding this comment.
What was the problem with buffers ?
Member
Author
There was a problem hiding this comment.
OOM killed (from PR description)
[FAIL][8] System.Buffers.ArrayPool.Tests.ArrayPoolUnitTests.RentingSpecificLengthsYieldsExpectedLengths(requestedMinimum: 2097152, expectedLength: 2097152)
info: System.OutOfMemoryException : Out of memory
info: at System.Buffers.ConfigurableArrayPool`1[[System.String, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Rent(Int32 minimumLength)
info: at System.Buffers.ArrayPool.Tests.ArrayPoolUnitTests.RentingSpecificLengthsYieldsExpectedLengths(Int32 requestedMinimum, Int32 expectedLength)
info: at System.Object.InvokeStub_ArrayPoolUnitTests.RentingSpecificLengthsYieldsExpectedLengths(Object , Span`1 )
info: at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Member
Author
There was a problem hiding this comment.
We can re-parallelize them if you want to see the whole log
Member
There was a problem hiding this comment.
It seems that GC is unable to keep up with the traffic. Let's create issue for that.
I wonder if Mono on x64 has the same problem but survives this because of more available memory ?
Member
|
/ba-g the failure is #95805 |
Member
|
The other failure is #98964 |
matouskozak
pushed a commit
to matouskozak/runtime
that referenced
this pull request
Apr 30, 2024
Co-authored-by: Larry Ewing <lewing@microsoft.com> Co-authored-by: Pavel Savara <pavel.savara@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WasmXHarnessMaxParallelThreads