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

[FEA] Ensure pytest --quick_run option runs in ~10 minutes or less #6192

Open
wphicks opened this issue Dec 19, 2024 · 0 comments
Open

[FEA] Ensure pytest --quick_run option runs in ~10 minutes or less #6192

wphicks opened this issue Dec 19, 2024 · 0 comments
Labels
? - Needs Triage Need team to review and classify feature request New feature or request

Comments

@wphicks
Copy link
Contributor

wphicks commented Dec 19, 2024

Originally, the --quick_run flag allowed us to run an important subset of tests in 5-10 minutes. Since its introduction, the runtime has increased to the point that --quick_run can no longer be used for its intended purpose. --quick_run should be updated to ensure that it can be used for rapid iteration during development. After updating, it should be considered a goal to keep quick runs under 5 minutes and a bug if the quick run exceeds approximately 10 minutes on standard hardware.

@wphicks wphicks added ? - Needs Triage Need team to review and classify feature request New feature or request labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant