-
Notifications
You must be signed in to change notification settings - Fork 84
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
Add a setPerTryIdleTimeoutSeconds method to EngineBuilder. #2601
Conversation
Add tests for setPerTryIdleTimeoutSeconds and setStreamIdleTimeoutSeconds. Minor cleanup of envoy_config_test.cc. Signed-off-by: Ryan Hamilton <[email protected]>
f7ec2e1
to
0bf7be7
Compare
/assign @Augustyniak |
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.
Looks good! Can we update version_history file?
@@ -38,6 +38,7 @@ class EngineBuilder { | |||
EngineBuilder& setAppId(const std::string& app_id); | |||
EngineBuilder& setDeviceOs(const std::string& app_id); | |||
EngineBuilder& setStreamIdleTimeoutSeconds(int stream_idle_timeout_seconds); | |||
EngineBuilder& setPerTryIdleTimeoutSeconds(int per_try_idle_timeout_seconds); |
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.
our Kotlin and Swift engines use add...
naming but the c++ seems to prefer set...
one... I guess it's fine to keep using set
in here (which I personally prefer)
Signed-off-by: Ryan Hamilton <[email protected]>
Whoops! Done. |
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.
* origin/main: Update Envoy (#2598) Add a setPerTryIdleTimeoutSeconds method to EngineBuilder. (#2601) Signed-off-by: JP Simard <[email protected]>
…y#2601) Add a setPerTryIdleTimeoutSeconds method to EngineBuilder. Add tests for setPerTryIdleTimeoutSeconds and setStreamIdleTimeoutSeconds. Minor cleanup of envoy_config_test.cc. Part of envoyproxy#2498 Risk Level: Low Testing: Added unit tests Docs Changes: N/A Release Notes: Updated version_history.txt Signed-off-by: Ryan Hamilton <[email protected]> Signed-off-by: Chidera Olibie <[email protected]>
Add a setPerTryIdleTimeoutSeconds method to EngineBuilder.
Add tests for setPerTryIdleTimeoutSeconds and setStreamIdleTimeoutSeconds.
Minor cleanup of envoy_config_test.cc.
Part of #2498
Risk Level: Low
Testing: Added unit tests
Docs Changes: N/A
Release Notes: Updated version_history.txt