Author: eevans
Date: Mon Oct 11 15:21:10 2010
New Revision: 1021381

URL: http://svn.apache.org/viewvc?rev=1021381&view=rev
Log:
set an appropriate saved_caches for test suite

Patch by eevans

Modified:
    cassandra/branches/cassandra-0.6/test/conf/storage-conf.xml

Modified: cassandra/branches/cassandra-0.6/test/conf/storage-conf.xml
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.6/test/conf/storage-conf.xml?rev=1021381&r1=1021380&r2=1021381&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.6/test/conf/storage-conf.xml (original)
+++ cassandra/branches/cassandra-0.6/test/conf/storage-conf.xml Mon Oct 11 
15:21:10 2010
@@ -28,7 +28,7 @@
    <StoragePort>7010</StoragePort>
    <ThriftPort>9170</ThriftPort>
    <ColumnIndexSizeInKB>4</ColumnIndexSizeInKB>
-   <SavedCachesDirectory>/var/lib/cassandra/saved_caches</SavedCachesDirectory>
+   
<SavedCachesDirectory>build/test/cassandra/saved_caches</SavedCachesDirectory>
    <CommitLogDirectory>build/test/cassandra/commitlog</CommitLogDirectory>
    <CommitLogRotationThresholdInMB>128</CommitLogRotationThresholdInMB>
    <DataFileDirectories>


Reply via email to