mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #2450] [MERGED] more e2e test cases #4577
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#4577
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/2450
Author: @fatedier
Created: 6/18/2021
Status: ✅ Merged
Merged: 6/18/2021
Merged by: @fatedier
Base:
dev← Head:e2e📝 Commits (1)
62eb957more e2e test cases📊 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.