mirror of https://github.com/zulip/zulip.git
90636d5e81
user_profile.id was confused for user_profile.recipient_id. These bugs
are particularly sneaky as they can go undetected by tests due to ids of
objects accidentally coinciding. We add a mitigation for this class of
mistakes by shifting the Recipient.id sequence in test db.
This was introduced in
|
||
---|---|---|
.. | ||
__init__.py | ||
add_mock_conversation.py | ||
add_new_realm.py | ||
add_new_user.py | ||
add_remote_server.py | ||
calculate_first_visible_message_id.py | ||
compare_messages.py | ||
invoice_plans.py | ||
mark_all_messages_unread.py | ||
migrate_stream_notifications.py | ||
populate_db.py | ||
print_initial_password.py | ||
profile_request.py | ||
queue_rate.py | ||
render_messages.py | ||
rundjangoserver.py | ||
sync_api_key.py |