Skip to content

Commit

Permalink
test_pvc_snapshot_performance.py fix - increasing get_fio_results tim…
Browse files Browse the repository at this point in the history
…eout (#8673)

* increasing get_fio_results timeout
* increasing fio timeout for 100gb rbd test case

Signed-off-by: Yulia Persky <[email protected]>
  • Loading branch information
ypersky1980 authored Oct 25, 2023
1 parent 0bbd7bb commit 2c075af
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def test_pvc_snapshot_performance(self, pvc_size):
self.pod_object.fillup_fs(size=file_size, fio_filename=file_name)

# Wait for fio to finish
fio_result = self.pod_object.get_fio_results()
fio_result = self.pod_object.get_fio_results(timeout=3600)
err_count = fio_result.get("jobs")[0].get("error")
assert (
err_count == 0
Expand Down Expand Up @@ -606,7 +606,6 @@ def test_pvc_snapshot_performance_multiple_files(
self.full_results.add_key("threads", threads)
self.full_results.add_key("interface", interface)
for test_num in range(self.tests_numbers):

test_results = {"creation_time": None, "csi_creation_time": None}

# deploy the smallfile workload
Expand Down

0 comments on commit 2c075af

Please sign in to comment.