[PR #9654] [MERGED] Integration test improvements #13027

Closed
opened 2026-04-13 00:15:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/9654
Author: @dhiltgen
Created: 3/11/2025
Status: Merged
Merged: 4/16/2025
Merged by: @dhiltgen

Base: mainHead: api_integration_tests


📝 Commits (1)

  • a933b41 Integration test improvements

📊 Changes

9 files changed (+709 additions, -67 deletions)

View changed files

integration/api_test.go (+412 -0)
📝 integration/basic_test.go (+4 -3)
📝 integration/concurrency_test.go (+7 -4)
📝 integration/llm_image_test.go (+39 -46)
📝 integration/llm_test.go (+4 -4)
📝 integration/max_queue_test.go (+2 -2)
integration/model_arch_test.go (+195 -0)
integration/testdata/embed.json (+21 -0)
📝 integration/utils_test.go (+25 -8)

📄 Description

Add some new test coverage for various model architectures, and switch from orca-mini to the small llama model.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/9654 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 3/11/2025 **Status:** ✅ Merged **Merged:** 4/16/2025 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `api_integration_tests` --- ### 📝 Commits (1) - [`a933b41`](https://github.com/ollama/ollama/commit/a933b41f2ccdd876939b14e891058316529e9d5e) Integration test improvements ### 📊 Changes **9 files changed** (+709 additions, -67 deletions) <details> <summary>View changed files</summary> ➕ `integration/api_test.go` (+412 -0) 📝 `integration/basic_test.go` (+4 -3) 📝 `integration/concurrency_test.go` (+7 -4) 📝 `integration/llm_image_test.go` (+39 -46) 📝 `integration/llm_test.go` (+4 -4) 📝 `integration/max_queue_test.go` (+2 -2) ➕ `integration/model_arch_test.go` (+195 -0) ➕ `integration/testdata/embed.json` (+21 -0) 📝 `integration/utils_test.go` (+25 -8) </details> ### 📄 Description Add some new test coverage for various model architectures, and switch from orca-mini to the small llama model. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 00:15:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#13027