Skip to content

Commit

Permalink
Fix BZ 1941939 automation. (#4658)
Browse files Browse the repository at this point in the history
Signed-off-by: Yosi Ben Shimon <[email protected]>
  • Loading branch information
yosibsh authored Aug 3, 2021
1 parent 0ad0291 commit fcb3cf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/manage/z_cluster/test_mon_log_trimming.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_mon_log_trimming(self):
self.fio_pod_obj.run_io(
storage_type="fs",
size="100M",
runtime=60,
runtime=480,
)
thread1 = threading.Thread(target=self.check_mon_db_trim)
thread1.start()
Expand All @@ -187,3 +187,4 @@ def test_mon_log_trimming(self):
f"No trimming made. "
f"Initial mon db size was {self.initial_db_size}K and after fio the mon db size is {final_db_size}K"
)
log.info(f"Number of trims made: {self.mon_db_trim_count}")

0 comments on commit fcb3cf8

Please sign in to comment.