Skip to content
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

[stable19] Do clearstatcache() on rmdir #22209

Merged
merged 2 commits into from
Aug 13, 2020
Merged

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #21677

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
@faily-bot
Copy link

faily-bot bot commented Aug 12, 2020

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 31666: failure

integration-provisioning-v2

  • build/integration/features/provisioning-v2.feature:22
Show full log
  Scenario: Searching by displayname in groups                                                    # /drone/src/build/integration/features/provisioning-v2.feature:22
    Given As an "admin"                                                                           # FeatureContext::asAn()
[Wed Aug 12 01:49:34 2020] 127.0.0.1:38232 [404]: /ocs/v2.php/cloud/users/user-in-group
[Wed Aug 12 01:49:35 2020] 127.0.0.1:38250 [200]: /ocs/v2.php/cloud/users
[Wed Aug 12 01:49:35 2020] 127.0.0.1:38268 [200]: /ocs/v2.php/cloud/users/user-in-group
[Wed Aug 12 01:49:36 2020] 127.0.0.1:38274 [200]: /ocs/v2.php/cloud/users/user-in-group
    And user "user-in-group" with displayname "specific-name" exists                              # FeatureContext::assureUserWithDisplaynameExists()
[Wed Aug 12 01:49:36 2020] 127.0.0.1:38290 [404]: /ocs/v2.php/cloud/users/user-in-group2
[Wed Aug 12 01:49:37 2020] 127.0.0.1:38298 [200]: /ocs/v2.php/cloud/users
[Wed Aug 12 01:49:37 2020] 127.0.0.1:38320 [200]: /ocs/v2.php/cloud/users/user-in-group2
[Wed Aug 12 01:49:37 2020] 127.0.0.1:38328 [200]: /ocs/v2.php/cloud/users/user-in-group2
    And user "user-in-group2" with displayname "another-name" exists                              # FeatureContext::assureUserWithDisplaynameExists()
[Wed Aug 12 01:49:38 2020] 127.0.0.1:38344 [404]: /ocs/v2.php/cloud/users/user-not-in-group
[Wed Aug 12 01:49:38 2020] 127.0.0.1:38348 [200]: /ocs/v2.php/cloud/users
[Wed Aug 12 01:49:39 2020] 127.0.0.1:38366 [200]: /ocs/v2.php/cloud/users/user-not-in-group
[Wed Aug 12 01:49:39 2020] 127.0.0.1:38374 [200]: /ocs/v2.php/cloud/users/user-not-in-group
    And user "user-not-in-group" with displayname "specific-name" exists                          # FeatureContext::assureUserWithDisplaynameExists()
[Wed Aug 12 01:49:39 2020] 127.0.0.1:38384 [404]: /ocs/v2.php/cloud/users/user-not-in-group2
[Wed Aug 12 01:49:40 2020] 127.0.0.1:38388 [200]: /ocs/v2.php/cloud/users
[Wed Aug 12 01:49:40 2020] 127.0.0.1:38438 [200]: /ocs/v2.php/cloud/users/user-not-in-group2
[Wed Aug 12 01:49:41 2020] 127.0.0.1:38458 [200]: /ocs/v2.php/cloud/users/user-not-in-group2
    And user "user-not-in-group2" with displayname "another-name" exists                          # FeatureContext::assureUserWithDisplaynameExists()
[Wed Aug 12 01:49:41 2020] 127.0.0.1:38476 [404]: /ocs/v2.php/cloud/groups/group-search
[Wed Aug 12 01:49:41 2020] 127.0.0.1:38496 [200]: /ocs/v2.php/cloud/groups
[Wed Aug 12 01:49:42 2020] 127.0.0.1:38516 [200]: /ocs/v2.php/cloud/groups/group-search
    And group "group-search" exists                                                               # FeatureContext::assureGroupExists()
[Wed Aug 12 01:49:42 2020] 127.0.0.1:38542 [200]: /ocs/v2.php/cloud/users/user-in-group/groups
[Wed Aug 12 01:49:42 2020] 127.0.0.1:38560 [200]: /ocs/v2.php/cloud/users/user-in-group/groups
[Wed Aug 12 01:49:43 2020] 127.0.0.1:38576 [200]: /ocs/v2.php/cloud/users/user-in-group/groups
    And user "user-in-group" belongs to group "group-search"                                      # FeatureContext::assureUserBelongsToGroup()
