mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #2505] [MERGED] add more e2e test #4588
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#4588
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/2505
Author: @fatedier
Created: 8/2/2021
Status: ✅ Merged
Merged: 8/2/2021
Merged by: @fatedier
Base:
dev← Head:e2e📝 Commits (1)
5853ff6add more e2e test📊 Changes
20 files changed (+1448 additions, -154 deletions)
View changed files
📝
conf/frps_full.ini(+1 -1)📝
go.mod(+2 -1)📝
go.sum(+115 -3)📝
hack/run-e2e.sh(+1 -1)📝
pkg/plugin/server/manager.go(+1 -1)📝
pkg/transport/tls.go(+2 -2)📝
test/e2e/basic/basic.go(+103 -0)📝
test/e2e/basic/client_server.go(+139 -16)📝
test/e2e/basic/server.go(+29 -8)➕
test/e2e/features/monitor.go(+52 -0)📝
test/e2e/framework/framework.go(+8 -0)📝
test/e2e/framework/request.go(+5 -0)📝
test/e2e/mock/server/httpserver/server.go(+29 -5)➕
test/e2e/pkg/cert/generator.go(+68 -0)➕
test/e2e/pkg/cert/selfsigned.go(+169 -0)📝
test/e2e/pkg/request/request.go(+26 -10)➕
test/e2e/plugin/client.go(+316 -0)➖
test/e2e/plugin/client_plugins.go(+0 -106)➕
test/e2e/plugin/server.go(+341 -0)➕
test/e2e/plugin/utils.go(+41 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.