-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Remove some unused functions and library #28840
Conversation
/retest |
@@ -46,39 +39,3 @@ func PromDumpWithAttributes(cluster resource.Cluster, prometheus prometheus.Inst | |||
|
|||
return "" | |||
} | |||
|
|||
func SendTraffic(ingress ingress.Instance, t *testing.T, msg, url, extraHeader string, calls int64) *fhttp.HTTPRunnerResults { |
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.
i didn't realize we had completely switched away from using this as a traffic generator. I wonder if this "utility" can go away, and be refactored under tests/integration/telemetry/prometheus
or something as all that is left is the Dump methods.
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.
Was looking into making sure I wouldn't break istio's usage of fortio as libray in upcoming update but see it is gone... is there some background as to why/what is the replacement for exact/programmable traffic generation in tests nowadays in istio's code base?
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.
pkg/test/echo
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.
yeah I found https://github.com/istio/istio/tree/master/pkg/test/framework/components/echo interesting!
thx
/retest |
[ ] Configuration Infrastructure
[ ] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Policies and Telemetry
[ ] Security
[ ] Test and Release
[ ] User Experience
[ ] Developer Infrastructure
Pull Request Attributes
Please check any characteristics that apply to this pull request.
[ ] Does not have any changes that may affect Istio users.