4paradigm / 4paradigm/OpenMLDB
refactor `sql_cmd_test` & `mini_cluster`
未关闭
enhancement
- 主要语言
- C++
- 星标
- 1.7k
- 派生
- 331
- 平均合并
- 12 天 12 小时
- 30 天内合并 PR
- 1
描述
the overall structure of `sql_cmd_test` & `mini_cluster` is a mess, mix of global variables and reference over different test case.
It's hard to maintain and add new test case easily
贡献指南
调研方向
The issue points to sql_cmd_test and mini_cluster files, likely in a test directory. Start by examining the current structure, global variables, and cross-references between test cases. Understand how tests interact with the mini_cluster. Refactoring involves cleaning up dependencies and improving modularity. Verify changes by running existing tests to ensure they still pass.
由索引模型根据 Issue 内容生成。
评估
- 领域
- testing
- Issue 类型
- 重构
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100