-
Bug
-
Resolution: Fixed
-
Major
-
2.5, 2.6
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MOODLE_25_STABLE
-
MDL-40246_master -
Detected when using saucelabs, which adds a network delay + their VMs delay; to edit a forum discussion as a student takes around 25 seconds when running locally, and around 1 minute + 20 seconds using saucelabs through the CI server.
With MDL-40123 integrated we save a few seconds but is not enough to provide stability.
The problem comes with Edit forum post scenario of mod/forum/tests/behat/edit_post_student.feature, we set the site with a 1 minute to edit posts, but the process takes more than one minute, so an exception is thrown and the scenario fails. As we are not testing something related with javascript, I would propose to switch from @javascript to a goutte driver test (headless without JS).
- blocks
-
MDL-39635 Behat xpath issues cleanup
-
- Closed
-
- caused a regression
-
MDL-40562 Behat redirections management can not depend on network issues
-
- Closed
-
-
MDL-40690 Continue on StaleElementReference exception after a redirect() with wait
-
- Closed
-
- has been marked as being related by
-
MDL-45182 Reduce redirect() delays when running in behat
-
- Closed
-