-
Notifications
You must be signed in to change notification settings - Fork 155
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] Reenable upload related tests #3457
Conversation
Fixes owncloud/ocis-reva#188 |
Seems there are other issues related to upload to look into:
|
I'll try and isolate these and then we can at least unskip the ones that are already passing now |
|
so apparently I ran all tests on master and forgot to skip the OCIS ones. I've disabled a few more related to overwrite and folder upload. |
Fixes owncloud/ocis-reva#106 |
c80f5f0
to
2df8ef1
Compare
still 11 failures, it's as if my changes didn't matter at all... and for some reason the test results summary is not appearing, so I have to cherry-pick the results from the log...
Sadly, all these tests pass locally for me with ocis master a1da513f74b9ddfe1790f534169edf32b5e4c8b9 Sometimes I see this:
or
But when I look at VNC I see that the page is already loaded. White the tests appear green locally, it seems on CI it's stricter and considers these timeouts as failure. @dpakach @individual-it can you have a look at that part and adjust the test code for not relying on the progress bar ? |
I made another PR that only reenables the tests that already pass on CI, just to move forward: #3461 |
adfcbc4
to
7451e79
Compare
💥 Acceptance tests webUIOCIS failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/9722/
|
the upload is just stuck at 0% , the progress bar doesn't disappears. Not sure why this is happening. |
@dpakach strange. in my observation, as far as I remember, the operation already completed successfully without the progress bar appearing at all (maybe very fast). At least in my local tests. |
@PVince81 I run with screenshots in CI just now you can check them in #3457 (comment) |
9c89269
to
2136a5e
Compare
💥 Acceptance tests webUIOCIS failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/9748/
|
2136a5e
to
dd547a1
Compare
💥 Acceptance tests webUIOCIS failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/9750/
|
dd547a1
to
62b4f11
Compare
💥 Acceptance tests webUIOCIS failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/9751/
|
we should remove the ".gitignore" commit. I had some weird local files in that folder (maybe from download tests) and falsely believed that the whole folder must be excluded |
I've extracted the folder check commit to #3473. |
@PVince81 I tried this by running drone locally, and get this log in browser
It tries to connect to localhost for the data even when reva is running in completley different host. This might be the reason for failing tests. |
that's the service "reva-storage-oc-data" need to set REVA_STORAGE_OC_DATA_URL (https://github.com/owncloud/ocis-reva/blob/master/pkg/flagset/storageocdata.go#L116) to specify the correct URL |
I pushed a fix, let's see if this works. Also, a similar fix for ocis-reva: owncloud/ocis-reva#213 |
still failing :-/
|
wait, I didn't push... |
pushed now (had local conflict and went away for lunch after pushing and missed the error message locally...) |
💥 Acceptance tests webUIOCIS failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/9763/
|
indeed the same issue as before...
|
2c42c42
to
3f8792e
Compare
3f8792e
to
be87983
Compare
seems now we have issues again, even with latest reva: https://cloud.drone.io/owncloud/ocis-reva/376/3/11 from owncloud/ocis-reva#221 |
raised #3492 to look into this. |
Reverts #3443, the problem should be fixed through cs3org/reva#734 which was updated in ocis-reva through owncloud/ocis-reva#192