mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3451] [MERGED] add e2e case for xtcp #4748
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#4748
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/3451
Author: @fatedier
Created: 5/28/2023
Status: ✅ Merged
Merged: 5/28/2023
Merged by: @fatedier
Base:
dev← Head:pwd📝 Commits (1)
f152b97add e2e case for xtcp📊 Changes
2 files changed (+10 additions, -3 deletions)
View changed files
📝
hack/run-e2e.sh(+1 -1)📝
test/e2e/basic/basic.go(+9 -2)📄 Description
Summary
🤖 Generated by Copilot at
f152b97Added
xtcptests to thetest/e2e/basicpackage and increased the test progress report interval inhack/run-e2e.sh. These changes improve the test coverage and readability of the end-to-end tests.WHY
Walkthrough
🤖 Generated by Copilot at
f152b97timepackage to use timeouts and delays in some test cases (link)"xtcp"to the proxy types slice in theSTCP && SUDPdescribe block (link)xtcpproxy type in theBeforeEachblock, setting the local port name and protocol to TCP (link)RequestModifyfunction to theExpectConnectServerfunction call in theItblock, setting a timeout of 5 seconds for the request (link)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.