EC-CUBE / EC-CUBE/ec-cube

MySQL5.5/5.6 利用時に EA10PluginCest test_install_error の E2E テストが落ちる

Open
#4,554 12 comments 0 reactions 0 assignees View on GitHub
bug:Low
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.