On Thu, 27 Aug 2026 at 22:43, Timofei Zhakov <[email protected]> wrote:
> On Mon, Jul 27, 2026 at 5:55 PM <[email protected]> wrote: > >> Author: ivan >> Date: Mon Jul 27 15:55:31 2026 >> New Revision: 1936642 >> >> Log: >> Add tests for svn_cache__set_partial(). >> > [...] > @@ -673,13 +816,17 @@ static struct svn_test_descriptor_t test >> { >> SVN_TEST_NULL, >> SVN_TEST_PASS2(test_inprocess_cache_basic, >> - "basic inprocess svn_cache test"), >> + "inprocess svn_cache basic test"), >> + SVN_TEST_PASS2(test_inprocess_cache_partial, >> + "inprocess svn_cache partial set test"), >> SVN_TEST_OPTS_PASS(test_memcache_basic, >> "basic memcache svn_cache test"), >> SVN_TEST_OPTS_PASS(test_memcache_long_key, >> "memcache svn_cache with very long keys"), >> SVN_TEST_PASS2(test_membuffer_cache_basic, >> - "basic membuffer svn_cache test"), >> + "membuffer svn_cache basic test"), >> + SVN_TEST_PASS2(test_inprocess_cache_partial, >> + "membuffer svn_cache partial set test"), >> SVN_TEST_PASS2(test_membuffer_serializer_error_handling, >> "test for error handling in membuffer svn_cache"), >> SVN_TEST_PASS2(test_membuffer_cache_clearing, >> >> > I'm getting a warning that test_membuffer_cache_partial() is defined but > never used. I think there is a copy-paste mistake in the test_funcs > definition. > > Good catch! Fixed in r1937556. Thanks! -- Ivan Zhakov

