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

Create Proper Migration tests #15116

Merged
merged 8 commits into from
Mar 24, 2021
Merged

Create Proper Migration tests #15116

merged 8 commits into from
Mar 24, 2021

Commits on Mar 23, 2021

  1. Create Proper Migration tests

    Unfortunately our testing regime has so far meant that migrations do not
    get proper testing.
    
    This PR begins the process of creating migration tests for this.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    c8ac860 View commit details
    Browse the repository at this point in the history
  2. attempt to fix drop tables test

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    a64dbd7 View commit details
    Browse the repository at this point in the history
  3. Add test for v176

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    dbc396d View commit details
    Browse the repository at this point in the history
  4. fix mssql drop db

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    98599bd View commit details
    Browse the repository at this point in the history
  5. fix mssql drop db again

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    3dd9eca View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    f71d910 View commit details
    Browse the repository at this point in the history
  2. never let it be said that transactSQL is easy

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    8f10010 View commit details
    Browse the repository at this point in the history
  3. add some comments

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    69b570d View commit details
    Browse the repository at this point in the history