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

Testing common transport timeouts #195

Conversation

joereuss12
Copy link
Contributor

Created a unit test that tests functionality of common transport timeouts now that they can be configured. Did not include all timeouts since the test demonstrates functionality enough and it became too difficult to focus too much on.

Created a unit test that tests functionality of common transport timeouts now that they can be configured. Did not include all timeouts since the test demonstrates functionality enough and it became too difficult to focus too much on.
@joereuss12 joereuss12 linked an issue Oct 9, 2023 that may be closed by this pull request
Copy link
Member

@jhiemstrawisc jhiemstrawisc left a comment

Choose a reason for hiding this comment

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

While the regression tests don't test every option that's configurable via the setupTransport function, the nature of that function is such that if one option breaks, they probably all break. For that reason, I think it's fine that we test a few of the options until we can come back and cover more of them.

@jhiemstrawisc jhiemstrawisc merged commit 86641f1 into PelicanPlatform:main Oct 11, 2023
6 checks passed
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.

Test Common Transport Timeouts
2 participants