Closed KarunAtreya closed 1 year ago
this issue was produced in https://github.com/owncloud/ocis/pull/7298 due to not resetting of WebDavHelper::$SPACE_ID_FROM_OCIS after scenario so the next scenario was using the space id that is not available causing the error. So the variable is set to empty after each api request in https://github.com/owncloud/ocis/pull/7298/commits/bcb366856f946784cfb0ac71976cb6c9c7b35f63 So closing the issue
While creating folder in test steps, 409 response code is returned Previously this type of intermittent test failure was encountered as in the issue https://github.com/owncloud/ocis/issues/6630 Since this type of failure was not reproducable locally, code for retrying on 409 status code was added in the pr https://github.com/owncloud/ocis/pull/6796
Currently this type of test failure is again encounterd and the response is still 409 after retrying for multiple times.
Build: https://drone.owncloud.com/owncloud/ocis/26826 https://drone.owncloud.com/owncloud/ocis/26786