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

税率の初期値が10%になったのでE2Eテストも対応 #4540

Merged
merged 1 commit into from
May 28, 2020

Conversation

okazy
Copy link
Contributor

@okazy okazy commented May 21, 2020

概要(Overview・Refs Issue)

税率の初期値が10%になったのでE2Eテストも対応
#4479

方針(Policy)

実装に関する補足(Appendix)

テスト(Test)

以下のエラーが解消されていることを確認

  • Plugin Update (ubuntu-18.04, 7.3, pgsql, test_install_enable_disable_update_enable_disable_remove...
1) EA10PluginCest: Test_install_enable_disable_update_enable_disable_remove_local
1) EA10PluginCest: Test_install_enable_disable_update_enable_disable_remove_local
 Test  codeception/acceptance/EA10PluginCest.php:test_install_enable_disable_update_enable_disable_remove_local
 Step  Assert true false,"カラムがあるはず dtb_dash.new_column"
 Fail  カラムがあるはず dtb_dash.new_column
Failed asserting that false is true.

Scenario Steps:

 38. $I->assertTrue(false,"カラムがあるはず dtb_dash.new_column") at codeception/acceptance/EA10PluginCest.php:469
 37. $I->assertTrue(true,"カラムがあるはず dtb_cart.dash_id") at codeception/acceptance/EA10PluginCest.php:469
 36. $I->assertTrue(true,"カラムがあるはず dtb_cart.is_horizon") at codeception/acceptance/EA10PluginCest.php:469
 35. $I->assertTrue(true,"テーブルがあるはず dtb_dash") at codeception/acceptance/EA10PluginCest.php:452
 34. $I->see("アップデートしました。","#page_admin_store_plugin > ...") at codeception/_support/Page/Admin/PluginManagePage.php:135
 33. $I->click({"xpath":"//*[@id="page_admin_store_plug...}) at codeception/_support/Page/Admin/PluginManagePage.php:134

相談(Discussion)

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

  • 既存機能の仕様変更
  • フックポイントの呼び出しタイミングの変更
  • フックポイントのパラメータの削除・データ型の変更
  • twigファイルに渡しているパラメータの削除・データ型の変更
  • Serviceクラスの公開関数の、引数の削除・データ型の変更
  • 入出力ファイル(CSVなど)のフォーマット変更

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか

@okazy okazy added this to the 4.0.4 milestone May 21, 2020
@okazy
Copy link
Contributor Author

okazy commented May 26, 2020

落ちているテストは本プルリクの影響ではないことを確認済み
#4541

@kiy0taka kiy0taka merged commit 7d138c5 into EC-CUBE:4.0 May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants