[PR #13532] test: integration test hardening #76554

Open
opened 2026-05-05 09:10:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13532
Author: @dhiltgen
Created: 12/19/2025
Status: 🔄 Open

Base: mainHead: integration


📝 Commits (4)

  • 6e84d35 test: integration test hardening
  • cd5410b tighten up vision logging
  • c0e6f97 add new models
  • 6b3e25c remove some older models - still covered by library scenarios

📊 Changes

14 files changed (+315 additions, -69 deletions)

View changed files

📝 integration/api_test.go (+1 -1)
📝 integration/audio_test.go (+5 -1)
📝 integration/basic_test.go (+3 -3)
📝 integration/concurrency_test.go (+17 -1)
📝 integration/context_test.go (+68 -9)
📝 integration/create_test.go (+6 -0)
📝 integration/embed_test.go (+22 -14)
📝 integration/imagegen_test.go (+5 -1)
📝 integration/llm_image_test.go (+1 -0)
📝 integration/model_arch_test.go (+3 -1)
📝 integration/tools_stress_test.go (+17 -2)
📝 integration/tools_test.go (+8 -1)
📝 integration/utils_test.go (+132 -17)
📝 integration/vision_test.go (+27 -18)

📄 Description

Improve reliability on slower systems, and some flakes


🔄 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/13532 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 12/19/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `integration` --- ### 📝 Commits (4) - [`6e84d35`](https://github.com/ollama/ollama/commit/6e84d3517584d2b9c3a2bff69bee61898fbef8d0) test: integration test hardening - [`cd5410b`](https://github.com/ollama/ollama/commit/cd5410b93619c02b3126cf6bc5878887c7282ead) tighten up vision logging - [`c0e6f97`](https://github.com/ollama/ollama/commit/c0e6f972f98758c5ce8eb11a52b06dd8ab8fce06) add new models - [`6b3e25c`](https://github.com/ollama/ollama/commit/6b3e25c26327467103f68f7651348e2718674214) remove some older models - still covered by library scenarios ### 📊 Changes **14 files changed** (+315 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `integration/api_test.go` (+1 -1) 📝 `integration/audio_test.go` (+5 -1) 📝 `integration/basic_test.go` (+3 -3) 📝 `integration/concurrency_test.go` (+17 -1) 📝 `integration/context_test.go` (+68 -9) 📝 `integration/create_test.go` (+6 -0) 📝 `integration/embed_test.go` (+22 -14) 📝 `integration/imagegen_test.go` (+5 -1) 📝 `integration/llm_image_test.go` (+1 -0) 📝 `integration/model_arch_test.go` (+3 -1) 📝 `integration/tools_stress_test.go` (+17 -2) 📝 `integration/tools_test.go` (+8 -1) 📝 `integration/utils_test.go` (+132 -17) 📝 `integration/vision_test.go` (+27 -18) </details> ### 📄 Description Improve reliability on slower systems, and some flakes --- <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-05-05 09:10:58 -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#76554