Closed laritakr closed 1 month ago
17 files ±0 17 suites ±0 2h 17m 38s :stopwatch: - 3m 25s 6 707 tests +1 6 410 :white_check_mark: +2 297 :zzz: ±0 0 :x: - 1 13 183 runs +3 12 787 :white_check_mark: +3 396 :zzz: +1 0 :x: - 1
Results for commit 003e122d. ± Comparison against base commit f77472d5.
:recycle: This comment has been updated with latest results.
Fixes
When migrating file_sets, the actual file is currently transfering, but file characterization data is getting lost. This fix prevents the file characterization data (such as height and width) from going missing after saving to Postgres or Fcrepo 6 from a perviously saved Fcrepo 4 object.
Changes proposed in this pull request:
[1] - Both of these two points are things we have been putting in all the config/initializer/wings.rb files when we enable Freyja. In order to get specs working for this migration issue, we needed to pull them in to Hyrax. It seemed better to make the included instead of duplicating the logic in the spec helpers.