blob: 3418d5dcb16dad3076678053ecb0dfc7d9ef3257 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
### This config file configures some aspects of the Subversion test
### suite. Pass --config-file FILENAME to test programs if running
### them manually; "make check" passes this file in automatically.
### Currently, it is used for two purposes: it is used to configure
### memcached for direct svn_cache/memcached tests in
### libsvn_subr/cache-test; and it is copied into new FSFS
### repositories as fsfs.conf (to configure their use of memcached as
### well).
[memcached-servers]
### Run memcached servers and enter lines like the following (the key
### is ignored):
# key = 127.0.0.1:11211
[caches]
### In the test suite, we should make FSFS cache failures into actual
### test failures:
fail-stop = true