Skip to content

Conversation

glennawatson
Copy link
Contributor

@glennawatson glennawatson commented Oct 3, 2025

Pull Request Overview

This PR adds the [NonParallelizable] attribute to UI test classes to prevent test failures caused by concurrent access to static classes. This is a targeted fix to address flaky test behavior in the ReactiveUI test suite.

  • Adds [NonParallelizable] attribute to test classes that access static members
  • Prevents race conditions during parallel test execution
  • Improves test reliability and consistency

@glennawatson glennawatson requested a review from Copilot October 3, 2025 23:58
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds the [NonParallelizable] attribute to UI test classes to prevent test failures caused by concurrent access to static classes. This is a targeted fix to address flaky test behavior in the ReactiveUI test suite.

  • Adds [NonParallelizable] attribute to test classes that access static members
  • Prevents race conditions during parallel test execution
  • Improves test reliability and consistency

Copy link

codecov bot commented Oct 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 35.08%. Comparing base (6264b77) to head (1d30bbf).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4161   +/-   ##
=======================================
  Coverage   35.08%   35.08%           
=======================================
  Files         140      140           
  Lines        6016     6016           
  Branches      885      885           
=======================================
  Hits         2111     2111           
  Misses       3743     3743           
  Partials      162      162           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@glennawatson glennawatson merged commit d47bd31 into main Oct 4, 2025
6 checks passed
@glennawatson glennawatson deleted the glennawatson-patch-1 branch October 4, 2025 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant