stable
Clone or download
Read-only
request #10869: Do not accumulate SYSTEM_CHECK events
If for some reasons the execution time of a SYSTEM_CHECK takes longer than expected, SYSTEM_CHECK events will accumulate and only make the issue worst. Tuleap should not add a new SYSTEM_CHECK to the queue if there is already one on going. Change-Id: If611d3222d1de8dc0eec35874660780c446c0bb1
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/system_event/SystemEventManager.class.php | +6 | −5 | Go to diff View file |
M | tests/simpletest/common/system_event/SystemEventManagerTest.php | +18 | −5 | Go to diff View file |