[PR #1924] [MERGED] Display URLs in integration test logs #16122

Closed
opened 2025-11-02 12:02:49 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1924
Author: @ethantkoenig
Created: 6/9/2017
Status: Merged
Merged: 6/10/2017
Merged by: @appleboy

Base: masterHead: integration/logging


📝 Commits (1)

  • 87ea2f9 Display URLs in integration test logs

📊 Changes

15 files changed (+47 additions, -71 deletions)

View changed files

📝 integrations/api_repo_test.go (+2 -4)
📝 integrations/api_team_test.go (+1 -2)
📝 integrations/delete_user_test.go (+2 -4)
📝 integrations/editor_test.go (+9 -17)
📝 integrations/integration_test.go (+13 -4)
📝 integrations/internal_test.go (+1 -2)
📝 integrations/issue_test.go (+2 -4)
📝 integrations/pull_compare_test.go (+2 -4)
📝 integrations/release_test.go (+1 -2)
📝 integrations/repo_commits_test.go (+4 -8)
📝 integrations/repo_fork_test.go (+5 -10)
📝 integrations/repo_test.go (+1 -2)
📝 integrations/signup_test.go (+2 -4)
📝 integrations/user_test.go (+1 -2)
📝 integrations/version_test.go (+1 -2)

📄 Description

Before:

[Macaron] 2017-06-09 15:56:01: Started POST  for 
[Macaron] 2017-06-09 15:56:01: Completed  302 Found in 43.305422ms

After:

[Macaron] 2017-06-09 15:56:01: Started POST /user/login for 
[Macaron] 2017-06-09 15:56:01: Completed /user/login 302 Found in 43.305422ms

Will help in debugging, such as figuring out what caused https://drone.gitea.io/go-gitea/gitea/3457 to fail


🔄 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/go-gitea/gitea/pull/1924 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 6/9/2017 **Status:** ✅ Merged **Merged:** 6/10/2017 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `integration/logging` --- ### 📝 Commits (1) - [`87ea2f9`](https://github.com/go-gitea/gitea/commit/87ea2f9f031bbdbb0ecfbb1325d9ea79b038b99c) Display URLs in integration test logs ### 📊 Changes **15 files changed** (+47 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `integrations/api_repo_test.go` (+2 -4) 📝 `integrations/api_team_test.go` (+1 -2) 📝 `integrations/delete_user_test.go` (+2 -4) 📝 `integrations/editor_test.go` (+9 -17) 📝 `integrations/integration_test.go` (+13 -4) 📝 `integrations/internal_test.go` (+1 -2) 📝 `integrations/issue_test.go` (+2 -4) 📝 `integrations/pull_compare_test.go` (+2 -4) 📝 `integrations/release_test.go` (+1 -2) 📝 `integrations/repo_commits_test.go` (+4 -8) 📝 `integrations/repo_fork_test.go` (+5 -10) 📝 `integrations/repo_test.go` (+1 -2) 📝 `integrations/signup_test.go` (+2 -4) 📝 `integrations/user_test.go` (+1 -2) 📝 `integrations/version_test.go` (+1 -2) </details> ### 📄 Description Before: ``` [Macaron] 2017-06-09 15:56:01: Started POST for [Macaron] 2017-06-09 15:56:01: Completed 302 Found in 43.305422ms ``` After: ``` [Macaron] 2017-06-09 15:56:01: Started POST /user/login for [Macaron] 2017-06-09 15:56:01: Completed /user/login 302 Found in 43.305422ms ``` Will help in debugging, such as figuring out what caused https://drone.gitea.io/go-gitea/gitea/3457 to fail --- <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 2025-11-02 12:02:49 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16122