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

Remove test randomization on mac #1481

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Remove test randomization on mac #1481

merged 1 commit into from
Jan 23, 2025

Conversation

dime10
Copy link
Contributor

@dime10 dime10 commented Jan 23, 2025

While we originally added the test randomization to avoid one specific test order caused by improper handling of global state in tests (now fixed), it is clear that there are more orderings that will produce test failures due to race conditions or other global state issues (e.g. https://github.com/PennyLaneAI/catalyst/actions/runs/12921842532). Let's remove the randomized testing again although at some point it would be nice to resolve these race conditions in the test suite.

@dime10 dime10 requested a review from a team January 23, 2025 13:50
Copy link
Contributor

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md on your branch with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

@dime10 dime10 merged commit db5f592 into main Jan 23, 2025
45 checks passed
@dime10 dime10 deleted the dime10-patch-1 branch January 23, 2025 14:36
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.

3 participants