moodle/mod/lesson
Eloy Lafuente (stronk7) 9392313b88 MDL-72698 behat: Reduce random lesson behat failures on slow envs
In very slow environments viewing the lesson page for a student takes
more than 1 second and, because of this, the "Spend at least 1 sec"
completion condition is considered done.

So, in order to alleviate this problem, that leads to random failures
in CIs with slow databases, we have changed the condition to be 3
seconds instead.

That seems to do the work in super-slow environments, with 100
executions passing ok (when previously the scenario was failing 33%
of times).

The only cost is that now the behat run will be 2 seconds slower (there
is a wait changed from 2 to 4 seconds), but that's an acceptable
price to pay to get the scenarios consistent passing.

See the issue for more details.
2022-03-19 18:10:01 +01:00
..
backup MDL-65555 mod_lesson: fix group override backup and restore 2019-07-16 11:16:03 +10:00
classes MDL-74127 lesson: Show remaining attempts on all types of jumps 2022-03-14 12:55:26 +08:00
db MDL-73764 tool_xmldb: Regenerate all the files detected by the report 2022-02-08 19:25:03 +01:00
lang/en MDL-73362 lesson: Marry up implementation with the prototype 2022-01-17 10:39:18 +08:00
pagetypes MDL-72667 lesson: improve colour contrast of correct text 2021-11-04 21:01:55 +08:00
pix NOBUG: Fixed SVG browser compatibility 2021-12-23 16:29:57 +01:00
templates MDL-73595 theme_boost: make tertiary nav more distinct 2022-02-28 13:07:52 +01:00
tests MDL-72698 behat: Reduce random lesson behat failures on slow envs 2022-03-19 18:10:01 +01:00
continue.php MDL-74127 lesson: Show remaining attempts on all types of jumps 2022-03-14 12:55:26 +08:00
deprecatedlib.php MDL-71144 mod_lesson: Deprecate lesson_get_completion_state() 2021-04-22 10:08:11 +10:00
edit.php MDL-73362 lesson: Marry up implementation with the prototype 2022-01-17 10:39:18 +08:00
editpage.php MDL-72095 theme_boost: max width for activity pages 2021-12-08 17:29:49 +01:00
editpage_form.php
essay.php MDL-71912 mod_lesson: Add tertiary navigation to the lesson module. 2021-11-09 11:24:08 +08:00
essay_form.php
format.php MDL-62820 question import: properly escape output 2018-07-04 15:40:50 +08:00
grade.php
import.php Merge branch 'MDL-72095-master-3' of https://github.com/bmbrands/moodle 2021-12-13 18:46:16 +02:00
import_form.php MDL-65605 mod_lesson: Fix the issue when get_draft_files returns null 2019-05-20 23:43:59 +10:00
index.php MDL-71118 core: Add grade (verb) string. 2021-04-17 11:46:09 +02:00
lesson.php MDL-55327 mod_lesson: Added the ability to duplicate pages. 2016-09-20 10:36:13 +08:00
lib.php MDL-73532 navigation: Modify methods that extend the setting nav 2022-02-14 09:40:27 +08:00
locallib.php MDL-74127 lesson: Show remaining attempts on all types of jumps 2022-03-14 12:55:26 +08:00
mediafile.php MDL-57633 mod_lesson: Move to function the lesson availability checks 2017-01-31 17:01:48 +01:00
mod_form.php MDL-53966 lesson: Allow maximum number of attempts to be unlimited 2020-10-04 13:20:39 +11:00
override_form.php MDL-71099 Lib: Move new user_fields class from core to core_user 2021-03-25 13:47:23 +00:00
overridedelete.php MDL-72095 theme_boost: max width for activity pages 2021-12-08 17:29:49 +01:00
overrideedit.php MDL-72095 theme_boost: max width for activity pages 2021-12-08 17:29:49 +01:00
overrides.php MDL-73362 lesson: Marry up implementation with the prototype 2022-01-17 10:39:18 +08:00
renderer.php MDL-73362 lesson: Marry up implementation with the prototype 2022-01-17 10:39:18 +08:00
report.php MDL-73362 lesson: Marry up implementation with the prototype 2022-01-17 10:39:18 +08:00
settings.php MDL-71118 core: Add grade (verb) string. 2021-04-17 11:46:09 +02:00
tabs.php
timer.js
upgrade.txt MDL-73362 lesson: Bring tertiary nav changes into classic 2022-01-17 10:39:18 +08:00
version.php MDL-71912 mod_lesson: Add tertiary navigation to the lesson module. 2021-11-09 11:24:08 +08:00
view.php MDL-73362 lesson: Marry up implementation with the prototype 2022-01-17 10:39:18 +08:00
view_form.php