Xuanwo opened a new issue, #3429:
URL: https://github.com/apache/incubator-opendal/issues/3429
```shell
tests/test_read.py:30: Error
_______________________________ test_async_read
________________________________
service_name = 'sftp', operator = Operator("sftp", root="/upload/sftp_test/")
async_operator = AsyncOperator("sftp", root="/upload/sftp_test/")
@pytest.mark.asyncio
@pytest.mark.need_capability("read", "write", "delete")
async def test_async_read(service_name, operator, async_operator):
size = randint(1, 1024)
filename = f"random_file_{str(uuid4())}"
content = os.urandom(size)
> await async_operator.write(filename, content)
E opendal.Error: Unexpected (permanent) at write, context: { service:
sftp, path: random_file_a3a20165-da47-4689-b85e-f00b2bf2f453 } => ssh error,
source: failed to connect to the remote host
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]