Skip to content

Commit 1c11e98

Browse files
ashwin2002shivanand-adky
authored andcommitted
Revert^2 "COMMON_DOC_KEY fix"
This reverts commit 4dc14eb. Reason for revert: Suspecting the fix is required with sirius_java_sdk Change-Id: I0ad30283df21317eadc42820008c771934ba891b Reviewed-on: https://review.couchbase.org/c/TAF/+/244625 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: <shiva.adky@couchbase.com>
1 parent 7db4760 commit 1c11e98

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pytests/rebalance_new/rebalance_start_stop.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def tearDown(self):
4444
def load_all_buckets(self, op_type, doc_load_percent):
4545
loading_spec = \
4646
self.bucket_util.get_crud_template_from_package("initial_load")
47+
loading_spec["doc_crud"][
48+
MetaCrudParams.DocCrud.COMMON_DOC_KEY] = self.key
4749
loading_spec["doc_crud"][
4850
MetaCrudParams.DocCrud.CREATE_PERCENTAGE_PER_COLLECTION] = 0
4951
if op_type == DocLoading.Bucket.DocOps.CREATE:

0 commit comments

Comments
 (0)