[coverage] Conformance findings: DIRECTRES-001,DIRECTRES-002,DIRECTRES-003,DIRECTRES-004,DIRECTRES-011

未关闭
#858 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
48/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
冷清
技术栈
python
领域
api, database

调研方向

从 coverage PR 中的 Expected-Failure 测试开始,将它们针对 DIRECTRES-001 到 DIRECTRES-011 的 assertions 与 reference driver PR 进行比较。跟踪原生 SEA ExecuteStatement 请求,以及 CLOSED 结果和多 chunk 响应的处理。启用 direct results 后,如果 xfail 测试无需正值 wait_timeout 即可通过,并且包括冗余关闭和截断用例,就算完成。

由索引模型根据 Issue 内容生成。

描述

Surfaced by the multi-language coverage fan-out while conformance-testing these SPEC-IDs against databricks/databricks-sql-python.

Each is committed as an expected-failure (xfail) test in the coverage PR — the test asserts the CORRECT behavior and stays red until this driver is fixed.

  • DIRECTRES-001: native SEA backend sends a positive wait_timeout on ExecuteStatement; ES-2034600 fix omits it when direct results are on
  • DIRECTRES-002: native SEA backend sends a positive wait_timeout on ExecuteStatement; ES-2034600 fix omits it when direct results are on
  • DIRECTRES-003: native SEA backend sends a positive wait_timeout on ExecuteStatement; ES-2034600 fix omits it when direct results are on
  • DIRECTRES-004: native SEA backend sends a positive wait_timeout; the CLOSED-as-success skip-redundant-close contract cannot be conformed (ES-2034600)
  • DIRECTRES-011: SEA ExecuteStatement sends positive wait_timeout instead of omitting it; multi-chunk result can be silently truncated to chunk 0 under sync-hybrid (ES-2034600)

Reference driver PR: https://github.com/adbc-drivers/databricks/pull/566
Coverage PR (reproducing xfail tests): https://github.com/databricks/databricks-driver-test/pull/786

主要语言
Python
星标
233
派生
152
平均合并
21 小时 5 分钟
30 天内合并 PR
10

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

databricks/databricks-sql-python 的其他 Issue

查看 databricks/databricks-sql-python 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。