[PR #12295] [MERGED] tests: add single threaded history test #76065

Closed
opened 2026-05-05 08:31:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12295
Author: @dhiltgen
Created: 9/15/2025
Status: Merged
Merged: 9/22/2025
Merged by: @dhiltgen

Base: mainHead: integration


📝 Commits (2)

  • 2fad0c5 tests: add single threaded history test
  • 68efdeb test: add support for testing specific architectures

📊 Changes

9 files changed (+173 additions, -39 deletions)

View changed files

📝 integration/README.md (+3 -0)
📝 integration/api_test.go (+6 -8)
📝 integration/basic_test.go (+4 -4)
📝 integration/context_test.go (+95 -3)
📝 integration/library_models_test.go (+15 -2)
📝 integration/model_arch_test.go (+2 -3)
📝 integration/model_perf_test.go (+24 -10)
📝 integration/quantization_test.go (+2 -3)
📝 integration/utils_test.go (+22 -6)

📄 Description

Also tidies up some existing tests to handle more model output variation


🔄 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/12295 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 9/15/2025 **Status:** ✅ Merged **Merged:** 9/22/2025 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `integration` --- ### 📝 Commits (2) - [`2fad0c5`](https://github.com/ollama/ollama/commit/2fad0c58a5186600ac49aed3bec0696df602cb8d) tests: add single threaded history test - [`68efdeb`](https://github.com/ollama/ollama/commit/68efdeb1b1e6b57beb37e88f5fd32a017125eb35) test: add support for testing specific architectures ### 📊 Changes **9 files changed** (+173 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `integration/README.md` (+3 -0) 📝 `integration/api_test.go` (+6 -8) 📝 `integration/basic_test.go` (+4 -4) 📝 `integration/context_test.go` (+95 -3) 📝 `integration/library_models_test.go` (+15 -2) 📝 `integration/model_arch_test.go` (+2 -3) 📝 `integration/model_perf_test.go` (+24 -10) 📝 `integration/quantization_test.go` (+2 -3) 📝 `integration/utils_test.go` (+22 -6) </details> ### 📄 Description Also tidies up some existing tests to handle more model output variation --- <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 08:31:41 -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#76065