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

Open
opened 2026-04-23 01:06:31 -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 (1)

  • 8535254 test: integration test hardening

📊 Changes

13 files changed (+219 additions, -55 deletions)

View changed files

📝 integration/audio_test.go (+3 -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 (+58 -5)
📝 integration/vision_test.go (+25 -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 (1) - [`8535254`](https://github.com/ollama/ollama/commit/853525493875f12a0302cfb4ec3d6fb0b14bd5b2) test: integration test hardening ### 📊 Changes **13 files changed** (+219 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `integration/audio_test.go` (+3 -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` (+58 -5) 📝 `integration/vision_test.go` (+25 -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-23 01:06:31 -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#40133