[PR #3309] [MERGED] Revamp go based integration tests #21655

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3309
Author: @dhiltgen
Created: 3/23/2024
Status: Merged
Merged: 3/23/2024
Merged by: @dhiltgen

Base: mainHead: integration_testing


📝 Commits (1)

  • 949b6c0 Revamp go based integration tests

📊 Changes

8 files changed (+313 additions, -261 deletions)

View changed files

integration/README.md (+11 -0)
integration/basic_test.go (+28 -0)
📝 integration/llm_image_test.go (+11 -22)
integration/llm_test.go (+73 -0)
integration/utils_test.go (+190 -0)
scripts/setup_integration_tests.sh (+0 -41)
server/llm_test.go (+0 -123)
server/llm_utils_test.go (+0 -75)

📄 Description

This uplevels the integration tests to run the server which can allow testing an existing server, or a remote server.


🔄 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/3309 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 3/23/2024 **Status:** ✅ Merged **Merged:** 3/23/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `integration_testing` --- ### 📝 Commits (1) - [`949b6c0`](https://github.com/ollama/ollama/commit/949b6c01e074c6f7712d7da37079218b3192b102) Revamp go based integration tests ### 📊 Changes **8 files changed** (+313 additions, -261 deletions) <details> <summary>View changed files</summary> ➕ `integration/README.md` (+11 -0) ➕ `integration/basic_test.go` (+28 -0) 📝 `integration/llm_image_test.go` (+11 -22) ➕ `integration/llm_test.go` (+73 -0) ➕ `integration/utils_test.go` (+190 -0) ➖ `scripts/setup_integration_tests.sh` (+0 -41) ➖ `server/llm_test.go` (+0 -123) ➖ `server/llm_utils_test.go` (+0 -75) </details> ### 📄 Description This uplevels the integration tests to run the server which can allow testing an existing server, or a remote server. --- <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-19 15:46:13 -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#21655