-
Notifications
You must be signed in to change notification settings - Fork 4
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
sftp backend test weirdness #61
Labels
bug
Something isn't working
Comments
Log output:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not visible on github actions CI (we skip the sftp tests there), but the sftp backend / store test sometimes behaves weird:
Especially the
test_scalability_big_values
and thetest_scalability_size
seem to trigger test teardown errors (the.destroy
is then failing, not cleaning up the sftp server and then causing more errors in the following tests).When using
pytest -v -rs -k "not big_values and not scalability_size"
, all works fine.I am seeing this on macOS 15 with the default macOS sftp server on localhost.
Update: when using a remote sftp server (debian linux based, OpenSSH), it works.
The text was updated successfully, but these errors were encountered: