-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[tests-only] update issue tag for the failing scenario in oCIS CI #40418
Conversation
2e7b152
to
c0f0a9e
Compare
💥 Acceptance tests pipeline apiWebdavOperations-mariadb10.2-php7.4 failed. The build has been cancelled. |
ab83e45
to
62d80c7
Compare
…nse check scenario Signed-off-by: Kiran Parajuli <[email protected]>
62d80c7
to
a7cc7f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@@ -5373,7 +5373,7 @@ public function findEntryFromPropfindResponse( | |||
$entryPath = $multistatusResult['value'][0]['value']; | |||
if (OcisHelper::isTestingOnOcis() && $method === "REPORT") { | |||
if ($entryNameToSearch !== null && str_ends_with($entryPath, $entryNameToSearch)) { | |||
return $multistatusResults; | |||
return $multistatusResult; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: this PR also fixes a bug here. It seems that there are not any tests that really rely on this line of code (at least not for oC10), because it was passing before and is still passing now.
Description
This pr just adds an issue tag for the failing scenario in oCIS due to the related issue (see below)
Related Issue
spaces endpoint does not allow REPORT requests
still exist in expected-to-failure ocis#4686REPORT
request response differently ocis#4712