-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[dagster-airlift] improve unit test speed #23324
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
eec0f12
to
6a7ab7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As long as we are restructuring tests, I think we should have a top-level "integration_tests" folder and "unit_tests" folder right under "dagster_airlift_tests".
During active development I would like to be able to quickly run "unit_tests" without spinning up a bunch of custom infra and that instead relies on fakes or whatever.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's do move these tests around at the tip of the stack
Moves shared implementation to a shared fixture directory, and switches how we determine when airflow is stood up. This speeds up tests to take a few seconds instead of >20 minutes.