samvera-deprecated / curation_concerns

A Hydra-based Rails Engine that extends an application, adding the ability to Create, Read, Update and Destroy (CRUD) objects (based on Hydra::Works) and providing a generator for defining object types with custom workflows, views, access controls, etc.
Other
15 stars 27 forks source link

Upstream changes appears to have broken the build #1142

Closed jeremyf closed 7 years ago

jeremyf commented 7 years ago

To duplicate the error:

Example of builds blocked:

hortongn commented 7 years ago

Looks like hydra-head 10.4.0 broke the test.

spec/services/curation_concerns/workflow/permission_query_spec.rb:171 passes on hydra-head 10.3.4. After the update to 10.4.0 it fails.

The very first commit AFTER 10.3.4 seems to break that test: Remove registered pseudo-group from RoleMapper https://github.com/projecthydra/hydra-head/commit/a606ea073927d4e184e5d0472f571086e19794ea

@jeremyf @jcoyne

jcoyne commented 7 years ago

Ah. I've already fixed this in Hyrax. Should be an easy back port