-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
test(e2e): drop vertex from pipecat tool smoke and remove key models dropdown suite #32838
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
Closed
mubashir1osmani
wants to merge
13
commits into
BerriAI:litellm_internal_staging
from
mubashir1osmani:litellm_batch_credentials_e2e
Closed
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
f1f888b
fix(e2e): wire batch provider secrets for docker and k8s
mubashir1osmani 0c5748d
fix(e2e): drop batch provider_env unit tests
mubashir1osmani 6165297
fix: batch credentials, provider list, and team db lookup
mubashir1osmani d7945d9
fix: tag reseed, team window spend, and remaining e2e flakes
mubashir1osmani a65b602
revert: drop product code changes; e2e-only scope
mubashir1osmani 7fe4752
fix(e2e): harden batch list and team member setup races
mubashir1osmani eb1918c
fix(e2e): remove .env.example
mubashir1osmani 92b3aab
fix(e2e): wire files_settings and faster budget rescheduler for compose
mubashir1osmani bf145d5
chore(e2e): strip verbose comments from batch capabilities
mubashir1osmani 5c26ecf
fix(e2e): assert managed list fallback before provider_fallback skip
mubashir1osmani 813155b
test(e2e): remove Playwright key models dropdown UI suite
mubashir1osmani d4f92d5
test(e2e): drop flaky pipecat realtime tool smoke
mubashir1osmani c0664ac
test(e2e): drop only vertex from pipecat tool smoke
mubashir1osmani File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
BEDROCK_SCENARIOSpreviously ran both"encoded"and"unified"paths for Bedrock. Dropping"encoded"removes coverage of the provider-fallback routing scenario for Bedrock — the path that returns a raw (non-re-encoded) batch ID and exercises a different ID-shape branch inraw_id_matches_provider. The PR description andCOVERAGE.mdnote the change ("yes (unified only)") but give no reason why the encoded path was removed. If it was failing, the failure mode should be documented; if it was passing, removing it weakens the regression guarantee for that routing path.Rule Used: What: Flag any modifications to existing tests and... (source)