-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Run ocm-test-suite reva-to-reva and test more things #91
Comments
That |
On maria1:
On maria2:
Differences:
|
The accept notification fails with ' |
michielbdejong
added a commit
to cs3org/reva
that referenced
this issue
Nov 29, 2022
michielbdejong
added a commit
to sciencemesh/nc-sciencemesh
that referenced
this issue
Nov 29, 2022
Nextcloud -> Reva -> Reva -> Nextcloud is now all working properly. |
Repository owner
moved this from In Progress
to Done
in Sciencemesh: road to production
Nov 29, 2022
glpatcern
added a commit
to cs3org/reva
that referenced
this issue
Dec 7, 2022
* [draft] improve ocmd send sourcePath 404 error message * print error message when forwarding invite fails * Resolve #3365 (comment) * changelog entry * report unexpected response codes from EFSS API * fix * Add appropriate PR link in changelog entry * Also allow 201 responses * Also throw on EFSS API response codes from other Nextcloud backends * built * Fix username in upload call path * Improved error message * trying to debug pondersource/sciencemesh-php#100 * Fix pondersource/sciencemesh-php#100 * fix share object in OCM share backend * Fix double declaration of genID * info logging * syntax fix * Improve 'request not handled' error message * Init log * fix pondersource/sciencemesh-php#114 * return JSON share object on ocm/send * How do we tell Nextcloud which WebDAV server to mount this share from? * read webdav host from config * better error messages from OCM /share endpoint * Fix pondersource/sciencemesh-php#91 (comment) * Split owner string * return JSON from invite forward * message: Success * Fix merge * make lint (first try) * make lint (second try) * remove unnecessary newlines * outdent * gofmt -s pkg/storage/fs/nextcloud/nextcloud_server_mock. * Fix changelog for calens * Fix make test * fix lint * Prepend /home to all paths in mock server * Run make lint-fix * Improve error message on error sending accept post request * tmpdir for gitpod * reset server mock * reset server mock * Use helpers.TempDir * integration tests now also use this TempDir * apply https://github.com/cs3org/reva/pull/3526/files#r1042061882 * tests passing * uncomment * /workspace/reva/toolchain/golangci-lint run --fix * Fix case /some * make some paths relative * original/location * /workspace/reva/toolchain/golangci-lint run --fix Co-authored-by: root <[email protected]> Co-authored-by: Michiel de Jong <[email protected]> Co-authored-by: Giuseppe Lo Presti <[email protected]> Co-authored-by: Vasco Guita <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ocm-test-suite passes when you run it reva-to-reva, but it doesn't actually test accessing the share or removing the share. Adding those two test steps on the receiving end will help test and debug various sending ends.
I created an
accessShare
function and am now doubting whether the sending reva is even exposing a webdav server.I'm investigating https://reva.link/docs/config/http/services/owncloud/ocdav/ and setting up an edit-compile-run loop with reva code mounted from the host.
The text was updated successfully, but these errors were encountered: