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

Added timeout to SSHConnector #644

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Added timeout to SSHConnector #644

wants to merge 1 commit into from

Conversation

LanderOtto
Copy link
Collaborator

This commit adds the timeout parameters to the SSHConnector. If the connection is not established within the given time, a TimeoutError is raised.

@LanderOtto LanderOtto marked this pull request as draft January 20, 2025 18:08
Copy link

codecov bot commented Jan 20, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
458 1 457 0
View the top 1 failed tests by shortest run time
tests/test_schema.py::test_schema_generation
Stack Traces | 0.026s run time
def test_schema_generation():
        """Check that the `streamflow schema` command generates a correct JSON Schema."""
>       assert (
            hashlib.sha256(SfSchema().dump("v1.0", False).encode()).hexdigest()
            == "f8e3f739678510fc34afe419b215b54d1467d84ee6433fbb0c107bc30eb1f062"
        )
E       AssertionError: assert 'bed6608171b7...2856eeff0f6fb' == 'f8e3f7396785...07bc30eb1f062'
E         
E         - f8e3f739678510fc34afe419b215b54d1467d84ee6433fbb0c107bc30eb1f062
E         + bed6608171b77a8d7665532a6ea2405f53e9bab45c6d7719e052856eeff0f6fb

tests/test_schema.py:182: AssertionError

To view more test analytics, go to the Test Analytics Dashboard
📢 Thoughts on this report? Let us know!

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.

1 participant