litellm/tests/pass_through_tests
Yuneng Jiang eb6a2d043c
[Infra] CCI: pin Ruby and Node.js installs in proxy_pass_through_endpoint_tests
Align the Ruby, Node.js, and npm install path with the rest of the
config. Three separate upstream installers were being invoked via
\`curl ... | bash\` or unlocked \`npm install\`:

- RVM's \`get.rvm.io/stable\` installer (mutable upstream script).
  Replace with a shallow git clone of the rvm/rvm repo at tag 1.29.12
  and verify HEAD matches the published commit SHA before running the
  local \`./install\` script. Same pattern already used for the
  helm-unittest plugin in .github/workflows/helm_unit_test.yml.
- NodeSource's \`deb.nodesource.com/setup_18.x\` piped into sudo bash.
  Replace with a direct download of the Node.js 18.20.8 linux-x64
  tarball from nodejs.org, verified against the published
  SHASUMS256.txt digest before extraction.
- \`npm install @google-cloud/vertexai @google/generative-ai\` and
  \`--save-dev jest\` resolved fresh from the npm registry on every
  run. Add \`tests/pass_through_tests/package.json\` with pinned
  direct-dep versions and commit the generated package-lock.json, then
  switch CI to \`npm ci\` (exact lockfile install, fails on drift).

Also scopes the Ruby+JS test runners to \`tests/pass_through_tests/\`
so they pick up the committed package.json rather than writing
node_modules at repo root.
2026-04-22 21:28:42 -07:00
..
ruby_passthrough_tests
base_anthropic_messages_test.py FIx: replace deprecated claude-3-7-sonnet-20250219 with claude-4-sonnet-20250514 2026-02-20 17:27:59 -08:00
package-lock.json [Infra] CCI: pin Ruby and Node.js installs in proxy_pass_through_endpoint_tests 2026-04-22 21:28:42 -07:00
package.json [Infra] CCI: pin Ruby and Node.js installs in proxy_pass_through_endpoint_tests 2026-04-22 21:28:42 -07:00
test_anthropic_passthrough_basic.py
test_anthropic_passthrough_python_sdkpy
test_anthropic_passthrough.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_assembly_ai.py use mock tests for assembly AI 2026-03-30 19:59:32 -07:00
test_gemini_with_spend.test.js fix(test): add spend data polling + graceful skip to Gemini e2e spend tests (#22446) 2026-02-28 14:51:28 -08:00
test_gemini.js
test_hosted_vllm_passthrough.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_local_gemini.js
test_local_vertex.js fix: move to new vertex credentials 2026-03-30 19:16:05 -07:00
test_mcp_routes.py
test_openai_assistants_passthrough.py
test_vertex_ai.py [Fix] should_create_missing_views returns False for reltuples=0 (falsy zero bug) 2026-04-18 11:00:09 -07:00
test_vertex_with_spend.test.js fix: move to new vertex credentials 2026-03-30 19:16:05 -07:00
test_vertex.test.js Litellm fix update bedrock models (#24947) 2026-04-01 19:22:54 -07:00
vertex_key.json test: update to new vertex ai keys 2026-03-28 20:19:05 -07:00