Skip to content
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

Merged
merged 1 commit into from
Nov 30, 2020

Conversation

howardjohn
Copy link
Member

@howardjohn howardjohn commented Nov 13, 2020

[ ] 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.

@howardjohn howardjohn requested review from costinm, linsun and a team as code owners November 13, 2020 00:19
@google-cla google-cla bot added the cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. label Nov 13, 2020
@istio-testing istio-testing added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Nov 13, 2020
@howardjohn howardjohn added the release-notes-none Indicates a PR that does not require release notes. label Nov 13, 2020
@howardjohn
Copy link
Member Author

/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 {
Copy link
Contributor

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.

Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pkg/test/echo

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@howardjohn
Copy link
Member Author

/retest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. release-notes-none Indicates a PR that does not require release notes. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants