stable

Clone or download

Read-only

REST tests can be launched under MySQL 8.0

The tests can be launched with `make tests-rest DB="mysql80"'`. For now the test suite is failing but at least it can be launched without errors. Additional contributions will be required in order to fix the remaining issues. Part of request #22660: Run Tuleap with MySQL 8.0 Change-Id: I5d17471e89d8fcf6bc63d13a1788d9857f7d13cc

Modified Files

Name
M Makefile +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItemDao.class.php +10 −10 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/ArtifactsInExplicitBacklogDao.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/MonoMilestone/MonoMilestoneBacklogItemDao.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_MetadataListOfValuesElementDao.class.php +8 −8 Go to diff View file
M plugins/docman/tests/rest/DocmanDatabaseInitialization.php +1 −1 Go to diff View file
M plugins/docman/tests/unit/Metadata/MetadataListOfValuesElementDaoTest.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/Content/ContentDao.php +1 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Feature/FeaturesDao.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkFieldValueDao.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/dao/Tracker_Report_RendererDao.class.php +1 −1 Go to diff View file
M src/common/dao/ProjectDao.class.php +3 −3 Go to diff View file
M src/common/svn/SVN_DAO.class.php +1 −1 Go to diff View file
M tests/etc/DBConfig/mysql-server-80.cnf +1 −0 Go to diff View file
M tests/rest/bin/run-compose.sh +4 −0 Go to diff View file
M tests/rest/bin/setup.sh +1 −1 Go to diff View file
A tests/rest/docker-compose-mysql80.yml +12 −0 Go to diff View file