We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The whole assertMetadata integration test is currently broken.
assertMetadata
reva/tests/integration/grpc/storageprovider_test.go
Line 436 in ccac7ad
We have this access to arbitrary metadata, however it panics, using debugger shows that actually both arbitrary and canonical metadata are nil.
I'll comment them out for now since it's also not working in SM PHP app, we'll have to fix it in future.
The text was updated successfully, but these errors were encountered:
This is indeed due to a missing implementation of the PHP app, and it's tracked as sciencemesh/nc-sciencemesh#43
So I'm closing this as "duplicate"
Sorry, something went wrong.
No branches or pull requests
The whole
assertMetadata
integration test is currently broken.reva/tests/integration/grpc/storageprovider_test.go
Line 436 in ccac7ad
We have this access to arbitrary metadata, however it panics, using debugger shows that actually both arbitrary and canonical metadata are nil.
I'll comment them out for now since it's also not working in SM PHP app, we'll have to fix it in future.
The text was updated successfully, but these errors were encountered: