I installed MW and extensions (Flow + CirrusSearch) from branch REL1_28
When I run the maintenance/FlowSearchConfig.php I get the error:
Error from line 268 of /var/www/html/w/extensions/Flow/maintenance/FlowSearchConfig.php: Class 'CirrusSearch\Maintenance\Validators\IndexValidator' not found Backtrace: #0 /var/www/html/w/extensions/Flow/maintenance/FlowSearchConfig.php(319): FlowSearchConfig->getValidators() #1 /var/www/html/w/maintenance/doMaintenance.php(111): FlowSearchConfig->execute() #2 /var/www/html/w/extensions/Flow/maintenance/FlowSearchConfig.php(448): require_once(string) #3 {main}
I found that IndexValidator was renamed a year and a half ago Change 274122.
I got instruction to run maintenance/FlowSearchConfig.php form this page.
Should I run maintenance/FlowSearchConfig.php or why the bug was not caught so much time?