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
angela97lin opened this issue
Sep 20, 2021
· 1 comment
· Fixed by #2883
Assignees
Labels
spikeTo generate additional issues and kick off a sprint.taskScripting, configuration, or other work which doesn't categorize well as a feature/enhancement/bug.testingIssues related to testing.
There are currently unit tests for both data checks and data check actions, but there's no test that takes the output of a data check and passes it to the code for data check actions. This has caused some issues with API consistency, found and written about in #2792. It could be good to create an end-to-end test flow that runs data checks, and feeds the output of validate to creating data check actions components.
This issue tracks adding integration tests (subfolder of tests) and creating a separate job for integration test suites?
The text was updated successfully, but these errors were encountered:
angela97lin
added
testing
Issues related to testing.
task
Scripting, configuration, or other work which doesn't categorize well as a feature/enhancement/bug.
spike
To generate additional issues and kick off a sprint.
labels
Sep 20, 2021
Note: The immediate goal of this issue to define data check integration tests, but a secondary goal is to put in place a pattern for our more heavy lifting tests. :)
spikeTo generate additional issues and kick off a sprint.taskScripting, configuration, or other work which doesn't categorize well as a feature/enhancement/bug.testingIssues related to testing.
There are currently unit tests for both data checks and data check actions, but there's no test that takes the output of a data check and passes it to the code for data check actions. This has caused some issues with API consistency, found and written about in #2792. It could be good to create an end-to-end test flow that runs data checks, and feeds the output of
validate
to creating data check actions components.This issue tracks adding integration tests (subfolder of
tests
) and creating a separate job for integration test suites?The text was updated successfully, but these errors were encountered: