[PR #2334] [MERGED] add e2e tests #4555

Closed
opened 2026-05-05 14:44:19 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2334
Author: @fatedier
Created: 3/31/2021
Status: Merged
Merged: 3/31/2021
Merged by: @fatedier

Base: devHead: e2e


📝 Commits (1)

📊 Changes

20 files changed (+541 additions, -166 deletions)

View changed files

📝 client/proxy/proxy_wrapper.go (+1 -1)
📝 client/visitor.go (+3 -2)
📝 go.mod (+1 -1)
📝 go.sum (+2 -2)
📝 server/proxy/udp.go (+1 -1)
📝 test/e2e/basic/basic.go (+97 -23)
📝 test/e2e/basic/client_server.go (+9 -13)
test/e2e/basic/server.go (+79 -0)
📝 test/e2e/examples.go (+4 -5)
📝 test/e2e/framework/consts/consts.go (+23 -6)
📝 test/e2e/framework/framework.go (+12 -4)
📝 test/e2e/framework/process.go (+3 -2)
📝 test/e2e/framework/request.go (+64 -30)
📝 test/e2e/framework/util.go (+0 -4)
📝 test/e2e/pkg/port/port.go (+58 -1)
test/e2e/pkg/port/util.go (+67 -0)
📝 test/e2e/pkg/request/request.go (+107 -8)
📝 test/e2e/plugin/client_plugins.go (+10 -10)
📝 tests/ci/auto_test_frpc.ini (+0 -7)
📝 tests/ci/normal_test.go (+0 -46)

📄 Description

No description provided


🔄 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/fatedier/frp/pull/2334 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/31/2021 **Status:** ✅ Merged **Merged:** 3/31/2021 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `e2e` --- ### 📝 Commits (1) - [`e591a91`](https://github.com/fatedier/frp/commit/e591a912958ddd84888bccec30d6f0b59d5719bb) add e2e tests ### 📊 Changes **20 files changed** (+541 additions, -166 deletions) <details> <summary>View changed files</summary> 📝 `client/proxy/proxy_wrapper.go` (+1 -1) 📝 `client/visitor.go` (+3 -2) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) 📝 `server/proxy/udp.go` (+1 -1) 📝 `test/e2e/basic/basic.go` (+97 -23) 📝 `test/e2e/basic/client_server.go` (+9 -13) ➕ `test/e2e/basic/server.go` (+79 -0) 📝 `test/e2e/examples.go` (+4 -5) 📝 `test/e2e/framework/consts/consts.go` (+23 -6) 📝 `test/e2e/framework/framework.go` (+12 -4) 📝 `test/e2e/framework/process.go` (+3 -2) 📝 `test/e2e/framework/request.go` (+64 -30) 📝 `test/e2e/framework/util.go` (+0 -4) 📝 `test/e2e/pkg/port/port.go` (+58 -1) ➕ `test/e2e/pkg/port/util.go` (+67 -0) 📝 `test/e2e/pkg/request/request.go` (+107 -8) 📝 `test/e2e/plugin/client_plugins.go` (+10 -10) 📝 `tests/ci/auto_test_frpc.ini` (+0 -7) 📝 `tests/ci/normal_test.go` (+0 -46) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:44:19 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4555
No description provided.