You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should produce json artifacts which can be ingested and used as metadata about unit testing. There will be at least two types of artifacts, including a "result" artifact and a more manifest-like artifact.
The output in the run_result should organize test output by the unique_id of the model that they're running on, should include test result output, and a lightweight unit test structure.
Developing these artifacts will require settling on a "node-like" representation of unit tests, which will resemble the unparsed yaml objects, but have some additional data, but will not include everything in the UnitTestNode object.
Acceptance criteria
We should have a run result structure and an artifact structure that we can share with other teams for feedback.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Produce unit testing artifacts for metadata about unit testing
[CT-2922] Produce unit testing artifacts for metadata about unit testing
Aug 2, 2023
Description
We should produce json artifacts which can be ingested and used as metadata about unit testing. There will be at least two types of artifacts, including a "result" artifact and a more manifest-like artifact.
The output in the run_result should organize test output by the unique_id of the model that they're running on, should include test result output, and a lightweight unit test structure.
Developing these artifacts will require settling on a "node-like" representation of unit tests, which will resemble the unparsed yaml objects, but have some additional data, but will not include everything in the UnitTestNode object.
Acceptance criteria
We should have a run result structure and an artifact structure that we can share with other teams for feedback.
The text was updated successfully, but these errors were encountered: