-
Notifications
You must be signed in to change notification settings - Fork 113
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
[nomerge] Ocfs merge stray shares uid fixes #1068
[nomerge] Ocfs merge stray shares uid fixes #1068
Conversation
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
The user provider service now needs to be specified in the configurations
Fixed Drone config to use hard-coded UUID for einstein in the DAV URL.
transcript from CI:
|
I have
result:
|
never mind, it was a local setup issue... when I run createShare:380 alone with a clean env, the test passes, unlike on CI. if I run the whole of createShare feature file, then:
|
I've pushed the move fix, and now only two tests are failing:
sadly these pass for me when running the whole of createShare |
detail:
|
linked issues: https://github.com/owncloud/ocis-reva/issues/372 and https://github.com/owncloud/ocis-reva/issues/243 but doesn't explain why these tests pass locally but not on CI |
so the tests currently expect the list shares request to fail, but we actually implemented that endpoint and it should work. Or in the words of our testsuite: https://github.com/owncloud/core/pull/37754/files#diff-129a7916711570e3ddb2eb9f655ce577 The question remains: why is the test failing locally (which means the list shares endpoint actually returns an error). it might have to do with the share manager not being started? or restarted? or reset properly?
|
I've now tried running my local createShare.feature with core's 9ebf886779b98fc3f78e11cf138246f80d5cab39 which is the commit on which Drone is running and I also consistently receive the failure, so local and drone are on the same page now. When I had the branch |
one of the PRs got merged. closing in favor of #1064 where we'll test with |
No description provided.