From a574805398d9bf28be6f357e26a2ba299a5b90e1 Mon Sep 17 00:00:00 2001 From: Peter Portante Date: Tue, 28 May 2013 06:29:22 -0400 Subject: Bring initial DiskDir module coverage to 97%. This is quite ugly. Sorry. We ported a set of test from OpenStack Swift's test/unit/commont/test_db.py, the testAccountBroker and testContainerBroker, but because of the divergent nature of the current attempt UFO (Unified File and Object) implementation, it was not possible to use the interface calls directly. Instead, we are using these tests to make sure most of the code paths are exercised, and to define much of the expected behavior. Further refactoring, unit tests and functional test work will help us bring the code base and these tests closer to the originals in upstream OpenStack Swift (as of Havana). Change-Id: I095bb03619de6e7e1378b5252913e39b1ea8bf27 Signed-off-by: Peter Portante Reviewed-on: http://review.gluster.org/5135 Reviewed-by: Luis Pabon Tested-by: Luis Pabon --- etc/fs.conf-gluster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/fs.conf-gluster') diff --git a/etc/fs.conf-gluster b/etc/fs.conf-gluster index 71a9b03..6a04000 100644 --- a/etc/fs.conf-gluster +++ b/etc/fs.conf-gluster @@ -6,7 +6,7 @@ mount_ip = localhost # By default it is assumed the Gluster volumes can be accessed using other # methods besides UFO (not object only), which disables a caching # optimizations in order to keep in sync with file system changes. -object_only = no +object_only = yes # Performance optimization parameter. When turned off, the filesystem will # see a reduced number of stat calls, resulting in substantially faster -- cgit