test/bin-test/dav-home/sync.xml

changeset 681
3320429502cf
parent 679
0d352b79363a
child 685
487645580b5e
--- a/test/bin-test/dav-home/sync.xml	Wed Nov 20 08:44:26 2019 +0100
+++ b/test/bin-test/dav-home/sync.xml	Wed Nov 20 11:57:45 2019 +0100
@@ -212,4 +212,43 @@
 		
 		<versioning type="simple" always="true" />
 	</directory>
+	
+	<!--
+	Test 6: split
+	-->
+	<directory>
+		<name>test6a</name>
+		<path>$HOME/tmp-sync/test6a</path>
+		<repository>dav-test-repo</repository>
+		<collection>/sync/test6</collection>
+		<trash>.trash</trash>
+		<database>dav-sync-tests-test6a-db.xml</database>
+		
+		<hashing>true</hashing>
+		
+		<splitconfig>
+			<split>
+				<minsize>4m</minsize>
+				<blocksize>1m</blocksize>
+			</split>
+		</splitconfig>
+	</directory>
+	
+	<directory>
+		<name>test6b</name>
+		<path>$HOME/tmp-sync/test6b</path>
+		<repository>dav-test-repo</repository>
+		<collection>/sync/test6</collection>
+		<trash>.trash</trash>
+		<database>dav-sync-tests-test6b-db.xml</database>
+		
+		<hashing>true</hashing>
+		
+		<splitconfig>
+			<split>
+				<minsize>4m</minsize>
+				<blocksize>1m</blocksize>
+			</split>
+		</splitconfig>
+	</directory>
 </configuration>

mercurial