stable

Clone or download

Read-only

Make REST tests easier to troubleshoot

When something goes wrong with REST tests it's hard to troublshoot, mainly because there are no logs easily accessible and because of custom feed of the DB. This commit fix this. As an interesting side effect, there is a need to update cardwall configuration in 'private-member' project because there SetupMysql command sets the Tuleap version in base and it's used by application code to detect if we activate cardwall or not. Believe it or not, it was a huge moment of fun to troubleshoot that (not). Part of request #21334 enalean/tuleap-aio should be easier to test Change-Id: I64b8545fdbfdb9da59a6ed37d60c044448e63161

Modified Files

Name
M .gitignore +1 −3 Go to diff View file
M Makefile +2 −1 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.php +3 −12 Go to diff View file
A plugins/taskboard/tests/rest/init_test_data.php +37 −0 Go to diff View file
M tests/rest/_fixtures/05-pbi/users.xml +1 −1 Go to diff View file
M tests/rest/bin/run.sh +9 −1 Go to diff View file
M tests/rest/bin/setup.sh +7 −2 Go to diff View file
M tests/rest/tests/ProjectTest.php +1 −1 Go to diff View file