stable

Clone or download

Read-only

Fix database warnings for locks in SystemEvents

This is part of request #13619 SystemEvents use Symfony locks We have to re introduce the waitAndExecute method (previously removed) to correctly deal with database reconnexion. Change-Id: I8f23527e627d893d6c0d47ebe0e8217ce980988d

Modified Files

Name
M src/common/CLI/Command/ProcessSystemEventsCommand.php +1 −1 Go to diff View file
M src/common/Project/SystemEventRunner.class.php +4 −2 Go to diff View file
M src/common/system_event/SystemEventProcessorMutex.class.php +23 −1 Go to diff View file
M tests/phpunit/common/SystemEvent/SystemEventProcessorMutexTest.php +37 −2 Go to diff View file