-
Notifications
You must be signed in to change notification settings - Fork 0
Create Test Inventory Documentation #331
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
base: main
Are you sure you want to change the base?
Create Test Inventory Documentation #331
Conversation
Adds a comprehensive inventory of all tests in the project, categorized by crate and type. Each test is rated on its scope, value, speed, and dependencies. This document provides a valuable resource for understanding the project's test suite and identifying areas for improvement.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
qodo-code-review
bot
commented
Dec 25, 2025
•
edited by qodo-free-for-open-source-projects
bot
Loading
edited by qodo-free-for-open-source-projects
bot
CI Feedback 🧐(Feedback updated until commit 2a1ca67)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
This commit refactors the CI workflow to bifurcate jobs between GitHub-hosted and self-hosted runners, optimizing for performance and resource usage. - Stateless jobs (lint, security, docs, unit tests, golden master) now run on GitHub-hosted runners. - Hardware-dependent tests are now isolated to a dedicated self-hosted runner job. - Caching for the Whisper model is implemented on the GitHub-hosted runner to improve performance. - Full environment validation is preserved for the hardware tests to ensure reliability. Additionally, this commit adds a comprehensive test inventory at `docs/dev/testing/test_inventory.md` to document the project's test suite.
This change introduces a new test inventory document at
docs/dev/testing/test_inventory.md. This document provides a comprehensive overview of the project's test suite, including a rating for each test based on its scope, value, speed, and dependencies.Fixes #329
PR created automatically by Jules for task 4516107591645021813 started by @Coldaine