Skip to content

Configure bulkrax storage paths#7404

Merged
dlpierce merged 1 commit intomainfrom
bulkrax_upload_path
Mar 27, 2026
Merged

Configure bulkrax storage paths#7404
dlpierce merged 1 commit intomainfrom
bulkrax_upload_path

Conversation

@dlpierce
Copy link
Copy Markdown
Member

Fixes

Fixes #7396

Summary

The default paths used by bulkrax for importer/exporter uploads is not in a persisted location on the nurax servers. This PR uses hyrax's upload_path config as a base for the bulkrax paths in the test apps.

@dlpierce dlpierce added the notes-bugfix Release Notes: Fixed a bug label Mar 26, 2026
@github-actions
Copy link
Copy Markdown

Test Results

    17 files  ±0      17 suites  ±0   3h 28m 37s ⏱️ + 2m 42s
 7 200 tests ±0   6 894 ✅ ±0  306 💤 ±0  0 ❌ ±0 
24 109 runs  ±0  23 518 ✅ ±0  591 💤 ±0  0 ❌ ±0 

Results for commit 0b3c8ad. ± Comparison against base commit 0f1d0f8.

This pull request removes 444 and adds 444 tests. Note that renamed tests count towards both.
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #<Hyrax::PermissionTemplate:0x00007f6ea79b3210>
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #<Hyrax::PermissionTemplate:0x00007f9892218720>
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #<Hyrax::PermissionTemplate:0x00007fae793d0f20>
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #<Hyrax::PermissionTemplate:0x00007fc6e0637e60>
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #<Hyrax::PermissionTemplateAccess:0x00007f6ea7aa1410>
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #<Hyrax::PermissionTemplateAccess:0x00007f9892096910>
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #<Hyrax::PermissionTemplateAccess:0x00007fae793f6180>
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #<Hyrax::PermissionTemplateAccess:0x00007fc6e06685d8>
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to destroy AdminSet: 7a1a58dc-f140-4c5e-88d4-2d2b082e6b71
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to destroy Hyrax::AdministrativeSet: 4541b4f7-95f2-4386-b237-51accf494227
…
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #<Hyrax::PermissionTemplate:0x00007f063add4d88>
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #<Hyrax::PermissionTemplate:0x00007f1f123b5640>
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #<Hyrax::PermissionTemplate:0x00007f484910b060>
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #<Hyrax::PermissionTemplate:0x00007fa8f319dae0>
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #<Hyrax::PermissionTemplateAccess:0x00007f063aec30c8>
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #<Hyrax::PermissionTemplateAccess:0x00007f1f123e52a0>
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #<Hyrax::PermissionTemplateAccess:0x00007f484912eec0>
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to create #<Hyrax::PermissionTemplateAccess:0x00007fa8f31aac90>
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to destroy AdminSet: f7e48579-1608-4e74-8d3e-b7aa765cb585
spec.abilities.ability_spec ‑ Hyrax::Ability AdminSets and PermissionTemplates a user without edit access is expected not to be able to destroy Hyrax::AdministrativeSet: 4acfaf23-8c45-4193-8f60-73443b70e54d
…

@dlpierce dlpierce merged commit d3e4d89 into main Mar 27, 2026
20 checks passed
@dlpierce dlpierce deleted the bulkrax_upload_path branch March 27, 2026 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

notes-bugfix Release Notes: Fixed a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bulkrax in f6.nurax frequently throws Errno::ENOENT errors after a portion of a CSV import

2 participants