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

Conversation

chunkerchunker
Copy link
Contributor

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.

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.
@arsduo
Copy link
Owner

arsduo commented Oct 26, 2013

Thanks so much for figuring this out! I'd been wondering what was going on with this for a while, but have never gotten around to figuring it out. Merging this in now.

@arsduo
Copy link
Owner

arsduo commented Oct 26, 2013

Merged!

@arsduo arsduo closed this Oct 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants