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

ProcessThreadTests.TestStartTimeProperty - Get spawned thread by ID from Process.Threads to avoid mismatch #104972

Merged
merged 6 commits into from
Jul 22, 2024

Commits on Jul 16, 2024

  1. Increasing the tolerance for Mono Runtime for the flaky ProcessThread…

    …Tests.TestStartTimeProperty test, fixes dotnet#103448
    adamsitnik committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3092d86 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. select the thread based on current thread native id, remove the try c…

    …atch block:
    
    - it can hide LINQ issues as LINQ may throw InvalidOperationException
    - it's not needed for the current thread, because the code is still running so we know the thread is alive
    adamsitnik committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6d17edc View commit details
    Browse the repository at this point in the history
  2. Revert "Increasing the tolerance for Mono Runtime for the flaky Proce…

    …ssThreadTests.TestStartTimeProperty test, fixes dotnet#103448"
    
    This reverts commit 3092d86.
    adamsitnik committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2cc7ecb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9350ff View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Make the test conditional

    adamsitnik authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0de6947 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    dabec4f View commit details
    Browse the repository at this point in the history