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

retry connection if timed out #4329

Closed
wants to merge 1 commit into from
Closed

Conversation

ami-GS
Copy link
Contributor

@ami-GS ami-GS commented May 30, 2024

Description

Sometimes test automation reaches the IDLE.TIMEOUT limits (10 sec). then close the connection.
This checks the timeout status and retry connection
#4328

Testing

N/A

Documentation

N/A

@ami-GS ami-GS requested a review from a team as a code owner May 30, 2024 01:36
Copy link

codecov bot commented May 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.63%. Comparing base (2f98992) to head (6e0b535).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4329      +/-   ##
==========================================
- Coverage   85.68%   81.63%   -4.05%     
==========================================
  Files          56       56              
  Lines       15384    15384              
==========================================
- Hits        13182    12559     -623     
- Misses       2202     2825     +623     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

QUIC_LOCALHOST_FOR_AF(QuicAddrFamily),
ServerLocalAddr.GetPort()));
do {
if (Client.GetIsConnected()) {
Copy link
Member

Choose a reason for hiding this comment

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

We don't support reusing a connection handle.

@nibanks
Copy link
Member

nibanks commented Jun 6, 2024

Can we close this PR, since you added the retry at powershell layer?

@ami-GS ami-GS closed this Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants