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

[WIP]Weeklyで網羅的にテストを実施する #4674

Closed
wants to merge 5 commits into from

Conversation

okazy
Copy link
Contributor

@okazy okazy commented Aug 28, 2020

概要(Overview・Refs Issue)

マイナーバージョンのリリース前に実施している PHP/DB などのバージョンごとに網羅的なテストを毎週実施できるようにしました。

方針(Policy)

  • 全 job が100ほどあるので、通常の自動テストの妨げにならないように毎週日曜日の0時 (JST) に実施されるようにしています。
  • bundle のテストは PHP 7.1 に未対応のため対象から除外しています。
  • パッケージングもして artifact にアップロードするようにしました。

実装に関する補足(Appendix)

テスト(Test)

個人アカウントでのテストを実施中
https://github.com/okazy/ec-cube/actions/runs/227208918

9/6 00:00 に実行されるテストで最終確認する

相談(Discussion)

パッケージングのデータには日付を入れたかったのですが、簡単に実現できなかったので HEAD の commit のハッシュを入れています。
良い方法があれば教えてください。

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

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

レビュワー確認項目

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

@okazy okazy added the improvement 機能改善 label Aug 28, 2020
@okazy okazy added this to the 4.0.x milestone Aug 28, 2020
@okazy okazy changed the title Weeklyで網羅的にテストを実施する [WIP]Weeklyで網羅的にテストを実施する Aug 31, 2020
@okazy okazy force-pushed the feat/weekly-test branch from 27af587 to 293f5ec Compare August 31, 2020 01:02
@okazy
Copy link
Contributor Author

okazy commented Aug 31, 2020

影響あり
#4679

@okazy
Copy link
Contributor Author

okazy commented Aug 31, 2020

portの問題か phpunit が動いていないのでjobを分ける

@okazy
Copy link
Contributor Author

okazy commented Aug 31, 2020

jobが多すぎるので、要件の上限と下限のみにする

@okazy
Copy link
Contributor Author

okazy commented Sep 1, 2020

上記3点修正しました。

@okazy okazy marked this pull request as draft November 2, 2020 04:57
@chihiro-adachi chihiro-adachi modified the milestones: 4.0.x, Not release May 20, 2022
@chihiro-adachi
Copy link
Contributor

リリース時の上限下限テストをもって網羅のテストとします。
こちらはクローズさせていただきます。

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.

2 participants