Skip to content

Commit 9ffa554

Browse files
committed
Remove run_compaction from magma base.
Change-Id: I7f32ed7c5ecbef71dc79401cc1dc9f10f4db77ac Reviewed-on: http://review.couchbase.org/c/TAF/+/154810 Reviewed-by: <ankush.sharma@couchbase.com> Tested-by: Build Bot <build@couchbase.com>
1 parent a5ba444 commit 9ffa554

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

pytests/magma/magma_base.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -429,15 +429,6 @@ def tearDown(self):
429429
time.sleep(1)
430430
super(MagmaBaseTest, self).tearDown()
431431

432-
def run_compaction(self, compaction_iterations=5):
433-
for _ in range(compaction_iterations):
434-
compaction_tasks = list()
435-
for bucket in self.bucket_util.buckets:
436-
compaction_tasks.append(self.task.async_compact_bucket(
437-
self.cluster.master, bucket))
438-
for task in compaction_tasks:
439-
self.task_manager.get_task_result(task)
440-
441432
def validate_seq_itr(self):
442433
if self.dcp_services and self.num_collections == 1:
443434
index_build_q = "SELECT state FROM system:indexes WHERE name='{}';"

0 commit comments

Comments
 (0)