[Wed Aug 12 01:49:43 2020] 127.0.0.1:38598 [200]: /ocs/v2.php/cloud/users/user-in-group2/groups
[Wed Aug 12 01:49:43 2020] 127.0.0.1:38618 [200]: /ocs/v2.php/cloud/users/user-in-group2/groups
[Wed Aug 12 01:49:43 2020] 127.0.0.1:38634 [200]: /ocs/v2.php/cloud/users/user-in-group2/groups
    And user "user-in-group2" belongs to group "group-search"                                     # FeatureContext::assureUserBelongsToGroup()
[Wed Aug 12 01:49:44 2020] 127.0.0.1:38656 [200]: /ocs/v2.php/cloud/groups/group-search/users/details?offset=0&limit=25&search=ifi
    When sending "GET" to "/cloud/groups/group-search/users/details?offset=0&limit=25&search=ifi" # FeatureContext::sendingTo()
    Then the OCS status code should be "200"                                                      # FeatureContext::theOCSStatusCodeShouldBe()
    And the HTTP status code should be "200"                                                      # FeatureContext::theHTTPStatusCodeShouldBe()
    And detailed users returned are                                                               # FeatureContext::theDetailedUsersShouldBe()
      | user-in-group |
      Failed asserting that two arrays are equal.
      --- Expected
      +++ Actual
      @@ @@
       Array (
      -    0 => 'user-in-group'
[Wed Aug 12 01:49:44 2020] 127.0.0.1:38696 [200]: /ocs/v2.php/cloud/users/user-in-group
[Wed Aug 12 01:49:44 2020] 127.0.0.1:38734 [404]: /ocs/v2.php/cloud/users/user-in-group
[Wed Aug 12 01:49:45 2020] 127.0.0.1:38786 [200]: /ocs/v2.php/cloud/users/user-in-group2
[Wed Aug 12 01:49:45 2020] 127.0.0.1:38830 [404]: /ocs/v2.php/cloud/users/user-in-group2
[Wed Aug 12 01:49:46 2020] 127.0.0.1:38862 [200]: /ocs/v2.php/cloud/users/user-not-in-group
[Wed Aug 12 01:49:46 2020] 127.0.0.1:38914 [404]: /ocs/v2.php/cloud/users/user-not-in-group
[Wed Aug 12 01:49:46 2020] 127.0.0.1:38948 [200]: /ocs/v2.php/cloud/users/user-not-in-group2
[Wed Aug 12 01:49:46 2020] 127.0.0.1:38986 [404]: /ocs/v2.php/cloud/users/user-not-in-group2
[Wed Aug 12 01:49:47 2020] 127.0.0.1:39006 [200]: /ocs/v2.php/cloud/groups/group-search
[Wed Aug 12 01:49:47 2020] 127.0.0.1:39034 [404]: /ocs/v2.php/cloud/groups/group-search
[Wed Aug 12 01:49:47 2020] Login failed: 'user0' (Remote IP: '127.0.0.1')
[Wed Aug 12 01:49:47 2020] 127.0.0.1:39052 [401]: /remote.php/webdav/myFileToComment.txt
[Wed Aug 12 01:49:47 2020] 127.0.0.1:39058 [207]: /remote.php/dav/systemtags/
[Wed Aug 12 01:49:47 2020] Login failed: 'user0' (Remote IP: '127.0.0.1')
[Wed Aug 12 01:49:47 2020] 127.0.0.1:39078 [401]: /remote.php/webdav/myFileToTag.txt
[Wed Aug 12 01:49:47 2020] 127.0.0.1:39082 [404]: /remote.php/dav/addressbooks/users/admin/MyAddressbook
[Wed Aug 12 01:49:48 2020] 127.0.0.1:39108 [404]: /remote.php/dav/calendars/admin/MyCalendar

@MorrisJobke MorrisJobke added 3. to review Waiting for reviews bug labels Aug 12, 2020
@rullzer rullzer merged commit baa6482 into stable19 Aug 13, 2020
@rullzer rullzer deleted the backport/21677/stable19 branch August 13, 2020 03:07
@rullzer rullzer mentioned this pull request Aug 13, 2020
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants