mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #2334] [MERGED] add e2e tests #4555
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#4555
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/2334
Author: @fatedier
Created: 3/31/2021
Status: ✅ Merged
Merged: 3/31/2021
Merged by: @fatedier
Base:
dev← Head:e2e📝 Commits (1)
e591a91add e2e tests📊 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.