client
client copied to clipboard
wait for files to sync after adding user to the client
closes:https://github.com/owncloud/client/issues/9850
Debugging has shown that the scenario sharee edits content of files shared by sharer from test/gui/tst_sharing suite was failing because the files may not be synced to the server just after their modification. So, our test may not find the files with the modified content on the server. Thus for that reason, here I've added a step to wait for files to sync after each overwrites.
Also, it is reasonable to add wait for files to sync after a user has been added to the client, as mentioned in issue
Results for GUI-tests https://drone.owncloud.com/owncloud/client/12677/6/1
:boom: The GUI tests failed.
GUI Logs: https://cache.owncloud.com/public/owncloud/client/12677/guiReportUpload/index.html
Server Logs: https://cache.owncloud.com/public/owncloud/client/12677/guiReportUpload/serverlog.log
Screenshots:
@sushmita56 does
And the user waits for the files to syncstep has the problem that leads to intermittent failure???
@amrita-shrestha IMO, As far as reliability is concerned, the step And the user waits for the file "simple-folder/textfile.txt" to sync is more reliable than step And the user waits for the files to sync since it waits for each individual file to sync.
Currently on hold due to intermittent failure.
will be done in PR https://github.com/owncloud/client/pull/10088







