MySQL5.5/5.6 利用時に EA10PluginCest test_install_error の E2E テストが落ちる
- Dominant language
- PHP
- Stars
- 788
- Forks
- 719
- Avg merge
- 4d 4h
- Merged PRs (30d)
- 39
Description
## 概要(Overview)
MySQL5.5/5.6 利用時に EA10PluginCest test_install_error の E2E テストが落ちる。
PHP7.1~7.4で2回ずつ実行したが全て通らなかった。
https://github.com/okazy/ec-cube/pull/37
https://github.com/okazy/ec-cube/pull/38
MySQL5.7 では通ることを確認済み。
https://github.com/okazy/ec-cube/pull/29
https://github.com/okazy/ec-cube/pull/39
プラグインのインストールできないことを期待するテストでインストールができてしまっている。
https://github.com/EC-CUBE/ec-cube/blob/23e5193fd41dab0007d32ba69728c14c5d5bfde8/codeception/acceptance/EA10PluginCest.php#L391-L402
本体のソースコードが原因か、テストが悪いのかの切り分けもできていない。
## 期待する内容(Expect) or 要望 (Requirement)
MySQL5.5 利用時にもテストをパスする。
## 再現手順(Procedure)
GitHub Actions で MySQL のバージョンを5.5で指定して実行する。
以下のプルリクのDiffを確認のこと。
https://github.com/okazy/ec-cube/pull/37/files
### 環境 (environment)
+ EC-CUBE: 4.0.4
+ PHP: 7.x
+ DB:
- MySQL 5.5/5.6
## 関連情報 (Ref)
Contributor guide
Assessment
This issue has not been assessed yet.