mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
AssertionErrors were raised when attempting to run manual comparison tests to ensure correctness when exporting the analytics realm using export_from_config. This was caused by this populate_analytics_db stream being created without any subscribers, which violates an invariant. We fix this by simply subscribing the 'shylock' user to that stream.