Skip to content
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

oc-tests/test_sharePermissions.py hangs out #67

Closed
jvillafanez opened this issue Apr 21, 2015 · 1 comment · Fixed by #74
Closed

oc-tests/test_sharePermissions.py hangs out #67

jvillafanez opened this issue Apr 21, 2015 · 1 comment · Fixed by #74
Labels

Comments

@jvillafanez
Copy link
Member

Steps to reproduce

  1. Run only this test against an empty OC server

Expected behaviour

Test runs

Actual behaviour

Test hangs out. Probably the test user doesn't exists yet

log-test_sharePermissions.log

2015-04-21 10:28:59,944 - INFO - owner_worker - createfile /root/smashdir/test_sharePermissions/owner_worker/shared-dir/rename_this.dat character='0' count=1000 bs=1
2015-04-21 10:28:59,944 - INFO - owner_worker - createfile /root/smashdir/test_sharePermissions/owner_worker/shared-dir/overwrite_this.dat character='0' count=1000 bs=1
2015-04-21 10:28:59,944 - INFO - owner_worker - createfile /root/smashdir/test_sharePermissions/owner_worker/shared-dir/overwrite_this_through_move_in.dat character='0' count=1000 bs=1
2015-04-21 10:28:59,945 - INFO - owner_worker - createfile /root/smashdir/test_sharePermissions/owner_worker/shared-dir/delete_this.dat character='0' count=1000 bs=1
2015-04-21 10:28:59,945 - INFO - owner_worker - createfile /root/smashdir/test_sharePermissions/owner_worker/shared-dir/delete_this_dir/stuff.dat character='0' count=1000 bs=1
2015-04-21 10:28:59,945 - INFO - owner_worker - running 'ls -lh /root/smashdir/test_sharePermissions/owner_worker'
2015-04-21 10:28:59,949 - INFO - owner_worker - stdout: total 4.0K
drwxr-xr-x 4 root root 4.0K Apr 21 10:28 shared-dir

2015-04-21 10:28:59,950 - INFO - owner_worker - running '/usr/bin/owncloudcmd /root/smashdir/test_sharePermissions/owner_worker/ owncloud://user:[email protected]/remote.php/webdav/ >> /root/smashdir/test_sharePermissions/owner_worker-ocsync.step03.cnt000.log 2>&1'

test_sharePermissions/owner_worker-ocsync.step03.cnt000.log

[04/21 10:29:00.161213, 4] csync_ftw:  URI without fuzz for owncloud://user:demo
@172.17.0.47/remote.php/webdav is ""
static csync_vio_handle_t* OCC::DiscoveryJob::remote_vio_opendir_hook(const char
*, void*) OCC::DiscoveryJob(0xc900c0)  Calling into main thread... 
!!! OCC::LsColJob created for  QUrl( "http://user:[email protected]/" )  querying "" 
Stop request: Authentication failed for  "http://user:[email protected]/remote.php/webdav/" 
void OCC::AbstractNetworkJob::slotFinished() 5 "Operation canceled" 
Error: User is empty! 
InvalidateToken: User is empty, bailing out! 
Error: User is empty! 
void OCC::DiscoverySingleDirectoryJob::lsJobFinishedWithErrorSlot(QNetworkReply*) "Operation canceled" 0 5 
void OCC::DiscoveryMainThread::singleDirectoryJobFinishedWithErrorSlot(int, QString) 5 "Operation canceled" 
Strange: User is empty! 
Error: User is empty! 
Strange: User is empty! 
Password for user : static csync_vio_handle_t* OCC::DiscoveryJob::remote_vio_opendir_hook(const char*, void*) OCC::DiscoveryJob(0xc900c0)  ...Returned from main thread 
static csync_vio_handle_t* OCC::DiscoveryJob::remote_vio_opendir_hook(const char*, void*) 5 when opening  msg= "Operation canceled" 
[04/21 10:29:00.626203, 4] csync_ftw:  opendir failed for owncloud://user:[email protected]/remote.php/webdav - errno 5
[04/21 10:29:00.626332, 6] csync_statedb_close:  sqlite3_close=0
@nickvergessen
Copy link

Fixed with #74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants