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

Internal: Move base testing classes to testing package #1617

Merged
merged 3 commits into from
Mar 17, 2024

Conversation

caendesilva
Copy link
Member

@caendesilva caendesilva commented Mar 17, 2024

This essentially reverts the change in #1607, as it for some reason breaks framework tests on macOS. Instead, these base classes are now autoloaded using the testing package. These are the kinds of things that we don't notice here in the monorepo, as the autoloading is slightly different.

@github-actions github-actions bot added the internal This pull request does not affect package code label Mar 17, 2024
@caendesilva caendesilva marked this pull request as ready for review March 17, 2024 18:43
@caendesilva caendesilva merged commit f08728b into master Mar 17, 2024
19 checks passed
@caendesilva caendesilva deleted the refactor-test-internals branch March 17, 2024 18:43
@caendesilva
Copy link
Member Author

caendesilva commented Mar 17, 2024

Initial Ubuntu test failed, likely due to race condition as it was triggered before the monorepo package was split and propagated to the testing package.

macOS tests now work on the framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal This pull request does not affect package code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant