Skip to content

test(utils): support silent model fallbacks in TestRig#23570

Open
sehoon38 wants to merge 2 commits intomainfrom
test-utils-model-fallback
Open

test(utils): support silent model fallbacks in TestRig#23570
sehoon38 wants to merge 2 commits intomainfrom
test-utils-model-fallback

Conversation

@sehoon38
Copy link
Copy Markdown
Contributor

Description

This PR adds support for automatically testing multiple models in TestRig.

Currently, integration tests can hang if they encounter a quota exhaustion error (or other persistent errors), as the test rig defaults to waiting for user input. This PR introduces a model fallback chain in the test configuration. When a model fails, the fallback mechanism silently switches to the next available model.

Changes included:

  • Added model option to TestRig.setup() options, accepting a comma-separated list of models.
  • Automatically configures an integration-test-model chain when multiple models are specified, using dynamicModelConfiguration.
  • Sets actions for terminal, transient, not_found, and unknown states to silent inside the fallback configuration to prevent tests from hanging on user prompts.

Related Issues

Fixes #23568

Testing

  • Tested locally with integration test: vitest run integration-tests/model-fallback.test.ts
  • Passed standard workspace checks

Support model fallbacks in integration tests by allowing a comma-separated list of models via the `GEMINI_MODEL` environment variable or the `model` option in `TestRig.setup()`. This will automatically configure a fallback chain using `dynamicModelConfiguration` with `silent` actions.

Fixes #23568
@sehoon38 sehoon38 requested a review from a team as a code owner March 23, 2026 18:38
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, 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 enhances the TestRig utility to improve the robustness of integration tests by introducing a silent model fallback mechanism. Previously, tests could hang on persistent model errors like quota exhaustion. The changes allow specifying multiple models, which TestRig then configures into a dynamic chain that automatically and silently switches to the next available model upon encountering various failure states, ensuring tests complete without manual intervention.

Highlights

  • Model Fallback Support: Introduced a model option in TestRig.setup() to specify a comma-separated list of models for testing, enabling model fallbacks.
  • Dynamic Model Chain Configuration: Implemented a dynamic model configuration chain (integration-test-model) for integration tests when multiple models are provided, allowing automatic switching to the next available model.
  • Silent Error Handling: Configured the model fallback chain to handle terminal, transient, not_found, and unknown states silently, preventing integration tests from hanging on model failures.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request enhances the TestRig in packages/test-utils to allow specifying a model or a comma-separated list of models for integration tests, either via setup options or the GEMINI_MODEL environment variable. When multiple models are provided, it sets up a dynamic model configuration with a fallback chain. However, the integration-test-model is currently defined with tier: 'auto', which will bypass the intended fallback chain. The tier property should be removed to ensure the fallback mechanism functions as designed.

modelSettings['modelConfigs'] = {
modelDefinitions: {
[chainName]: {
tier: 'auto',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The integration-test-model is defined with tier: 'auto', which will cause the ModelRouterService to treat it as an auto-classifying model and trigger the ClassifierStrategy. This will resolve to a single concrete model, bypassing the fallback chain you've defined and defeating the purpose of this change.

To ensure the chain is used as intended, the integration-test-model should not be classified as an auto tier model. Please remove the tier property from its definition.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 23, 2026

Size Change: -4 B (0%)

Total Size: 26.5 MB

Filename Size Change
./bundle/chunk-DVPZ2ZXD.js 0 B -14.7 MB (removed) 🏆
./bundle/chunk-PYKNZK6Q.js 0 B -3.78 MB (removed) 🏆
./bundle/core-FG3CCXRJ.js 0 B -44.5 kB (removed) 🏆
./bundle/devtoolsService-PZADM62I.js 0 B -28.4 kB (removed) 🏆
./bundle/interactiveCli-SJ3YPM2E.js 0 B -1.63 MB (removed) 🏆
./bundle/oauth2-provider-HP3FVLBJ.js 0 B -9.16 kB (removed) 🏆
./bundle/chunk-EMQCLV7A.js 14.7 MB +14.7 MB (new file) 🆕
./bundle/chunk-RAVHLJ23.js 3.78 MB +3.78 MB (new file) 🆕
./bundle/core-T5AP25IF.js 44.5 kB +44.5 kB (new file) 🆕
./bundle/devtoolsService-VWKAYP3F.js 28.4 kB +28.4 kB (new file) 🆕
./bundle/interactiveCli-4IBZMXCV.js 1.63 MB +1.63 MB (new file) 🆕
./bundle/oauth2-provider-PXUUDD6U.js 9.16 kB +9.16 kB (new file) 🆕
ℹ️ View Unchanged
Filename Size
./bundle/chunk-34MYV7JD.js 2.45 kB
./bundle/chunk-5AUYMPVF.js 858 B
./bundle/chunk-664ZODQF.js 124 kB
./bundle/chunk-DAHVX5MI.js 206 kB
./bundle/chunk-IUUIT4SU.js 56.5 kB
./bundle/chunk-QGLNP2IW.js 1.96 MB
./bundle/chunk-RJTRUG2J.js 39.8 kB
./bundle/chunk-U4FACSVX.js 1.13 kB
./bundle/devtools-36NN55EP.js 696 kB
./bundle/dist-T73EYRDX.js 356 B
./bundle/events-CLX3JQHP.js 418 B
./bundle/gemini.js 532 kB
./bundle/getMachineId-bsd-TXG52NKR.js 1.55 kB
./bundle/getMachineId-darwin-7OE4DDZ6.js 1.55 kB
./bundle/getMachineId-linux-SHIFKOOX.js 1.34 kB
./bundle/getMachineId-unsupported-5U5DOEYY.js 1.06 kB
./bundle/getMachineId-win-6KLLGOI4.js 1.72 kB
./bundle/memoryDiscovery-XKQPPGVK.js 922 B
./bundle/multipart-parser-KPBZEGQU.js 11.7 kB
./bundle/node_modules/@google/gemini-cli-devtools/dist/client/main.js 222 kB
./bundle/node_modules/@google/gemini-cli-devtools/dist/src/_client-assets.js 229 kB
./bundle/node_modules/@google/gemini-cli-devtools/dist/src/index.js 13.4 kB
./bundle/node_modules/@google/gemini-cli-devtools/dist/src/types.js 132 B
./bundle/sandbox-macos-permissive-open.sb 890 B
./bundle/sandbox-macos-permissive-proxied.sb 1.31 kB
./bundle/sandbox-macos-restrictive-open.sb 3.36 kB
./bundle/sandbox-macos-restrictive-proxied.sb 3.56 kB
./bundle/sandbox-macos-strict-open.sb 4.82 kB
./bundle/sandbox-macos-strict-proxied.sb 5.02 kB
./bundle/src-QVCVGIUX.js 47 kB
./bundle/tree-sitter-7U6MW5PS.js 274 kB
./bundle/tree-sitter-bash-34ZGLXVX.js 1.84 MB

compressed-size-action

@gemini-cli gemini-cli Bot added area/platform Issues related to Build infra, Release mgmt, Testing, Eval infra, Capacity, Quota mgmt 🔒 maintainer only ⛔ Do not contribute. Internal roadmap item. labels Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/platform Issues related to Build infra, Release mgmt, Testing, Eval infra, Capacity, Quota mgmt 🔒 maintainer only ⛔ Do not contribute. Internal roadmap item.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support model fallbacks in integration tests

1 participant