Open polRk opened 1 week ago
The command that's hanging is "/opt/ydb/bin/ydbd -s grpc://127.0.0.1:2135 admin blobstorage config init --yaml-file /opt/ydb/cfg/config.yaml"
. Do you think the command itself could be hanging instead of Testcontainers?
I would try with a simple command like docker.exec("echo hello world");
, and if that doesn't hang, look into why the ydbd
command is hanging.
look into why the
ydbd
command is hanging.
No, this is not the case, if you run the command directly through docker exec, they do not hang and are executed instantly
Expected Behaviour Immediately return result like
docker exec containerId
Actual Behaviour It gets stuck
Testcontainer Logs
Steps to Reproduce This promise will never come to an end
Environment Information