stable

Clone or download

Read-only

fix: executed init_test_data in separated processes

The issue was spotted with program_management which did not properly load its classes for data init in rest tests. In order to ensure that this class of errors will not come back later, the REST data init is done in a dedicated process. Closes request #35836 REST init data should not have side effects Change-Id: Ifb1a40354eadf424b9f9b282f6fde1c1aef10238

Modified Files

Name
M plugins/agiledashboard/tests/rest/init_test_data.php +2 −0 Go to diff View file
M plugins/crosstracker/tests/rest/init_test_data.php +2 −0 Go to diff View file
M plugins/docman/tests/rest/init_test_data.php +3 −1 Go to diff View file
M plugins/dynamic_credentials/tests/rest/init_test_data.php +3 −1 Go to diff View file
M plugins/git/tests/rest/init_test_data.php +3 −0 Go to diff View file
M plugins/gitlab/tests/rest/init_test_data.php +2 −0 Go to diff View file
M plugins/kanban/tests/rest/init_test_data.php +4 −0 Go to diff View file
M plugins/ldap/tests/rest/init_test_data.php +3 −1 Go to diff View file
M plugins/program_management/tests/rest/init_test_data.php +3 −1 Go to diff View file
M plugins/project_ownership/tests/rest/init_test_data.php +3 −1 Go to diff View file
M plugins/pullrequest/tests/rest/init_test_data.php +3 −0 Go to diff View file
M plugins/taskboard/tests/rest/init_test_data.php +2 −0 Go to diff View file
M plugins/testmanagement/tests/rest/init_test_data.php +2 −0 Go to diff View file
M plugins/testplan/tests/rest/init_test_data.php +3 −1 Go to diff View file
M plugins/timetracking/tests/rest/init_test_data.php +2 −0 Go to diff View file
M plugins/tracker/tests/rest/init_test_data.php +2 −0 Go to diff View file
M tests/rest/lib/TestDataBuilder.php +2 −1 Go to diff View file