Merge lp://staging/~facundo/magicicada-server/explode-on-storage-there-notthere into lp://staging/magicicada-server
Proposed by
Facundo Batista
Status: | Merged |
---|---|
Approved by: | Natalia Bidart |
Approved revision: | 78 |
Merged at revision: | 78 |
Proposed branch: | lp://staging/~facundo/magicicada-server/explode-on-storage-there-notthere |
Merge into: | lp://staging/magicicada-server |
Diff against target: |
66 lines (+38/-0) 2 files modified
magicicada/server/diskstorage.py (+5/-0) magicicada/server/tests/test_diskstorage.py (+33/-0) |
To merge this branch: | bzr merge lp://staging/~facundo/magicicada-server/explode-on-storage-there-notthere |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Natalia Bidart | Approve | ||
Review via email: mp+308210@code.staging.launchpad.net |
Commit message
Disk storage: flush on writing, and never touch a file if offset and real length mismatchs.
Description of the change
Disk storage: flush on writing, and never touch a file if offset and real length mismatchs.
To post a comment you must log in.
Thanks!