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

[Tests] Update GC SegmentEvents validation #4906

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Sep 4, 2024

  1. [tests] Remove unused ConcurrentThreadEvents validation

    The *ConcurrentThreadEvents count validation was removed as part of
    dotnet#689 due to reported
    flakiness of the event being fired before observing the first runtime
    event.
    mdh1418 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ca37ed7 View commit details
    Browse the repository at this point in the history
  2. [Tests] Skip GC SegmentEvents validation post NET 7

    The new GC, supposedly introduced in .NET 7, stopped
    emitting GCFreeSegment events as it transition from
    performing virtual_free to virtual_decommit. As such,
    GCFreeSegments are no longer expected.
    mdh1418 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    23fd33d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    403bd0e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    4d5f719 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d18b2af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1adc529 View commit details
    Browse the repository at this point in the history