stable
Clone or download
Read-only
part of request #35868 Improve clean up of db integration tests Why? because production code can let open instances with cache It might cause random issues and random failure How to test: no functional changes, tests should succeed if you run mltiple times the test execution, they should not fail because of past execution Change-Id: I90555b1abb248ef98655563e937324a290e953d3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/DuckTypedField/NumericDuckTypedFieldTest.php | +0 | −3 | Go to diff View file |
M | plugins/git/tests/integration/GitXmlImporterTest.php | +0 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_ReportFactory.class.php | +8 | −0 | Go to diff View file |
M | tests/integration/tests/TrackersV3ToV5/DefectTrackerTest.php | +0 | −7 | Go to diff View file |
M | tests/integration/tests/TrackersV3ToV5/TaskTrackerTest.php | +0 | −7 | Go to diff View file |
M | tests/lib/PHPUnit/TestIntegrationTestCase.php | +17 | −0 | Go to diff View file |