Re: [PATCH 2/9] t/u-odb-inmemory: implement wrapper for writing objects
Justin Tobler <[email protected]> Tue, 28 Jul 2026 17:10:40 -0500
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <amkoeX3HeUWqwqeu@denethor> |
On 26/07/17 11:32AM, Patrick Steinhardt wrote: > In the next commit we're about to change how objects are being written > into the object database source. Prepare for this refactoring by > introducing a wrapper function into our unit tests so that we don't have > to adjust all callsites. Ok, I assume future patches will extend the `cl_assert_write_object()` wrapper function logic which would make sense. The patch itself looks trivially correct. -Justin