Skip to content

Commit 2990055

Browse files
author
prajwal.kirankumar
committed
Fix GSI Multibucket Test
Change-Id: I79e40428d757e2f4379c4c4f43d951ec2ecd0750 Reviewed-on: http://review.couchbase.org/c/perfrunner/+/149475 Tested-by: Build Bot <[email protected]> Reviewed-by: Jyotsna <[email protected]>
1 parent e4a9776 commit 2990055

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

perfrunner/tests/multibucket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def run(self):
392392
# PerfTest.load(self, target_iterator=src_target_iterator)
393393
# self.wait_for_persistence()
394394
t0 = time.time()
395-
self.create_indexes()
395+
PerfTest.create_indexes(self)
396396
self.wait_for_indexing()
397397
index_build_time = time.time() - t0
398398
logger.info("Index build time: {} min".format(index_build_time / 60))

tests/eventing/config/function_sample.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
},
2323
"appname": "perf-test1",
2424
"appcode": "function OnUpdate(doc, meta) {\n}\nfunction OnDelete(doc) {\n}",
25+
"code_path": "tests/eventing/code/bktop.js",
2526
"actionsVisible": true
2627
}]

0 commit comments

Comments
 (0)