-
Notifications
You must be signed in to change notification settings - Fork 183
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
Test apiWebdavMove1/moveFolder.feature:135 fails with 400 status #3023
Comments
Examples: https://drone.cernbox.cern.ch/cs3org/reva/5190/15/6 The problem seems to happen in |
See updated top post - the server no longer hsanages. Gives 400 status instead of expected 409. https://drone.owncloud.com/owncloud/ocis/8916/30/3 The server output has lots of:
And ends with:
I suppose something goes "into a spin" after that, because there is no more log output, but the API request does not finish (the test runner is hung waiting for an API request to finish) |
@micbar we thought that this was just a problem that caused an infinite loop when directly using CS3 APIs. But I get an infinite loop with this test scenario that uses webDAV and OCS APIs. |
Note: when fixing this issue (presumably firstly in reva) please remove the skip of I will need to make a similar skip in And when pulling the fix into If the skip is removed before the fix, then drone CI will go into the infinite loop. So the skips need to be removed along with the fix. Edit update: cs3org/reva#3030 is removing the skip in reva edge branch. |
Fixed in reva edge by cs3org/reva#3009 and cs3org/reva#3031 Should be fixed in oCIS when the latest reva is pulled in. |
The tests are still failing because of returning HTTP status 400 when it should be 409. |
Describe the bug
Steps to reproduce
Steps to reproduce the behavior:
Run core API test
apiWebdavMove1/moveFolder.feature:98
Expected behavior
Test passes.
Actual behavior
Test hangs. I think that the oCIS server-under-test goes int a loop and never responds.After reva PR cs3org/reva#3009 the attempted move gives a 400 status. But oC10 gives a 409.
https://drone.cernbox.cern.ch/cs3org/reva/7783/17/6
Setup
Current oCIS master.
The text was updated successfully, but these errors were encountered: