mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08: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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| analyze_mit.py | ||
| analyze_user_activity.py | ||
| check_analytics_state.py | ||
| clear_analytics_tables.py | ||
| clear_single_stat.py | ||
| client_activity.py | ||
| populate_analytics_db.py | ||
| realm_stats.py | ||
| stream_stats.py | ||
| update_analytics_counts.py | ||
| user_stats.py | ||