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

在庫がマイナスにならないよう 0 チェックを追加 #3978

Merged
merged 1 commit into from
Nov 19, 2018

Conversation

nanasess
Copy link
Contributor

@nanasess nanasess commented Nov 12, 2018

概要(Overview・Refs Issue)

同時購入した場合、無条件に在庫を変更していたのを修正

方針(Policy)

ProductStock の行ロックを取得し、在庫を取得した後に、在庫が0未満になっている場合は shopping_error 画面に遷移するよう修正

テスト(Test)

  • gatling を使用して、在庫が 0 未満にならないことを確認

相談(Discussion)

  • カゴ落ちを防ぐ観点から、エラー画面を表示させるのではなく、カートに戻す等の対応をしたいが、この箇所では難しそう

マイナーバージョン互換性保持のための制限事項チェックリスト

  • マイナーバージョンでは、機能・プラグイン・デザインテンプレート互換性を損なう変更は原則取り込みません。
  • 既存機能の仕様変更
  • フックポイントの呼び出しタイミングの変更
  • フックポイントのパラメータの削除・データ型の変更
  • twigファイルに渡しているパラメータの削除・データ型の変更
  • Serviceクラスの公開関数の、引数の削除・データ型の変更
  • 入出力ファイル(CSVなど)のフォーマット変更

@chihiro-adachi chihiro-adachi added this to the 4.0.1 milestone Nov 13, 2018
Copy link
Contributor

@okazy okazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

並列購入のテストをして、修正の前後で在庫すうマイナスにならないように修正されていることを確認しました!

@okazy okazy merged commit b01f4e7 into EC-CUBE:4.0 Nov 19, 2018
@nanasess nanasess deleted the fix-stock-reduce branch December 3, 2018 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants