-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bugfix/s3 utils 188 support metrics above max safe #334
Bugfix/s3 utils 188 support metrics above max safe #334
Conversation
Hello benzekrimaha,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
56798e7
to
9325b3f
Compare
/approve |
- Jest version was too old to support BigInts - randomatic was used in some tests, yet never part of the project Issue: S3UTILS-188
Issue: S3UTILS-188
- We are backward compatible - But we now store the values as Long in MongoDB, explicitly, as it would be the case with large values anyway. Issue: S3UTILS-188
- Output always bigint - The conversion in place is to ensure backward compatibility: values might be numbers after an upgrade. It can be safely removed in an upcoming version once we confirm all customers are up to date. Issue: S3UTILS-188
- BigInts are serialized with a __bigint field and passed as string. - When the receiver gets the data, the value is automatically converted into. Issue: S3UTILS-188
bab3b6d
to
da1658f
Compare
The PR was updated to :
|
da1658f
to
a8b1892
Compare
PR updated with a unit test to ensure we compute the values properly when we have bigints. Too hard to test as functional test: we won't be uploading large objects in the CI. |
e3cc316
to
d396d9c
Compare
c6ba83c
to
c034938
Compare
a2ee69e
to
07455d2
Compare
07455d2
to
866704f
Compare
tests/functional/collectBucketMetricsAndUpdateBucketCapacityInfo.js
Outdated
Show resolved
Hide resolved
866704f
to
4ad81fa
Compare
- So we can follow the node naming convention for BigInt Issue: S3UTILS-188
Issue: S3UTILS-188
4ad81fa
to
e79a2f6
Compare
ping |
Build failedThe build for commit did not succeed in branch w/1.15/bugfix/S3UTILS-188-support-metrics-above-max-safe The following options are set: approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue S3UTILS-188. Goodbye benzekrimaha. The following options are set: approve |
No description provided.