-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Storage: Fix locationType field is added in bucket #5725
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
Storage: Fix locationType field is added in bucket #5725
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5725 +/- ##
============================================
+ Coverage 47.08% 47.09% +0.01%
- Complexity 24995 25066 +71
============================================
Files 2382 2389 +7
Lines 259281 259754 +473
Branches 29370 29406 +36
============================================
+ Hits 122075 122331 +256
- Misses 128263 128462 +199
- Partials 8943 8961 +18
Continue to review full report at Codecov.
|
| } | ||
|
|
||
| @Override | ||
| public Builder setLocationType(String locationType) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be a private setLocationType due to read-only.
| } | ||
|
|
||
| @Override | ||
| public Builder setLocationType(String locationType) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Private here as well.
damienlog
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate of #
|
I
…On Tue, Jul 16, 2019, 7:47 PM damieniver ***@***.***> wrote:
***@***.**** approved this pull request.
Duplicate of #
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5725?email_source=notifications&email_token=AAORXQESB2OS2GNWGTJHKITP72B45A5CNFSM4IAWUYYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB6U27RQ#pullrequestreview-262778822>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAORXQHD7A2D2QAMBHLHDR3P72B45ANCNFSM4IAWUYYA>
.
|
Fixes #5442
Due to
LocationTypeis a read-only field, So Have not added test case specific fordual-regionorregionlocationType.