Commit Graph

2 Commits

Author SHA1 Message Date
Jun Wu
8c4a52d608 config: enable obsstore by default
Summary:
This makes tests closer to production setup and removes a bunch of "saved
backup bundle to ..." messages.

With D9236657, this should not hurt server-side performance.

Unfortunately a lot tests cannot be migrated easily, mostly because revision
numbers are used. They are left with a TODO.

Reviewed By: DurhamG

Differential Revision: D9237694

fbshipit-source-id: c993fce18f07aba09f6d70964e248af8d501575a
2018-10-26 18:54:40 -07:00
Phil Cohen
b59890687a overlayworkingcontext: properly handle copy-on-clean context
Summary:
This is a more minimal fix compared to D8676355, to handle extra calls to `markcopied` from `copies.duplicatecopies`.

Let's just make overlayworkingcontext properly support receiving copy information on (non-deleted) files, which it should do anyway.

This leaves the incorrect non-IMM behavior, but since it just involves incorrectly creating an empty commit, that's probably fine.

Reviewed By: quark-zju

Differential Revision: D8697039

fbshipit-source-id: 0c204c47e6b5031eb20928c1844be3aebcb96edb
2018-07-02 15:50:18 -07:00