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

Open
opened 2026-04-29 16:03:38 -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)

  • 0db9d63 test: integration test hardening
  • cdb3a82 tighten up vision logging
  • 11a500b add new models
  • 8ae01bd remove some older models - still covered by library scenarios

📊 Changes

14 files changed (+298 additions, -68 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 (+51 -8)
📝 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) - [`0db9d63`](https://github.com/ollama/ollama/commit/0db9d63bb7026a22a037494d683b0060e4b99cd4) test: integration test hardening - [`cdb3a82`](https://github.com/ollama/ollama/commit/cdb3a826104629addd5b3b55ca28e1f8d5f6c55c) tighten up vision logging - [`11a500b`](https://github.com/ollama/ollama/commit/11a500b31d9f709c2349eb8dc9c8c28a961cc5f9) add new models - [`8ae01bd`](https://github.com/ollama/ollama/commit/8ae01bdf4446cfb2439051ad134e159a061bd11a) remove some older models - still covered by library scenarios ### 📊 Changes **14 files changed** (+298 additions, -68 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` (+51 -8) 📝 `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-04-29 16:03:38 -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#60957