-
Notifications
You must be signed in to change notification settings - Fork 668
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
Folder/File wait to be synced steps fails intermittently #9783
Comments
failed in different scenarios due to the same reason
GUI LOG: https://cache.owncloud.com/public/owncloud/client/12420/guiReportUpload/index.html Server Logs: https://cache.owncloud.com/public/owncloud/client/12420/guiReportUpload/serverlog.log |
Scenario Outline: Syncing a folder to the server
fails intermittently
Not reproducible in CI #9914 |
Failed in: Results for GUI-tests https://drone.owncloud.com/owncloud/client/12497/6/1 |
Though the scenario passes in CI, it fails locally with the error And on debugging we found that the failure was because the connection with the socket could not be established. If we add a wait of around 2 seconds, the test passes locally too. But as the test is not failing recently on CI, for now, we can stop investigating this issue. |
The file syncing problem is found to be a reason behind the failure of this scenario. |
I think this issue is related to: #9952 (comment) |
This issue seems to be similar to the issue #9952 as the screenshot generated by this issue's debugging PR is exactly the same as the screenshot reported in the issue #9952. Previously the debugging PR was passing on CI but on the later run, it failed on step Screenshot generated:So I think this issue can now be closed in reference to #9952, however, the problem of socket connection is still there while running the scenario locally. |
Pre-submission Checks
Describe the bug
The following scenario from the
tst_syncing
suite is failing in CI on stepAnd the user waits for folder "myFolder" to be synced
but is passing locally.Expected behavior
Expected folder '/tmp/client-bdd/Alice/myFolder' to be synced.
Steps to reproduce the issue
No response
Screenshots
No response
Logs
https://cache.owncloud.com/public/owncloud/client/12067/guiReportUpload/index.html
https://drone.owncloud.com/owncloud/client/12067
No response
Client version number
ubuntu version: 22.04
client version: 3.0
qt version: 5.15
Desktop environment (Linux only)
No response
Client package version and origin (Linux only)
No response
Installation path (Windows only)
No response
Server information
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: