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

Sync parallel test DBs to schema using SHA #36873

Merged
merged 1 commit into from Aug 9, 2019

Commits on Aug 9, 2019

  1. Sync parallel test DBs to schema using SHA

    Previously, every time we ran tests in parallel we would load the schema
    for all N DBs.
    
    Now that we have the ability to sync DBs with the schema file exactly
    using metadata and a SHA, we can instead only load the schemas when they
    change.
    jhawthorn committed Aug 9, 2019
    Copy the full SHA
    d8b8171 View commit details
    Browse the repository at this point in the history