mirror of https://github.com/zulip/zulip.git
26463bb34d
Previously, the UserProfile objects were created in the order generated by a Set, which meant tests would randomly start failing if the code that runs before this part of populate_db changed (and thus caused the Set object used to pass users into bulk_create_users to have a different order when enumerated). This fixes the issue in two ways -- one by sorting the users inside bulk_create_users, and second by attaching subscriptions to users based on a deterministic ordering. |
||
---|---|---|
.. | ||
management | ||
migrations | ||
urls | ||
README.md | ||
__init__.py | ||
error_notify.py | ||
forms.py | ||
models.py | ||
tests.py | ||
views.py |
README.md
ZILENCER -- The Zulip License Manager
This app is the place for storing state about various deployments of Zulip that exist in the world.