-
Notifications
You must be signed in to change notification settings - Fork 189
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
[full-ci] Bump Reva #8038
[full-ci] Bump Reva #8038
Conversation
Scenario is refusing to pass: Scenario: personal space is deleted automatically when the user is deleted # /drone/src/tests/acceptance/features/apiGraph/deleteUser.feature:147
Given the administrator has assigned the role "Admin" to user "Alice" using the Graph API # GraphContext::theAdministratorHasGivenTheRoleUsingTheGraphApi()
And user "Brian" has been created with default attributes and without skeleton files # FeatureContext::userHasBeenCreatedWithDefaultAttributes()
When the user "Alice" deletes a user "Brian" using the Graph API # GraphContext::theUserDeletesAUserUsingTheGraphAPI()
Then the HTTP status code should be "204" # FeatureContext::thenTheHTTPStatusCodeShouldBe()
When user "Alice" lists all spaces via the Graph API with query "$filter=driveType eq 'personal'" # SpacesContext::theUserListsAllAvailableSpacesUsingTheGraphApi()
Then the json responded should not contain a space with name "Brian Murphy" # SpacesContext::jsonRespondedShouldNotContain()
space Brian Murphy should not be available for a user
Failed asserting that an array is empty. Tried it locally - test was passing |
Same here. Test is failing in ci every time. Locally works fine. I'm running some older reva version to narrow down the error. |
Argh. With the change in the user provider disabled it's succeeding. Still trying do understand why it's not happening locally ... |
I think I am able to reproduce the problem now. It seems to only happens if you run the whole apiGraph/deleteUser.feature file. Just running the apiGraph/deleteUser.feature:147 test is not enough ... |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
@kobergj The failure is caused by cs3org/reva#4426 I just don't understand why yet 😭 |
Bumps reva
Fixes #7697