New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 789083 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Dec 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Unmounting file_system_provider provided filesystem does not close open files

Project Member Reported by mek@chromium.org, Nov 28 2017

Issue description

In chrome/test/data/extensions/api_test/file_system_provider/read_file/test.js between every test the old filesystem is unmounted before mounting the new filesystem. But that can leave the test_util.openedFiles bookkeeping in an inconsistent state as files that are still open at the time of unmounting aren't closed (and when they are closed later the extension isn't informed of this anymore, since the FS is unmounted).
 
Status: WontFix (was: Assigned)
Actually WAI. It's responsibility of the providing extension to close the files or refuse unmounting request by returning IN_USE event.

Sign in to add a comment