mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 12:13:58 -06:00
bee68bba2e
We use the `id` of the upload to calculate a `depth` partition in the filename. This test would fail if your database had a higher seed because the depth it was looking for was hard coded to 1. The solution was to not save the records (which is faster anyway) and specify the `id` of the upload to make the hash deterministic. |
||
---|---|---|
.. | ||
components | ||
fabricators | ||
fixtures | ||
helpers | ||
import_export | ||
integration | ||
integrity | ||
jobs | ||
lib | ||
mailers | ||
models | ||
multisite | ||
requests | ||
serializers | ||
services | ||
support | ||
tasks | ||
views/omniauth_callbacks | ||
rails_helper.rb |