Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compare_sizes fails test_object_bucket_size on certain deployments #9697

Open
sagihirshfeld opened this issue Apr 17, 2024 · 1 comment
Open
Labels
MCG Multi Cloud Gateway / NooBaa related issues Squad/Red

Comments

@sagihirshfeld
Copy link
Contributor

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 sagihirshfeld added MCG Multi Cloud Gateway / NooBaa related issues Squad/Red labels Apr 17, 2024
@sagihirshfeld
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MCG Multi Cloud Gateway / NooBaa related issues Squad/Red
Projects
None yet
Development

No branches or pull requests

1 participant