Conversation
Summary of ChangesHello @joshlf, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request streamlines the organization of UI test files by consolidating them into a single directory and encoding toolchain-specific information directly within the filenames. This refactoring simplifies the test suite's directory structure and updates the test runner to correctly interpret these new file paths, enhancing overall test maintainability and clarity. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2997 +/- ##
=======================================
Coverage 91.87% 91.87%
=======================================
Files 20 20
Lines 6057 6057
=======================================
Hits 5565 5565
Misses 492 492 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Code Review
This pull request refactors the UI test file structure to be more organized by coalescing test files into a single tests/ui directory. The changes to the test runners to support this new structure are mostly correct. However, I've found a critical issue in testutil/src/lib.rs where the test source directory is still being set to the old, now non-existent, directories. This will prevent the tests from running correctly. I've left a detailed comment on this issue. Additionally, the documentation in agent_docs/ui_tests.md now describes an outdated workflow and should be updated to reflect these changes.
59d89e5 to
f5798e4
Compare
82760c4 to
4c0ace9
Compare
3ead393 to
8e29e49
Compare
4c0ace9 to
8b89725
Compare
79af3ee to
265232e
Compare
8e29e49 to
4b2ee00
Compare
265232e to
06ac251
Compare
Now, UI test source and stderr files live in a structure like: - `ui/foo.rs` - `ui/foo.msrv.stderr` - `ui/foo.stable.stderr` - `ui/foo.nightly.stderr` Makes progress on #2999 gherrit-pr-id: G89ee46d6a1d97f48811d710599b089f486c85717
06ac251 to
20a5e50
Compare
Now, UI test source and stderr files live in a structure like:
ui/foo.rsui/foo.msrv.stderrui/foo.stable.stderrui/foo.nightly.stderrMakes progress on #2999
Latest Update: v9 — Compare vs v8
📚 Full Patch History
Links show the diff between the row version and the column version.
⬇️ Download this PR
Branch
git fetch origin refs/heads/G89ee46d6a1d97f48811d710599b089f486c85717 && git checkout -b pr-G89ee46d6a1d97f48811d710599b089f486c85717 FETCH_HEADCheckout
git fetch origin refs/heads/G89ee46d6a1d97f48811d710599b089f486c85717 && git checkout FETCH_HEADCherry Pick
git fetch origin refs/heads/G89ee46d6a1d97f48811d710599b089f486c85717 && git cherry-pick FETCH_HEADPull
Stacked PRs enabled by GHerrit.