重複して在庫が登録されてしまう問題に対処 - #6029
Merged
Merged
重複して在庫が登録されてしまう問題に対処#6029
Conversation
Contributor
Author
|
テスト結果を後ほど追記します。 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.2 #6029 +/- ##
============================================
- Coverage 82.56% 82.56% -0.01%
Complexity 6425 6425
============================================
Files 475 475
Lines 25855 25860 +5
============================================
+ Hits 21347 21351 +4
- Misses 4508 4509 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Contributor
|
@shinya |
Contributor
|
追加したテストが落ちていますね。。 |
nanasess
reviewed
Sep 26, 2023
nanasess
left a comment
Contributor
There was a problem hiding this comment.
何故この改修で改善できるかを実装の補足へ記載していただくと、後々なぜこんな修正入れたんだっけ?となった時に助かるかと思います
chihiro-adachi
suggested changes
Sep 26, 2023
Contributor
|
@dotani1111 |
kiy0taka
suggested changes
Sep 27, 2023
Contributor
|
テスト仕様書に追加しました。 |
kiy0taka
suggested changes
Sep 28, 2023
kiy0taka
suggested changes
Sep 29, 2023
kiy0taka
approved these changes
Sep 29, 2023
ikeike9o9o
approved these changes
Sep 29, 2023
chihiro-adachi
approved these changes
Oct 1, 2023
Closed
15 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要(Overview・Refs Issue)
#6028 でissueが上がっていた在庫情報が重複して登録されてしまい、
在庫情報がズレてしまう問題に対処。
方針(Policy)
バグの対処のみの変更
実装に関する補足(Appendix)
テスト(Test)
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目