[PR #1845] [MERGED] more e2e tests #4468

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1845
Author: @fatedier
Created: 6/8/2020
Status: Merged
Merged: 9/7/2020
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

📊 Changes

21 files changed (+616 additions, -50 deletions)

View changed files

📝 client/proxy/proxy.go (+30 -4)
📝 client/visitor.go (+17 -3)
📝 go.mod (+2 -1)
📝 go.sum (+4 -2)
📝 hack/run-e2e.sh (+5 -1)
📝 server/proxy/udp.go (+21 -4)
test/e2e/basic/basic.go (+198 -0)
test/e2e/basic/client_server.go (+95 -0)
📝 test/e2e/e2e.go (+2 -1)
📝 test/e2e/e2e_test.go (+6 -0)
📝 test/e2e/examples.go (+7 -12)
📝 test/e2e/framework/consts/consts.go (+16 -0)
📝 test/e2e/framework/framework.go (+29 -9)
📝 test/e2e/framework/mockservers.go (+25 -0)
📝 test/e2e/framework/request.go (+41 -3)
📝 test/e2e/framework/test_context.go (+10 -0)
📝 test/e2e/framework/util.go (+4 -0)
📝 test/e2e/pkg/process/process.go (+7 -0)
📝 test/e2e/pkg/request/request.go (+18 -9)
test/e2e/plugin/client_plugins.go (+76 -0)

...and 1 more files

📄 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/1845 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 6/8/2020 **Status:** ✅ Merged **Merged:** 9/7/2020 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`a9b3186`](https://github.com/fatedier/frp/commit/a9b318695198eb19f2c9f20006cbbef64dd8f012) more e2e tests ### 📊 Changes **21 files changed** (+616 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `client/proxy/proxy.go` (+30 -4) 📝 `client/visitor.go` (+17 -3) 📝 `go.mod` (+2 -1) 📝 `go.sum` (+4 -2) 📝 `hack/run-e2e.sh` (+5 -1) 📝 `server/proxy/udp.go` (+21 -4) ➕ `test/e2e/basic/basic.go` (+198 -0) ➕ `test/e2e/basic/client_server.go` (+95 -0) 📝 `test/e2e/e2e.go` (+2 -1) 📝 `test/e2e/e2e_test.go` (+6 -0) 📝 `test/e2e/examples.go` (+7 -12) 📝 `test/e2e/framework/consts/consts.go` (+16 -0) 📝 `test/e2e/framework/framework.go` (+29 -9) 📝 `test/e2e/framework/mockservers.go` (+25 -0) 📝 `test/e2e/framework/request.go` (+41 -3) 📝 `test/e2e/framework/test_context.go` (+10 -0) 📝 `test/e2e/framework/util.go` (+4 -0) 📝 `test/e2e/pkg/process/process.go` (+7 -0) 📝 `test/e2e/pkg/request/request.go` (+18 -9) ➕ `test/e2e/plugin/client_plugins.go` (+76 -0) _...and 1 more files_ </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:42:39 -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#4468
No description provided.