-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
GDrive unit tests fail on master #22481
Comments
I suspect the copy failures are due to the fact that we don't |
Apparently no. It seems the |
PR here #25010 |
Not completely, only "testRenameOverWriteDirectory" was fixed. The other ones are more tricky, especially that they pass when run individually... |
Remaining failures:
|
If commenting out all tests except "testStat" and "testCopyOverWriteDirectory", the former will pass (side effect ?) but the latter will still fail. |
Boah... and now testStat fails randomly. |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
moved to owncloud/files_external_gdrive#16 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This is master 9c12485
I'm pretty sure this was always broken and the GDrive storage didn't work properly with rename + overwrite and copy operations.
This ticket is to make those work too. (note: the sync client doesn't use these operations)
The text was updated successfully, but these errors were encountered: