Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Component/s: Themes
-
Labels:
-
Testing Instructions:
-
Workaround:
-
Affected Branches:MOODLE_33_STABLE
-
Fixed Branches:MOODLE_32_STABLE, MOODLE_33_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-58646-master -
Pull Master Diff URL:
Description
Based on some comments from David Mudrák (@mudrd8mz) in the dev chat, that I also had recently experienced... I did conduct this quick test using a 1-step feature:
Feature: Simple feature
|
|
@javascript
|
Scenario: Simple feature
|
Then I should see "test"
|
running it against 32_STABLE, some weeks old master and current master... and it seems obvious that something has changed recently, making it really slower (30 seconds vs > 90 seconds in same installation:
Worth checking what's going there. Specially in case if affects normal execution too.
Ciao