Skip to content

ProcessTests.Test[Peak]WorkingSet[64] fail on Fedora 39 #83129

@tmds

Description

@tmds

On the upcoming version of Fedora (Oct 23), these tests fail.

On Linux, these values are read from the VmHWM and VmRSS fields in /proc/<pid>/status.

I debugged this, and it seems that both VmHWM, and VmRSS are zero just after the process started. Both the values do become non-zero at a later moment.

Fedora uses the just released Linux kernel 6.2.0.
As other distros adopt this kernel, they will probably show the same test failure.

afaik tests in Microsoft CI run in containers, which means the kernel stays at the version of the host even when the container images are updated for a new distro version.
So the test failure may not occur in CI for quite some time.

I'll look into adding a RetryHelper and verify that fixes the test failure.

cc @omajid

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions