Commit Graph

4 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
Jun Wu
cb617c8f23 test-rebase-missing-cwd: mark as requiring rmcwd
Summary:
Not all OSes support removing the current directory.
The test is failing on Windows because of that.

Reviewed By: singhsrb

Differential Revision: D9093397

fbshipit-source-id: 84f9f31fd00e769d878be5ddb75ce4c515af97ee
2018-07-31 15:21:55 -07:00
Ryan McElroy
0a851d43ba dirsync: do not crash rebase when cwd goes missing
Summary: Replace an ugly hack with an less ugly hack for great winning

Reviewed By: quark-zju

Differential Revision: D9029088

fbshipit-source-id: 1cb4783fbe92ad122e540beb9e32caea0b418054
2018-07-30 08:05:07 -07:00
Ryan McElroy
88baf29979 rebase: show an interesting abort case
Summary:
When the current working directory goes missing during a rebase and
dirsync is enabled, hg aborts badly in the middle of the rebase. This test
reproduces the issue.

Reviewed By: quark-zju

Differential Revision: D9029087

fbshipit-source-id: 61e85205b3f026d6c37b82d9557e47e6a06bbc58
2018-07-30 08:05:07 -07:00