Re: [RFC PATCH 1/5] Add testcases for improved file collision conflict handling

2018-03-08 Thread Elijah Newren
Sweet! Thanks for taking a look, and for spotting lots of improvements (and some really embarrassing errors). I'll keep the fixes queued up while waiting for other feedback. A few comments... On Thu, Mar 8, 2018 at 4:25 AM, SZEDER Gábor wrote: > This setup test is enormous, and the conditions

Re: [RFC PATCH 1/5] Add testcases for improved file collision conflict handling

2018-03-08 Thread SZEDER Gábor
> Adds testcases dealing with file collisions for the following types of > conflicts: > * add/add > * rename/add > * rename/rename(2to1) > These tests include expectations for proposed smarter behavior which has > not yet been implemented and thus are currently expected to fail. > Subsequent