Page MenuHomePhabricator

[lib] check timestamps before processing delete entry operation
ClosedPublic

Authored by will on Mon, Sep 16, 1:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 16, 2:00 PM
Unknown Object (File)
Mon, Sep 16, 1:59 PM
Unknown Object (File)
Mon, Sep 16, 1:56 PM
Subscribers
None

Details

Summary

Checks timestamps to unsure delete operation isn't alread out of date. If it is, produces a no-op update.

Depends on D13347

Test Plan

As previous, unsure yet how to test this. Will update test plan later

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

will requested review of this revision.Mon, Sep 16, 2:09 AM
tomek added inline comments.
lib/shared/dm-ops/delete-entry-spec.js
64–65 ↗(On Diff #44202)

Can we exit early if this condition isn't met and use the same property name (time) consistently for all the operations?

This revision is now accepted and ready to land.Mon, Sep 16, 5:49 AM