You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, this max size check is incorrect because the division rounds down, which means as long as the sizeBytes is less than GetLimitMegabytes + 1 MB, this is always false.
Expected behavior
The max size check is done correctly.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Yes
Have you read the Code of Conduct?
Yes
The text was updated successfully, but these errors were encountered:
Describe the bug
flyte/flytestdlib/storage/stow_store.go
Lines 267 to 271 in 9fe34db
sizeBytes
is less thanGetLimitMegabytes + 1 MB
, this is always false.Expected behavior
The max size check is done correctly.
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: