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

fix tests for innodb engine #2526

Merged
merged 5 commits into from
Dec 9, 2016
Merged

fix tests for innodb engine #2526

merged 5 commits into from
Dec 9, 2016

Commits on Dec 7, 2016

  1. fix tests for innodb engine

    tardyp committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    510e414 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ba5368 View commit details
    Browse the repository at this point in the history
  3. Fix test for innodb

    uid is guaranteed to be unique, not to be consecutive.
    For some reason  innodb will give a uid of 3 for that test.
    The real test is thus to test it is different, but not to test the equality
    tardyp committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    e0a8ae6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Configuration menu
    Copy the full SHA
    277ebc8 View commit details
    Browse the repository at this point in the history
  2. fix for sqlalchemy 0.8

    tardyp committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    2d65847 View commit details
    Browse the repository at this point in the history