Skip to content

Commit

Permalink
load doc toll dgm only if active resident ratio is not 100%
Browse files Browse the repository at this point in the history
Change-Id: I671e012d18c1209e4c5c7a17f1185ee0b0c594d5
Reviewed-on: https://review.couchbase.org/c/testrunner/+/178525
Reviewed-by: Ajay Bhullar <ajay.bhullar@couchbase.com>
Tested-by: Girish Benakappa <girish.benakappa@couchbase.com>
  • Loading branch information
girishmind committed Aug 10, 2022
1 parent 2cffc91 commit 99827b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytests/fts/fts_base.py
Expand Up @@ -5621,7 +5621,7 @@ def load_data(self, generator=None, data_loader_output=False, num_items=20000):
self._active_resident_ratio,
self.compare_es)
return
elif self.__bucket_storage == 'magma':
elif self.__bucket_storage == 'magma' and self._active_resident_ratio != 100:
conn = RestConnection(self.master)
stat = CollectionsStats(self.master)
cluster = Cluster()
Expand Down

0 comments on commit 99827b9

Please sign in to comment.