Open
Bug 1949509
Opened 1 month ago
Updated 16 days ago
Test quota management for concurrent readwrite-unsafe syncAccessHandles
Categories
(Core :: Storage: Bucket File System, task, P3)
Core
Storage: Bucket File System
Tracking
()
ASSIGNED
People
(Reporter: jjalkanen, Assigned: jjalkanen)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(1 file)
There are (at least) two scenarios to consider:
- writing suddenly fails
- application begins to shut down
To test these cases,
- In the best case, there should be a mechanism, for example some kind of fake, to allow writes by multiple syncAccessHandles to one file complete out of order
- With this mechanism, it would be good to verify all the branches of implementation, for example with gtest
- There could be a test preference (like is already done for quota) which allows writing to a file to be ongoing when the browser shuts down
- With this preference, it would be good to verify browser shutdown, for example with marionette or selenium tests
Assignee | ||
Comment 1•16 days ago
|
||
Updated•16 days ago
|
Assignee: nobody → jjalkanen
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•