testcontainers / testcontainers/testcontainers-java
Improve error messaging when no docker-machine VM exists
未关闭
还没有人认领这个 Issue。
client/docker-machine
help wanted
resolution/acknowledged
resolution/somedaymaybe
type/feature
- 主要语言
- Java
- 星标
- 8.7k
- 派生
- 1.9k
- 平均合并
- 2 天 17 小时
- 30 天内合并 PR
- 9
描述
e.g. in the case where the docker-machine tool is found but there's no VM.
At present the logged error is quite unhelpful:
o.t.d.DockerClientProviderStrategy : DockerMachineClientProviderStrategy: failed with exception InvalidConfigurationException (Exception when executing docker-machine status default)
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 DockerMachineClientProviderStrategy,即日志错误中提到的入口点,并复现 docker-machine 存在但没有默认 VM 的情况。当最终错误能够清楚地说明没有可用的 VM,而不是仅报告通用的状态执行异常时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- docker, java
- 领域
- devops, testing
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100