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

Use uuid in tmp db names in unit tests #1092

Merged
merged 1 commit into from
Jan 4, 2018
Merged

Commits on Jan 4, 2018

  1. Use uuid in tmp db names in unit tests

    This changes naming of temporary eunit databases
    and files from using unique_monotonic_integer to
    couch_uuids:random to remove performance penalty
    and normalize naming across erlang releases.
    
    Also getting rid of unnecessary inter-types
    convertion.
    eiri committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    f3ecd13 View commit details
    Browse the repository at this point in the history