-
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
Investigate Acceptance test failure in nightly #6925
Comments
Looks suspiciously like owncloud/ocis#3749 |
I also think that's the reason behind failing tests. |
I get this ocis log whenever that happens: {
"level":"error",
"service":"storage-users",
"pkg":"rgrpc",
"traceid":"00000000000000000000000000000000",
"error":"remove /home/sawjan/.ocis/storage/users/spacetypes/personal/7b425492-6b0f-43f3-9ded-247e279ac93f.flock: no such file or directory",
"node":"marshaling error: json: unsupported value: encountered a cycle via *node.Node",
"time":"2022-05-10T14:25:39+05:45",
"message":"could not convert to storage space"
} And there are plenty of such errors in the failing pipeline |
@pascalwengerter So, what can be done here? |
Nothing on the web/qa side. Skipping the tests would be inacceptable, as well as endless retries/page reloads. We need a fix in oCIS and then an oCIS commit ID bump. Let's keep this issue open |
oCIS lock issue: owncloud/ocis#3757 |
test failure in nightly probably because of this:
|
Tests look pretty stable with the latest oCIS. IMO, this issue can be closed alongside the bump PR merge. |
Closing via #6946, thanks for the efforts! |
failed again on last nightly build: https://drone.owncloud.com/owncloud/web/25589/54/15 More Details@smokeTest @ocisSmokeTest Scenario: move a file into a folder # features/webUIMoveFilesFolders/moveFiles.feature:20 - Connecting to selenium on port 4444... |
sorry, the error was with |
A lot of tests are failing in
getText()
command in OCIS in build: https://drone.owncloud.com/owncloud/web/25449/57/15Maybe they're all related , maybe we're accessing elements too early or too late.
webUIRenameFolders/renameFolders.feature:43
webUIFilesSearch/search.feature:146
webUISharingPublicManagement/publicLinkIndicator.feature:110
webUIMoveFilesFolders/moveFiles.feature:20
TODO
The text was updated successfully, but these errors were encountered: