[PR #2450] [MERGED] more e2e test cases #4577

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2450
Author: @fatedier
Created: 6/18/2021
Status: Merged
Merged: 6/18/2021
Merged by: @fatedier

Base: devHead: e2e


📝 Commits (1)

📊 Changes

45 files changed (+1734 additions, -1951 deletions)

View changed files

📝 Makefile (+4 -4)
📝 go.mod (+11 -8)
📝 go.sum (+79 -21)
📝 hack/run-e2e.sh (+6 -1)
📝 pkg/config/server.go (+9 -8)
📝 test/e2e/basic/basic.go (+88 -7)
test/e2e/basic/chaos.go (+65 -0)
test/e2e/basic/client.go (+78 -0)
📝 test/e2e/basic/client_server.go (+1 -1)
test/e2e/basic/cmd.go (+113 -0)
test/e2e/basic/config.go (+83 -0)
test/e2e/basic/group.go (+238 -0)
test/e2e/basic/http.go (+326 -0)
📝 test/e2e/basic/server.go (+52 -5)
📝 test/e2e/examples.go (+4 -5)
📝 test/e2e/framework/expect.go (+20 -0)
📝 test/e2e/framework/framework.go (+38 -7)
📝 test/e2e/framework/mockservers.go (+24 -9)
📝 test/e2e/framework/process.go (+35 -6)
📝 test/e2e/framework/request.go (+50 -19)

...and 25 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/2450 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 6/18/2021 **Status:** ✅ Merged **Merged:** 6/18/2021 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `e2e` --- ### 📝 Commits (1) - [`62eb957`](https://github.com/fatedier/frp/commit/62eb957835e19b536626775112ab75737989c6f4) more e2e test cases ### 📊 Changes **45 files changed** (+1734 additions, -1951 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+4 -4) 📝 `go.mod` (+11 -8) 📝 `go.sum` (+79 -21) 📝 `hack/run-e2e.sh` (+6 -1) 📝 `pkg/config/server.go` (+9 -8) 📝 `test/e2e/basic/basic.go` (+88 -7) ➕ `test/e2e/basic/chaos.go` (+65 -0) ➕ `test/e2e/basic/client.go` (+78 -0) 📝 `test/e2e/basic/client_server.go` (+1 -1) ➕ `test/e2e/basic/cmd.go` (+113 -0) ➕ `test/e2e/basic/config.go` (+83 -0) ➕ `test/e2e/basic/group.go` (+238 -0) ➕ `test/e2e/basic/http.go` (+326 -0) 📝 `test/e2e/basic/server.go` (+52 -5) 📝 `test/e2e/examples.go` (+4 -5) 📝 `test/e2e/framework/expect.go` (+20 -0) 📝 `test/e2e/framework/framework.go` (+38 -7) 📝 `test/e2e/framework/mockservers.go` (+24 -9) 📝 `test/e2e/framework/process.go` (+35 -6) 📝 `test/e2e/framework/request.go` (+50 -19) _...and 25 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:44:43 -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#4577
No description provided.