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 TestUsers.delete_all infinite loop detection #331

Closed
wants to merge 1 commit into from
Closed

fix TestUsers.delete_all infinite loop detection #331

wants to merge 1 commit into from

Commits on Oct 7, 2013

  1. fix TestUsers.delete_all infinite loop detection

    User hashes can change across list() invocations, so that test_user_list may not equal previous_list, even if the logical users are identical.  Mapping the user hashes to the ids fixes this.
    chunkerchunker committed Oct 7, 2013
    Configuration menu
    Copy the full SHA
    fa591dd View commit details
    Browse the repository at this point in the history