Skip to content
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

Large page testing #51255

Closed
wants to merge 1 commit into from
Closed

Large page testing #51255

wants to merge 1 commit into from

Conversation

cshung
Copy link
Member

@cshung cshung commented Apr 14, 2021

In 2019, we introduced the large page support in the GC. However, this feature is not regularly tested, and we found it broken (and fixed) once in a while due to careless changes.

It is time for us to introduce automated testing to avoid future regression.

Status: right now, we have the pipeline set up to build the product code, build the test code and run all the tests with the environment variables set. Unfortunately, there are some known failures, but those failures shouldn't block us from starting to test them regularly.

In order to avoid spinning cycles analyzing known failures, I turned the automatic scheduling off. The goal is to merge the change as is so that we can start to work to get the tests green. These tests will be run manually until we are done with fixing the tests (or excluding them due to compatibility reasons)

@ghost
Copy link

ghost commented Apr 14, 2021

Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.

Issue Details
Author: cshung
Assignees: -
Labels:

area-Infrastructure-coreclr

Milestone: -

@cshung cshung changed the title WIP [WIP] Large page testing Apr 14, 2021
@cshung cshung force-pushed the private/andrewau/large-pages-testing branch 2 times, most recently from 3ce99b4 to 9ecc763 Compare June 23, 2021 21:22
@cshung cshung force-pushed the private/andrewau/large-pages-testing branch from 9ecc763 to 1a567c4 Compare June 30, 2021 21:07
@cshung cshung changed the title [WIP] Large page testing Large page testing Jun 30, 2021
@ViktorHofer
Copy link
Member

@cshung given that this PR is more than a year old can we close it and also delete the underlying branch? Currently the mapped branch is directly on dotnet/runtime and not on your fork. Thanks

@cshung cshung closed this Apr 19, 2022
@cshung cshung deleted the private/andrewau/large-pages-testing branch April 19, 2022 16:28
@ghost ghost locked as resolved and limited conversation to collaborators May 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants