stronk7

Untitled

Jun 7th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.75 KB | None | 0 0
  1. SPLIT IN 2 RUNS. ONLY PASTIN RERUN FAILURES.
  2.  
  3. Notes:
  4. - solr not available
  5. - scenarios visiting the list of behat tests fail (surely timeout)
  6. - scenarios introducing gradebook calculations seem to have some problem adding "[" (open square bracket).
  7.  
  8.  
  9. $ php admin/tool/behat/cli/run.php --profile=seleniumchrome --suite=classic --tags=@javascript --fromrun=1 --torun=1 --rerun
  10. Running 1 parallel behat sites:
  11. [behatrun1] vendor\bin\behat --config C://Users/stronk7/moodledata/integration_behat/behatrun1\behat\behat.yml --profile="seleniumchrome" --tags="@javascript" --suite="classic" --rerun
  12. Moodle 3.9dev+ (Build: 20200605), 4abb69f5889d77f98d0c1691c813bb748618338f
  13. Php: 7.4.6, pgsql: 10.6, OS: Windows NT 10.0 AMD64
  14. Server OS "WINNT", Browser: "chrome"
  15. Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
  16. Started at 07-06-2020, 14:33
  17.  
  18. Finished in 0h 02m 33s
  19.  
  20. **************** [behatrun1] ****************
  21. Moodle 3.9dev+ (Build: 20200605), 4abb69f5889d77f98d0c1691c813bb748618338f
  22. Php: 7.4.6, pgsql: 10.6, OS: Windows NT 10.0 AMD64
  23. Server OS "WINNT", Browser: "chrome"
  24. Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
  25. Started at 07-06-2020, 14:33
  26. ..................F--------------------...........F------------....... 70
  27. ........................
  28.  
  29. --- Pasos fallidos:
  30.  
  31. 001 Scenario: Use the grader report with editing, with AJAX and quick feedback on, without category override # C:\Users\stronk7\git_moodle\integration\grade\report\grader\tests\behat\ajax_grader.feature:191
  32. And I give the grade "20.00" to the user "Student 2" for the grade item "Item VU" # C:\Users\stronk7\git_moodle\integration\grade\report\grader\tests\behat\ajax_grader.feature:206
  33. Field matching locator "Student 2 Item VU grade" not found. (Behat\Mink\Exception\ElementNotFoundException)
  34.  
  35. 002 Scenario: All in course view # C:\Users\stronk7\git_moodle\integration\blocks\timeline\tests\behat\block_timeline_courses.feature:53
  36. Then I should see "Course 3" in the "Timeline" "block" # C:\Users\stronk7\git_moodle\integration\blocks\timeline\tests\behat\block_timeline_courses.feature:60
  37. "Course 3" text was found in the "Timeline" element but was not visible (Behat\Mink\Exception\ExpectationException)
  38.  
  39. 3 escenarios (1 pasaron, 2 fallaron)
  40. 94 pasos (60 pasaron, 2 fallaron, 32 saltadas)
  41. 2m24.40s (78.13Mb)
  42.  
  43.  
  44.  
  45. $ php admin/tool/behat/cli/run.php --profile=seleniumchrome --suite=classic --tags=@javascript --fromrun=2 --torun=2 --rerun
  46. Running 1 parallel behat sites:
  47. [behatrun2] vendor\bin\behat --config C://Users/stronk7/moodledata/integration_behat/behatrun2\behat\behat.yml --profile="seleniumchrome" --tags="@javascript" --suite="classic" --rerun
  48. Moodle 3.9dev+ (Build: 20200605), 4abb69f5889d77f98d0c1691c813bb748618338f
  49. Php: 7.4.6, pgsql: 10.6, OS: Windows NT 10.0 AMD64
  50. Server OS "WINNT", Browser: "chrome"
  51. Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
  52. Started at 08-06-2020, 01:41
  53.  
  54. Finished in 0h 06m 03s
  55.  
  56. **************** [behatrun2] ****************
  57. Moodle 3.9dev+ (Build: 20200605), 4abb69f5889d77f98d0c1691c813bb748618338f
  58. Php: 7.4.6, pgsql: 10.6, OS: Windows NT 10.0 AMD64
  59. Server OS "WINNT", Browser: "chrome"
  60. Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
  61. Started at 08-06-2020, 01:41
  62. .............F--------.............F--------------------------........ 70
  63. ......F--------------------............F--------............F--------- 140
  64. -----------------.............F--------------------...F---...F--...F-- 210
  65. --.......F----........F----........F----...........F-----------------
  66.  
  67. --- Pasos fallidos:
  68.  
  69. 001 Scenario: The max grade for a category item, with a calculation using Natural aggregation, can be changed # C:\Users\stronk7\git_moodle\integration\grade\tests\behat\grade_calculated_grade_items_20150627.feature:27
  70. And I set "=[[gi1]]/2" calculation for grade category "Calc cat" with idnumbers: # C:\Users\stronk7\git_moodle\integration\grade\tests\behat\grade_calculated_grade_items_20150627.feature:37
  71. Xpath matching locator "//input[@class='idnumber'][parent::li[@class='item'][text()='grade item 1'] | parent::li[@class='categoryitem' | @class='courseitem']/parent::ul/parent::li[starts-with(text(),'grade item 1')]]" not found. (Behat\Mink\Exception\ElementNotFoundException)
  72.  
  73. 002 Scenario: Changing max grade for a category item with a calculation that has existing grades will display the same points with the new max grade values immediately. # C:\Users\stronk7\git_moodle\integration\grade\tests\behat\grade_calculated_grade_items_20150627.feature:54
  74. And I set "=[[gi1]]/2" calculation for grade category "Calc cat" with idnumbers: # C:\Users\stronk7\git_moodle\integration\grade\tests\behat\grade_calculated_grade_items_20150627.feature:64
  75. Xpath matching locator "//input[@class='idnumber'][parent::li[@class='item'][text()='grade item 1'] | parent::li[@class='categoryitem' | @class='courseitem']/parent::ul/parent::li[starts-with(text(),'grade item 1')]]" not found. (Behat\Mink\Exception\ElementNotFoundException)
  76.  
  77. 003 Scenario: Values in calculated grade items are not always out of one hundred # C:\Users\stronk7\git_moodle\integration\grade\tests\behat\grade_calculated_grade_items_20150627.feature:117
  78. And I set the following settings for grade item "calc item": # C:\Users\stronk7\git_moodle\integration\grade\tests\behat\grade_calculated_grade_items_20150627.feature:128
  79. Xpath_element matching locator "//a[./*[contains(concat(' ', normalize-space(@class), ' '), ' icon ') and starts-with(@title,'Edit ') and contains(@title,'calc item')]]" not found. (Behat\Mink\Exception\ElementNotFoundException)
  80.  
  81. 004 Scenario: The max grade for a category item, with a calculation using Natural aggregation, can be changed # C:\Users\stronk7\git_moodle\integration\grade\tests\behat\grade_calculated_grade_items.feature:26
  82. And I set "=[[gi1]]/2" calculation for grade category "Calc cat" with idnumbers: # C:\Users\stronk7\git_moodle\integration\grade\tests\behat\grade_calculated_grade_items.feature:36
  83. Xpath matching locator "//input[@class='idnumber'][parent::li[@class='item'][text()='grade item 1'] | parent::li[@class='categoryitem' | @class='courseitem']/parent::ul/parent::li[starts-with(text(),'grade item 1')]]" not found. (Behat\Mink\Exception\ElementNotFoundException)
  84.  
  85. 005 Scenario: Changing max grade for a category item with a calculation that has existing grades will display the same points with the new max grade values immediately. # C:\Users\stronk7\git_moodle\integration\grade\tests\behat\grade_calculated_grade_items.feature:53
  86. And I set "=[[gi1]]/2" calculation for grade category "Calc cat" with idnumbers: # C:\Users\stronk7\git_moodle\integration\grade\tests\behat\grade_calculated_grade_items.feature:63
  87. Xpath matching locator "//input[@class='idnumber'][parent::li[@class='item'][text()='grade item 1'] | parent::li[@class='categoryitem' | @class='courseitem']/parent::ul/parent::li[starts-with(text(),'grade item 1')]]" not found. (Behat\Mink\Exception\ElementNotFoundException)
  88.  
  89. 006 Scenario: Values in calculated grade items are not always out of one hundred # C:\Users\stronk7\git_moodle\integration\grade\tests\behat\grade_calculated_grade_items.feature:116
  90. And I set the following settings for grade item "calc item": # C:\Users\stronk7\git_moodle\integration\grade\tests\behat\grade_calculated_grade_items.feature:127
  91. Xpath_element matching locator "//a[./*[contains(concat(' ', normalize-space(@class), ' '), ' icon ') and starts-with(@title,'Edit ') and contains(@title,'calc item')]]" not found. (Behat\Mink\Exception\ElementNotFoundException)
  92.  
  93. 007 Scenario: Filtering by type # C:\Users\stronk7\git_moodle\integration\admin\tool\behat\tests\behat\list_steps.feature:18
  94. Given I set the field "Type" to "Then. Checkings to ensure the outcomes are the expected ones" # C:\Users\stronk7\git_moodle\integration\admin\tool\behat\tests\behat\list_steps.feature:19
  95. Field matching locator "Type" not found. (Behat\Mink\Exception\ElementNotFoundException)
  96.  
  97. 008 Scenario: Filtering by keyword # C:\Users\stronk7\git_moodle\integration\admin\tool\behat\tests\behat\list_steps.feature:25
  98. Given I set the field "Contains" to "homepage" # C:\Users\stronk7\git_moodle\integration\admin\tool\behat\tests\behat\list_steps.feature:26
  99. Field matching locator "Contains" not found. (Behat\Mink\Exception\ElementNotFoundException)
  100.  
  101. 009 Scenario: Filtering by the multiple words pattern # C:\Users\stronk7\git_moodle\integration\admin\tool\behat\tests\behat\list_steps.feature:31
  102. Given I set the field "Contains" to "should exist" # C:\Users\stronk7\git_moodle\integration\admin\tool\behat\tests\behat\list_steps.feature:32
  103. Field matching locator "Contains" not found. (Behat\Mink\Exception\ElementNotFoundException)
  104.  
  105. 010 Scenario: As administrator, search for users from home page # C:\Users\stronk7\git_moodle\integration\search\tests\behat\search_by_user.feature:30
  106. And I search for "frogs" using the header global search box # C:\Users\stronk7\git_moodle\integration\search\tests\behat\search_by_user.feature:35
  107. Moodle exception: Engine solr is not installed. More information about this error
  108.  
  109. Engine solr is not installed.
  110. More information about this error
  111.  
  112.  
  113.  
  114. ×
  115.  
  116. Debug info:
  117.  
  118. Error code: enginenotinstalled
  119. (Exception)
  120.  
  121. 011 Scenario: As administrator, search for users within course # C:\Users\stronk7\git_moodle\integration\search\tests\behat\search_by_user.feature:43
  122. And I search for "frogs" using the header global search box # C:\Users\stronk7\git_moodle\integration\search\tests\behat\search_by_user.feature:49
  123. Moodle exception: Engine solr is not installed. More information about this error
  124.  
  125. Engine solr is not installed.
  126. More information about this error
  127.  
  128.  
  129.  
  130. ×
  131.  
  132. Debug info:
  133.  
  134. Error code: enginenotinstalled
  135. (Exception)
  136.  
  137. 012 Scenario: As student, cannot see users on other courses # C:\Users\stronk7\git_moodle\integration\search\tests\behat\search_by_user.feature:57
  138. And I search for "frogs" using the header global search box # C:\Users\stronk7\git_moodle\integration\search\tests\behat\search_by_user.feature:63
  139. Moodle exception: Engine solr is not installed. More information about this error
  140.  
  141. Engine solr is not installed.
  142. More information about this error
  143.  
  144.  
  145.  
  146. ×
  147.  
  148. Debug info:
  149.  
  150. Error code: enginenotinstalled
  151. (Exception)
  152.  
  153. 013 Scenario: Check that groups option in search form appears when intended # C:\Users\stronk7\git_moodle\integration\search\tests\behat\search_query.feature:80
  154. And I search for "frogs" using the header global search box # C:\Users\stronk7\git_moodle\integration\search\tests\behat\search_query.feature:96
  155. Moodle exception: Engine solr is not installed. More information about this error
  156.  
  157. Engine solr is not installed.
  158. More information about this error
  159.  
  160.  
  161.  
  162. ×
  163.  
  164. Debug info:
  165.  
  166. Error code: enginenotinstalled
  167. (Exception)
  168.  
  169. 13 escenarios (13 fallaron)
  170. 279 pasos (120 pasaron, 13 fallaron, 146 saltadas)
  171. 6m2.95s (76.89Mb)
Advertisement
Add Comment
Please, Sign In to add comment