Skip to content

docs: name the blocker for each uncovered live path - #29

Merged
ivanvyd merged 1 commit into
mainfrom
docs/live-coverage-status
Aug 1, 2026
Merged

docs: name the blocker for each uncovered live path#29
ivanvyd merged 1 commit into
mainfrom
docs/live-coverage-status

Conversation

@ivanvyd

@ivanvyd ivanvyd commented Aug 1, 2026

Copy link
Copy Markdown
Owner

The v0.1 roadmap carried one unchecked box covering three unrelated gaps, which reads as a single deferred task rather than three different reasons nothing can be done about them.

Each now names its actual blocker:

  • chat — the REPL refuses to start without an interactive terminal, by design, so it cannot be driven from CI or an agent session. Its underlying follow-up call is covered live; the loop around it is not.
  • Chunked results — Genie writes its own SQL and generally bounds it, so a result large enough to span chunks is not reliably reachable through the Conversation API.
  • QUERY_RESULT_EXPIRED — the cache expires on Databricks' schedule, hours later, with no way to force it.

Also records a second live run: all 8 live tests passed against the real Azure Databricks workspace after the Agent-resolution change. That change alters how every ask, chat and pack run finds its Agent, and no contract test can tell you whether a real workspace agrees — so it was worth spending a live run on.

…econd run

The v0.1 roadmap carried one unchecked box covering three unrelated gaps, which
read as a single deferred task rather than three different reasons nothing can
be done. Each is now named with its actual blocker: chat refuses to start
without a terminal by design, chunked results are not reliably reachable because
Genie bounds its own SQL, and QUERY_RESULT_EXPIRED waits on Databricks' cache
schedule.

Also records the second live run. The Agent-resolution change -- fetching an id
directly instead of paging the listing -- alters how every ask, chat and pack
run finds its Agent, and no contract test can tell you whether a real workspace
agrees. All 8 live tests passed against the workspace after it.
@ivanvyd
ivanvyd merged commit a89c27b into main Aug 1, 2026
10 checks passed
@ivanvyd
ivanvyd deleted the docs/live-coverage-status branch August 1, 2026 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant