Files
zulip/zerver
Tim Abbott 26463bb34d Fix nondeterministic subscriptions for default test users.
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.
2016-04-13 13:19:02 -07:00
..
2016-04-08 10:36:29 -07:00
2015-08-21 10:33:35 -07:00
2013-12-12 10:31:03 -05:00
2016-04-08 13:06:04 -07:00
2014-02-04 15:51:53 -05:00