-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[browser] Run tests in parallel #98492
Merged
Merged
Changes from 19 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
723a3b8
Run tests in parallel. Pass max number of parallel threads as param
maraf 60e26d9
[revert] Log all test starts
maraf 3611072
Disable parallel execution for WS and JSON tests
maraf 475818e
Turn off parallel processing when max threads is equal to 1
maraf ec8185a
Disable parallel execution for Buffers tests
maraf 21a8516
Merge branch 'main' into BrowserTestsParallelRun
lewing a6f4769
Merge branch 'main' into BrowserTestsParallelRun
maraf 1a1d3ed
Merge branch 'main' into BrowserTestsParallelRun
maraf 8aae2df
Merge branch 'main' into BrowserTestsParallelRun
maraf 5c3b300
Merge remote-tracking branch 'upstream/main' into BrowserTestsParalle…
maraf 146d7a7
Revert "[revert] Log all test starts"
maraf 131146f
Merge remote-tracking branch 'origin/BrowserTestsParallelRun' into Br…
maraf 0aafec4
Merge branch 'main' into BrowserTestsParallelRun
pavelsavara 8bd31e8
[torevert] Remove all 1 threads
maraf 419eb66
Merge branch 'main' into BrowserTestsParallelRun
maraf 3ba705a
Revert "[torevert] Remove all 1 threads"
maraf e769332
Merge branch 'main' into BrowserTestsParallelRun
pavelsavara 024c131
Merge branch 'main' into BrowserTestsParallelRun
maraf 932ebe2
Merge branch 'main' into BrowserTestsParallelRun
pavelsavara 687fefe
1 thread for JS interop tests
pavelsavara a2b0bfa
Merge branch 'main' into BrowserTestsParallelRun
pavelsavara File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was the problem with buffers ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OOM killed (from PR description)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can re-parallelize them if you want to see the whole log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened #100628