-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 2.2.227
-
Fix Version/s: 3.1.0
-
Component/s: Synchronizer
-
Epic Link:
-
Backlog priority:600
The following test case sometimes exposes the issue but most of the time not:
- User1 DM: Create a folder structure folder1/folder2/folder3 and files folder1/file1.txt, folder1/folder2/file2.txt, folder1/folder2/folder3/file3.txt
- User1 DM: Share folder1 to user2 with 'Everything' permission
- User2 DM: Register folder1 as sync root.
- User2 Drive: Start drive and wait for folder1 to sync.
- User1 DM: Reshare the folder1 with readonly permission.
- User2 DM: Register folder1 as sync root (if unregistered).
- User2 Drive: Wait for drive to refresh the shared folders & files
- User2 Drive: Check if all the files under folder1 have read-only attribute set.
Actual Result: folder1/file1.txt has read-only attribute set. But file2.txt, file3.txt does not have read-only attribute set as these files are not direct children of folder1.
Expected Result: All files (file1.txt, file2.txt, file3.txt) have readonly attribute set in the file system.
In order to highlight the issue please find as attachment a python script