Execute supported custom generic tests - #218
Merged
sabino merged 2 commits intoJun 21, 2026
Merged
Conversation
sabino
deleted the
agent/issue-212-compat-execute-simple-custom-generic-tests-throu
branch
June 21, 2026 20:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dxt testanddxt build.errorrows for supported custom generic-test DuckDB execution failures.Linked Issue
Closes #212
Scope
{% test %}/{% data_test %}blocks using{{ model }}and{{ column_name }}.where,limit, severity thresholds,store_failures, failure-count wrapping, and Run Results shape for the supported custom subset.store_failures_as,fail_calc, SQL headers, custom materializations, bundled dbt internals, and Python product runtime behavior.Source Grounding
dxt Ownership
src/project.zig,src/project/compiler.zig,src/project/duckdb.zig,src/project/run_results.zig,src/root.zig.dxt test,dxt build.Validation
zig buildzig build testwith explicit isolated Zig caches: 305/305 tests passed.python -m pytest -q tests/test_cli.py -k custom_genericpassed, 9 passed / 208 deselected, including the local dbt oracle path where available.python scripts/check_runtime_boundary.pypassed.python scripts/check_public_safety.pypassed.zig fmt --check src/project.zig src/project/compiler.zig src/project/duckdb.zig src/project/run_results.zig src/root.zigpassed.git diff --checkpassed.Note: exact default-cache
zig build test --summary allcurrently fails immediately in this worktree withPermissionDenied. The same command semantics pass with explicit local/global cache directories, so this is recorded as local Zig cache state rather than a code failure.Agent Evidence
role:worker.agent/issue-212-compat-execute-simple-custom-generic-tests-throu.Risks