Skip to content

Commit

Permalink
Feat: populate failures even test are passed
Browse files Browse the repository at this point in the history
  • Loading branch information
tbog357 authored Feb 25, 2024
1 parent d1ebf9d commit 1517de9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/dbt/task/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ def build_test_run_result(self, test: TestNode, result: TestResultData) -> RunRe
failures = result.failures
else:
status = TestStatus.Pass
failures = result.failures

run_result = RunResult(
node=test,
Expand Down

0 comments on commit 1517de9

Please sign in to comment.