Skip to content

Remove flaky test #15269

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

Merged
merged 2 commits into from
Oct 23, 2019
Merged

Remove flaky test #15269

merged 2 commits into from
Oct 23, 2019

Conversation

BrennanConroy
Copy link
Member

Talked with @Tratcher and we think the test wasn't doing much and is flaky, so we're deleting it.

Copy link
Member

@Tratcher Tratcher left a comment

Choose a reason for hiding this comment

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

}

// A connection has been closed, try again.
string responseText = await SendRequestAsync(address);
Copy link
Member

Choose a reason for hiding this comment

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

Would this test be reliable if we removed just this last request? Looking at the last failure, that seems to be where the problem is.

Do we have any other tests that verifies HttpSysOptions.MaxConnections actually does anything?

Copy link
Member

Choose a reason for hiding this comment

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

Do we have any other tests that verifies HttpSysOptions.MaxConnections actually does anything?

No, but all we've implemented is passing the option to HttpSys. There is no functionality at our layer to verify.

Copy link
Member

Choose a reason for hiding this comment

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

If we stopped passing the option to HttpSys, would any tests fail other than this one we're removing?

Copy link
Member

Choose a reason for hiding this comment

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

No.

Copy link
Member Author

Choose a reason for hiding this comment

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

Do we have any other tests that verifies HttpSysOptions.MaxConnections actually does anything?

Yes

@BrennanConroy
Copy link
Member Author

FYI I just updated another test that was verifying maxconnections and was flaky.

@BrennanConroy BrennanConroy merged commit 97db493 into master Oct 23, 2019
@BrennanConroy BrennanConroy deleted the brecon/delTest branch October 23, 2019 19:45
BrennanConroy added a commit that referenced this pull request Oct 31, 2019
BrennanConroy added a commit that referenced this pull request Nov 1, 2019
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants