red-hat-storage / ocs-ci

https://ocs-ci.readthedocs.io/en/latest/
MIT License
108 stars 166 forks source link

`compare_sizes ` fails `test_object_bucket_size` on certain deployments #9697

Open sagihirshfeld opened 6 months ago

sagihirshfeld commented 6 months ago

Speifically:

bucket_size_in_gb = float(format(bucket_size / constants.GB, ".3f"))
==>       TypeError: unsupported operand type(s) for /: 'dict' and 'int'

This could either be a timing issue which can be solved by increasing the amount of retries on the function, or a deployment specific issue which would require either making adjustments to the function or adding a skip for.

sagihirshfeld commented 6 months ago

RP links for reference:

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs.

github-actions[bot] commented 3 days ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs.