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

Add tests to verify current schema is backward compatible #45

Merged
merged 1 commit into from
Sep 10, 2024

Commits on Sep 9, 2024

  1. Add tests to verify current schema is backward compatible

    All schema changes ought to be backwards compatible, as any
    usage would be prone to break any upgrade to cdn-definitions.
    Hence, add the test to validate historical data against current
    schema.
    The historical data in tests/historical-data are the data.yamls
    that were present preceding any schema updates i.e. data-1.0.0.yaml
    has that data that was present when the schema was updated in
    v2.0.0., so the test could validate the old data against this
    updated schema.
    rajulkumar committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    97814c2 View commit details
    Browse the repository at this point in the history