-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add docker test for current protocol(vmess, ss, trojan) #324
Merged
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
b395058
feat: add docker test for current protocol(vmess, ss, trojan)
VendettaReborn 051b460
fix opt.host in http2 config (#323)
VendettaReborn 6f7d131
Bump clap from 4.5.2 to 4.5.3 (#330)
dependabot[bot] 1053cad
Bump h2 from 0.4.2 to 0.4.3 (#328)
dependabot[bot] 35dcef5
Bump async-trait from 0.1.77 to 0.1.78 (#329)
dependabot[bot] f36331c
Bump serde_yaml from 0.9.32 to 0.9.33 (#326)
dependabot[bot] 0e71cba
Bump brotli from 3.4.0 to 3.5.0 (#327)
dependabot[bot] 931d0c9
Bump async-recursion from 1.0.5 to 1.1.0 (#325)
dependabot[bot] 3e60e5a
optimize docker test structure; use serial test to make sure the corr…
VendettaReborn 8af53f1
move println to tracing
VendettaReborn 90a5b6e
rename; add doc
VendettaReborn 4a692b9
simplify DockerTestRunner type signature
VendettaReborn 675d1f8
simplify DockerTestRunner, remove useless exec function
VendettaReborn b6a4a6d
fix format error
VendettaReborn 4255805
exclude macos from the docker test's supported archs
VendettaReborn 7911d72
use build flag to gate tests
ibigbug c91162d
fix ci error; simplify the docker test code, add timeoutlogic
VendettaReborn 958940b
Bump uuid from 1.7.0 to 1.8.0 (#331)
dependabot[bot] 6ff61be
Update README.md
ibigbug e03ba8c
gix style warnings
VendettaReborn cdd1875
error propgating
ibigbug d5ef72f
Merge branch 'master' into feat/docker_test
ibigbug 39d7b4c
fix env variable in github action
VendettaReborn ebdb619
fix ci error
VendettaReborn 5d18edb
Update ci.yml
ibigbug File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VendettaReborn this should be a loop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for our case it might be fine as we only have 1 conn.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was actually failing for me on macos as the proxy server inside container can't connect to the listener outside the vm on the host mac machine