mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-28 02:13:09 +00:00
21 lines
807 B
Markdown
21 lines
807 B
Markdown
![]() |
---
|
||
|
title: resolved
|
||
|
slug: /main-concepts/metadata-standard/schemas/tests/resolved
|
||
|
---
|
||
|
|
||
|
# Resolved
|
||
|
|
||
|
*test case failure details for resolved failures*
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
- **`testCaseFailureReason`**: Reason of Test Case resolution. Refer to *[#/definitions/testCaseFailureReasonType](#definitions/testCaseFailureReasonType)*.
|
||
|
- **`testCaseFailureComment`** *(string)*: Test case failure resolution comment.
|
||
|
- **`resolvedBy`**: User who resolved the test case failure. Refer to *[../type/entityReference.json](#/type/entityReference.json)*.
|
||
|
## Definitions
|
||
|
|
||
|
- **`testCaseFailureReasonType`** *(string)*: Reason of Test Case initial failure. Must be one of: `["FalsePositive", "MissingData", "Duplicates", "OutOfBounds", "Other"]`.
|
||
|
|
||
|
|
||
|
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.
|