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

Avoid sharing database name between testcase classes. #4285

Merged
merged 2 commits into from
Nov 6, 2017
Merged

Avoid sharing database name between testcase classes. #4285

merged 2 commits into from
Nov 6, 2017

Commits on Nov 1, 2017

  1. Avoid sharing database name between testcase classes.

    Abrupt shutdown (maybe CircleCI auto-cancellation?) can cause them not to be cleaned up.
    tseaver committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    af9bb7e View commit details
    Browse the repository at this point in the history
  2. Mangle database name w/ 'unique_resource_id'.

    This time for sure, Rocky!
    tseaver committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    1fcdcc4 View commit details
    Browse the repository at this point in the history