Skip to content

Commit 18e6e4f

Browse files
committed
add xdcr test with magma for CBPS-992
Change-Id: I9046c44b7d435716eeb090cb00c3e30038dd16ae Reviewed-on: https://review.couchbase.org/c/perfrunner/+/168023 Tested-by: Build Bot <[email protected]> Reviewed-by: Bo-Chun Wang <[email protected]>
1 parent 43c350c commit 18e6e4f

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
[test_case]
2+
test = perfrunner.tests.xdcr.XdcrCollectionBackfillTest
3+
4+
[showfast]
5+
title = Avg. XDCR rate (items/sec), 1 -> 1 (2 source nozzles, 4 target nozzles), 1 bucket x 100M x 1KB, s=1, c=10, Initial Collections 9, Backfill Collections 1, OSO=True, Magma
6+
component = xdcr
7+
category = init_single
8+
orderby = aa
9+
10+
[stats]
11+
server_processes = goxdcr
12+
13+
[cluster]
14+
mem_quota = 204800
15+
initial_nodes = 1 1
16+
num_buckets = 1
17+
18+
[collection]
19+
config = collections/1bucket_1scope_10collections_basic.json
20+
21+
[bucket]
22+
replica_number = 0
23+
backend_storage = magma
24+
25+
[xdcr_cluster]
26+
sourceNozzlePerNode = 2
27+
targetNozzlePerNode = 4
28+
29+
[load]
30+
items = 100000000
31+
size = 1024
32+
workers = 80
33+
doc_gen = large
34+
35+
36+
[xdcr]
37+
backfill_collection_mapping = {"scope-1.collection-10":"scope-1.collection-10"}
38+
collections_oso_mode = True
39+
initial_collection_mapping = {"scope-1.collection-1":"scope-1.collection-1","scope-1.collection-2":"scope-1.collection-2","scope-1.collection-3":"scope-1.collection-3","scope-1.collection-4":"scope-1.collection-4","scope-1.collection-5":"scope-1.collection-5","scope-1.collection-6":"scope-1.collection-6","scope-1.collection-7":"scope-1.collection-7","scope-1.collection-8":"scope-1.collection-8","scope-1.collection-9":"scope-1.collection-9"}
40+

0 commit comments

Comments
 (0)