[PR #12712] chore: simplify server tests #24461

Open
opened 2026-04-19 17:35:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12712
Author: @mxyng
Created: 10/20/2025
Status: 🔄 Open

Base: mainHead: mxyng/server-tests


📝 Commits (1)

  • 05bc209 chore: simplify server tests

📊 Changes

10 files changed (+160 additions, -237 deletions)

View changed files

📝 server/routes_create_test.go (+128 -166)
📝 server/routes_debug_test.go (+0 -5)
📝 server/routes_delete_test.go (+18 -32)
📝 server/routes_generate_renderer_test.go (+0 -5)
📝 server/routes_generate_test.go (+0 -7)
📝 server/routes_harmony_streaming_test.go (+0 -7)
📝 server/routes_list_test.go (+0 -4)
📝 server/routes_test.go (+0 -2)
📝 server/sched_test.go (+1 -9)
server/server_test.go (+13 -0)

📄 Description

duplicate of #12671 which was accidentally merged into its parent #12646


🔄 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/12712 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 10/20/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `mxyng/server-tests` --- ### 📝 Commits (1) - [`05bc209`](https://github.com/ollama/ollama/commit/05bc2092b7d8413f4d04c4ad895f75f0fb5631d3) chore: simplify server tests ### 📊 Changes **10 files changed** (+160 additions, -237 deletions) <details> <summary>View changed files</summary> 📝 `server/routes_create_test.go` (+128 -166) 📝 `server/routes_debug_test.go` (+0 -5) 📝 `server/routes_delete_test.go` (+18 -32) 📝 `server/routes_generate_renderer_test.go` (+0 -5) 📝 `server/routes_generate_test.go` (+0 -7) 📝 `server/routes_harmony_streaming_test.go` (+0 -7) 📝 `server/routes_list_test.go` (+0 -4) 📝 `server/routes_test.go` (+0 -2) 📝 `server/sched_test.go` (+1 -9) ➕ `server/server_test.go` (+13 -0) </details> ### 📄 Description duplicate of #12671 which was accidentally merged into its parent #12646 --- <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 17:35:26 -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#24461