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

More server DB tests #854

Merged
merged 4 commits into from
Jul 27, 2016
Merged

Commits on Jul 27, 2016

  1. Refactor TUFStoreMeta tests to also be DB specific, and add some dele…

    …tion tests.
    
    Convert SQL db's deletes to hard deletes, since soft deletes would prevent
    us from using the same namespace in the future.
    
    Signed-off-by: Ying Li <[email protected]>
    cyli committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    66ba677 View commit details
    Browse the repository at this point in the history
  2. Cleanup test names, and add a health check test for rethinkdb. Update…

    … the rethinkdb
    
    server health check to get info on the required tables, since listing tables does not
    check the user permission.
    
    Signed-off-by: Ying Li <[email protected]>
    cyli committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    9b70140 View commit details
    Browse the repository at this point in the history
  3. Break the version check test into 2 tests - one where a version alrea…

    …dy exists in a DB, one where it doesn't
    
    Signed-off-by: Ying Li <[email protected]>
    cyli committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    3a5551f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dbfaa9 View commit details
    Browse the repository at this point in the history