We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--comm
Is your feature request related to a problem? Please describe. Add an e2e test to verify the --comm (filter by process name) option works fine
Describe the solution you'd like
Add a bash script file in testdata/ which contains the main test logic. (like this one: test_docker_filter_by_pid.sh), including two cases:
testdata/
test_docker_filter_by_pid.sh
Add a step in workflow : .github/workflows/test.yml which executes the test script file in 1.
The text was updated successfully, but these errors were encountered:
Can a simple Python HTTP server be started directly (not in a Docker container) in this e2e test?
sudo ./kyanos watch -d http --comm python3
I need to simulate my local operation in the test.
AM I RIGHT?
Sorry, something went wrong.
You haven't started this work yet, have you?
No, I haven't.
ok.
@spencercjh Thank you very much, assigned this issue to you.
spencercjh
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Add an e2e test to verify the
--comm
(filter by process name) option works fineDescribe the solution you'd like
Add a bash script file in
testdata/
which contains the main test logic. (like this one:test_docker_filter_by_pid.sh
), including two cases:Add a step in workflow : .github/workflows/test.yml which executes the test script file in 1.
The text was updated successfully, but these errors were encountered: