-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(meshservice): use Protocol from the MeshService (#12709)
## Motivation We were using an incorrect way to retrieve protocol for a MeshService, and that caused the configuration to not be applied ## Implementation information Instead of using GetServiceProtocol, I changed the implementation to retrieve the port protocol directly from MeshService and use it. Additionally, I added an end-to-end (E2E) test to verify that `idleTimeout` is correctly set. The test ensures the connection is closed after 2 seconds, given that the default timeout is 1 hour. ## Supporting documentation Fix #12702 --------- Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com>
- Loading branch information
Showing
5 changed files
with
262 additions
and
5 deletions.
There are no files selected for viewing
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