fce9371 修复了 tests/e2e/changping/config/main_config.yaml 与 test_performance.py 的 SEMANTIC_LAYER 占位符 URL,但示例 YAML 仍然保留了同类占位符:
fce9371
tests/e2e/changping/config/main_config.yaml
test_performance.py
SEMANTIC_LAYER
$ rg "hostip.*port" dataagent/core/flex/examples/*.yaml dataagent/core/flex/examples/yunhe.yaml: base_url: "http://{hostip}:{port}" dataagent/core/flex/examples/example.yaml: base_url: "http://{hostip}:{port}" dataagent/core/flex/examples/nl2sql_flex_e2e_subagent.yaml: base_url: "http://{hostip}:{port}"
NL2SQL-META-001
{hostip}
任选其一:
SEMANTIC_LAYER: base_url: "http://localhost:31000" # 必须替换为实际 semantic service 地址
SEMANTIC_LAYER.base_url
SEMANTIC_LAYER: base_url: "http://localhost:31000" # REQUIRED: replace with your semantic service URL
dataagent/core/flex/examples/yunhe.yaml
dataagent/core/flex/examples/example.yaml
dataagent/core/flex/examples/nl2sql_flex_e2e_subagent.yaml
rg "hostip.*port" dataagent/core/flex/examples/
urllib.parse.ParseException
major(quickstart 即踩坑)
0623
c5c899a4196717d1eb5944a9736f766310655ef7
现象
fce9371修复了tests/e2e/changping/config/main_config.yaml与test_performance.py的SEMANTIC_LAYER占位符 URL,但示例 YAML 仍然保留了同类占位符:影响
NL2SQL-META-001错误(urllib 解析{hostip}失败)fce9371修复只覆盖了 changping 测试,未覆盖示例 YAML修复方案
任选其一:
SEMANTIC_LAYER: base_url: "http://localhost:31000" # 必须替换为实际 semantic service 地址SEMANTIC_LAYER.base_url,YAML 加注释:SEMANTIC_LAYER: base_url: "http://localhost:31000" # REQUIRED: replace with your semantic service URL涉及文件
dataagent/core/flex/examples/yunhe.yamldataagent/core/flex/examples/example.yamldataagent/core/flex/examples/nl2sql_flex_e2e_subagent.yaml关联
fce9371(已修测试侧)同类 bug,本 issue 是示例 YAML 侧的同步修复验证
rg "hostip.*port" dataagent/core/flex/examples/应无残留。urllib.parse.ParseException。严重性
major(quickstart 即踩坑)
环境
0623c5c899a4196717d1eb5944a9736f766310655ef7