-
Notifications
You must be signed in to change notification settings - Fork 6
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
Make reporting/logging for Python integration test infrastructure a bit more sane #113
Comments
around _compareToReference only dealing with CQL files. The change in this PR moves CQL-specific logic into the CQL-relevant test test_diff.py and implements similar functionality for YAML in test_nb.py.
Note that the PR for #106 addresses the CQL-specific _compareToReference stuff mentioned above. |
The bit about test_diff and it's naming is also likely to get addressed as part of the PR for #106 |
Yup, #106 did wind up addressing the test_diff naming question. |
The log bits of this ticket are addressed via the use of tox and it's log capture facilities. Pretty sure all that's left here is a better hash comparison of CQL files... and even that at least consistently shows up in the tox output IIRC |
Feature Request
Description
#104 introduced a new framework for integration tests implemented entirely in Python. In the rush to get this done some shortcuts were taken around reporting and logging that should be remedied when we have a bit more time. These shortcuts include:
_compareToReference assumes it's dealing with CQL files[ADDRESSED IN Export to output directory not properly constrained by keyspace #106]test_diff is poorly named[ADDRESSED IN Export to output directory not properly constrained by keyspace #106]┆Issue is synchronized with this Jira Task by Unito
┆Issue Number: AD-35
The text was updated successfully, but these errors were encountered: