FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Flaky test: reminder diagnostic tick condition times out on macOS · Issue #10687 · dotnet/orleans · GitHub

/ orleans Public

Flaky test: reminder diagnostic tick condition times out on macOS #10687

Description

UnitTests.Diagnostics.ReminderEventsTests.ReminderDiagnosticObserver_WaitsForTickCondition_UntilConditionIsSatisfied intermittently times out in the macOS net8.0 BVT job on current main.

Observed failures:

Failure:

System.TimeoutException: The operation has timed out.
at UnitTests.Diagnostics.ReminderEventsTests.ReminderDiagnosticObserver_WaitsForTickCondition_UntilConditionIsSatisfied()
   in test/Orleans.Reminders.Tests/Diagnostics/ReminderEventsTests.cs:line 121

Both failures occurred on unrelated changes, and the latest main run passed, indicating intermittent test behavior. The wait should use a deterministic phase barrier or a condition-specific diagnostic signal rather than depending on timing.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions


      Back | FazBrowse Home | New Git URL