Michiel de Jong

Results 712 comments of Michiel de Jong

@navid-dada can you have a look at this please?

The storageprovider integration tests are failing for the localhome driver: https://drone.cernbox.cern.ch/cs3org/reva/1984/2/3 That shouldn't be happening, right? I'll see if I can find time to dig into it further.

If you see that error on your revaoc2.docker then there is probably a more informative error message on your revaoc1.docker (for instance, maybe the user was already added, or the...

That still looks like the logs of revaoc2.docker (start-to-Revaoc in https://github.com/cs3org/ocm-test-suite/tree/main/scripts), not revaoc1.docker (start-from-Revaoc there)? 1. First, `oc2.docker` makes the `/ocm/invites/forward` call to `revaoc2.docker`, and then 2. `revaoc2.docker` makes the...

Thanks for adding the `revaoc1.docker` logs! Indeed, there is a matching `"error accepting invite"` error there but unfortunately it doesn't provide a lot of detail. I'll try to reproduce this...

I couldn't reproduce the error on ocmhost.pondersource.com - there I see ``` 2022-06-14 08:36:55.966 INF ../../reva/internal/http/services/ocmd/invites.go:201 > Invite forwarded to: revaoc1.docker pid=6 pkg=rhttp traceid=db436690a13c96f3821be31988f0f4e6 ``` let's look at it together...

Might be related to #2782 - I will dive into it next week!

Testing this out with the image from https://github.com/cs3org/ocm-test-suite/tree/main/servers/revad and then `docker run -it revad /bin/bash` Inside the container: ```sh cd /reva/ git pull apt install -y golang make deps make...

See https://github.com/solid/solid-ui/blob/master/test/unit/acl/acl-control.test.ts#L44-L65 (edited) for the current behaviour.