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

[RISC-V] Fix ProcessWaitingTests.WaitChain and ProcessWaitingTests.Wa… #96187

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

yurai007
Copy link
Contributor

@yurai007 yurai007 commented Dec 19, 2023

…itAsyncChain

Since WaitChain and WaitAsyncChain test cases perform quadruple nested chain of corerun invocation, and rely on execution time, they are pretty sensitive to corerun startup time. On RISC-V we experience test failures due to the fact that WaitInMS timeout is too aggressive for Checked and Debug builds in the case of R2R absence. It seems that without System.Private.CoreLib R2R artifacts CoreCLR need to jit 2x-3x more functions (Checked build). We think it's reasonable to expect tests working even in case of lack of R2R. This change fixes mentioned test cases by bumping waiting timeouts for RISC-V architecture.

Part of #84834
cc @wscho77 @HJLeee @clamp03 @JongHeonChoi @t-mustafin @gbalykov @ashaurtaev @sirntar @tomeksowi @Bajtazar @viewizard

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Dec 19, 2023
@ghost
Copy link

ghost commented Dec 19, 2023

Tagging subscribers to this area: @dotnet/area-system-diagnostics-process
See info in area-owners.md if you want to be subscribed.

Issue Details

…itAsyncChain

Since WaitChain and WaitAsyncChain test cases perform quadruple nested chain of corerun invocation, and rely on execution time, they are pretty sensitive to corerun startup time. On RISC-V we experience test failures due to the fact that WaitInMS timeout is too aggressive for Checked and Debug builds in the case of R2R absence. It seems that without System.Private.CoreLib R2R artifacts CoreCLR need to jit 2x-3x more functions (Checked build). We think it's reasonable to expect tests working even in case of lack of R2R. Also this assumption would make sense for other platforms, not only RISC-V. This change fixes mentioned test cases by bumping waiting timeouts.

Part of #84834
cc @wscho77 @HJLeee @clamp03 @JongHeonChoi @t-mustafin @gbalykov @ashaurtaev @sirntar @tomeksowi @Bajtazar @viewizard

Author: yurai007
Assignees: -
Labels:

area-System.Diagnostics.Process, community-contribution

Milestone: -

Copy link
Member

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for sharing the findings of your detailed investigation.

I am supportive of the direction, but I think that the fix can be improved, PTAL at my comment.

Thanks!

@adamsitnik adamsitnik self-assigned this Dec 19, 2023
@adamsitnik adamsitnik added this to the 9.0.0 milestone Dec 19, 2023
@adamsitnik adamsitnik added test-enhancement Improvements of test source code arch-riscv Related to the RISC-V architecture labels Dec 19, 2023
@yurai007 yurai007 force-pushed the fix-process-waiting-tests branch from 0514fa6 to f9e9873 Compare December 20, 2023 11:16
…itAsyncChain

Since WaitChain and WaitAsyncChain test cases perform quadruple nested chain of corerun invocation,
and rely on execution time, they are pretty sensitive to corerun startup time. On RISC-V we experience test failures
due to the fact that WaitInMS timeout is too aggressive for Checked and Debug builds in the case of R2R absence.
It seems that without System.Private.CoreLib R2R artifacts CoreCLR need to jit 2x-3x more functions (Checked build).
We think it's reasonable to expect tests working even in case of lack of R2R.
This change fixes mentioned test cases by bumping waiting timeouts for RISC-V architecture.
@yurai007 yurai007 force-pushed the fix-process-waiting-tests branch from f9e9873 to 9332c19 Compare December 20, 2023 15:35
@yurai007
Copy link
Contributor Author

Updated PR description and poked CI again.

Copy link
Member

@clamp03 clamp03 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Please do not force-push.

Copy link
Member

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thank you @yurai007 !

@adamsitnik adamsitnik merged commit 476a455 into dotnet:main Dec 21, 2023
EgorBo added a commit to EgorBo/runtime-1 that referenced this pull request Dec 23, 2023
@EgorBo EgorBo mentioned this pull request Dec 23, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-riscv Related to the RISC-V architecture area-System.Diagnostics.Process community-contribution Indicates that the PR has been added by a community member test-enhancement Improvements of test source code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants