mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 07:23:30 +08:00
Our code assumed the content_range interval was inclusive, but they are open-ended due to Postgres' [discrete range types](https://www.postgresql.org/docs/current/rangetypes.html#RANGETYPES-DISCRETE), meaning [1,2] will be represented as [1,3). It also fixes some flaky tests due to test data not being correctly setup and the registry not being resetted after each test. |
||
|---|---|---|
| .. | ||
| bulk_user_title_update_spec.rb | ||
| group_smtp_email_spec.rb | ||
| publish_group_membership_updates_spec.rb | ||
| stream_topic_summary_spec.rb | ||
| update_post_uploads_secure_status_spec.rb | ||