You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failure/Error: marshalled = Marshal.dump(post)
TypeError:
no _dump_data is defined for class Thread::Mutex
# ./spec/integration/marshal_spec.rb:23:in `dump'
# ./spec/integration/marshal_spec.rb:23:in `block (3 levels) in <top (required)>'
This started occuring around Nov 7, 2018. Is it possible this is correlated with ActiveTriples 1.1.0?
I reverted to rdf 3.0.5 and the failing tests passed. I think we should pin to rdf 3.0.5 for now and fix this in rdf by implementing marshal_dump and marshal_load. I'm working on a PR to rdf now.
This started occuring around Nov 7, 2018. Is it possible this is correlated with ActiveTriples 1.1.0?
passing: https://travis-ci.org/samvera/active_fedora/builds/449013449
failed: https://travis-ci.org/samvera/active_fedora/builds/452041167
The text was updated successfully, but these errors were encountered: