Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Consistency Unit Tests #836

Open
janvanrijn opened this issue Oct 22, 2018 · 1 comment
Open

Data Consistency Unit Tests #836

janvanrijn opened this issue Oct 22, 2018 · 1 comment
Labels
CoreSystem All issues related to the API specification and database schema

Comments

@janvanrijn
Copy link
Member

Would be good to set up some query based unit tests to ensure the quality of the data. See for inspiration #528.

@janvanrijn janvanrijn added the CoreSystem All issues related to the API specification and database schema label Oct 22, 2018
@janvanrijn
Copy link
Member Author

example query that should never return any results:

SELECT * FROM `task_inputs` where input='source_data' and value not in (select did from dataset)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CoreSystem All issues related to the API specification and database schema
Projects
None yet
Development

No branches or pull requests

1 participant