stable

Clone or download

Read-only

DB/Integration tests can be launched under MySQL 8.0

The tests can be launched with `make tests-db DB="mysql80"'`. For now the test suite is failing but at least it can be executed. Part of request #22660: Run Tuleap with MySQL 8.0 Change-Id: I2fef402770f61bce1e21eed1a0f0d33b74dc25de

Modified Files

Name
M Makefile +1 −1 Go to diff View file
M plugins/agiledashboard/db/install.sql +3 −3 Go to diff View file
M plugins/cardwall/db/install.sql +1 −1 Go to diff View file
M plugins/git/db/install.sql +4 −4 Go to diff View file
M plugins/pullrequest/db/install.sql +2 −2 Go to diff View file
M plugins/tracker/db/install.sql +19 −19 Go to diff View file
M src/common/dao/UserDao.class.php +3 −6 Go to diff View file
M src/db/mysql/database_initvalues.sql +33 −33 Go to diff View file
M src/db/mysql/database_structure.sql +18 −18 Go to diff View file
M src/db/mysql/trackerv3structure.sql +5 −5 Go to diff View file
M src/db/mysql/trackerv3values.sql +14 −14 Go to diff View file
A tests/etc/DBConfig/mysql-server-80.cnf +65 −0 Go to diff View file
M tests/integration/bin/run-compose.sh +3 −0 Go to diff View file
M tests/integration/docker-compose.yml +8 −0 Go to diff View file