On Mon, Oct 19, 2015 at 2:00 AM, Bert Huijben <[email protected]> wrote:

>
>
> > -----Original Message-----
> > From: [email protected] [mailto:[email protected]]
> > Sent: zondag 18 oktober 2015 23:00
> > To: [email protected]
> > Subject: svn commit: r1709319 -
> > /subversion/trunk/subversion/tests/svn_test_fs.c
> >
> > Author: stefan2
> > Date: Sun Oct 18 20:59:57 2015
> > New Revision: 1709319
> >
> > URL: http://svn.apache.org/viewvc?rev=1709319&view=rev
> > Log:
> > Fix test suite to consistenly apply FS configuration settings when
> > creating new repos.  This fixes the FSX tests.
> >
> > * subversion/tests/svn_test_fs.c
> >   (svn_test__create_fs2): Apply the same config when reopening a FS
> >                           that we used to create it.  That includes
> >                           cache settings, for instance.
>
> Shouldn't it read that setting from the config that we created a few lines
> above?
>

Nope, those are different things (but easily confused).

The thing copied by maybe_install_fs_conf is fs*.conf.
Its contents will always be read and used by fs_open.
The fs_config hash represents the server / UI parameters
(cache settings in particular).

-- Stefan^2.

Reply via email to