Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.5.4
-
Component/s: Automated functional tests (behat)
Description
What happens:
- Moodle instance with parallel Behat sites is set up.
- Moodle code base gets updated.
- Run init script:
php admin/tool/behat/cli/init.php -j=N
- Expected: The script should drop all the tables and reinstall the Behat sites.
- Actual: The script only drops the outdated tables and you have to run the script again in order to reinstall the Behat sites.