mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #1845] [MERGED] more e2e tests #4468
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4468
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:new📝 Commits (1)
a9b3186more e2e tests📊 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.