stronk7

Untitled

Jan 23rd, 2019
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.55 KB | None | 0 0
  1. $ git bisect good e404c97e5debf66fa4908a06d3403cc7777b4e91
  2. $ git bisect bad 44e34419ab3597477fcc6377464682f5561f6183
  3. Bisecting: 12 revisions left to test after this (roughly 4 steps)
  4. [507d7ec1e8cabba6d3d77a4d71f7d5f6d09aace4] Merge branch 'MDL-64324-master' of https://github.com/marinaglancy/moodle
  5.  
  6.  
  7.  
  8. $ git bisect run run_named_behat.sh
  9. running run_named_behat.sh
  10. You are already using composer version 1.8.0 (stable channel).
  11. Loading composer repositories with package information
  12. Installing dependencies (including require-dev) from lock file
  13. Nothing to install or update
  14. Package phpunit/dbunit is abandoned, you should avoid using it. No replacement was suggested.
  15. Generating autoload files
  16. Behat test environment already installed
  17. 2.5 behat profile detected, automatically converted to current 3.x format
  18. Acceptance tests environment enabled on http://127.0.0.1/~stronk7/behatintegration, to run the tests use:
  19. vendor/bin/behat --config /Users/stronk7/Sites/moodle_data_gitintegration/master/postgres_behat/behatrun/behat/behat.yml
  20.  
  21. -p zombie: to run the zombie headless driver & browser (selenium not needed). Default tags:
  22. '~@_file_upload&&~@_alert&&~@_switch_window'
  23.  
  24. -p phantomjswd: to run the panthomjs headless webdriver & browser (selenium not needed). Default tags:
  25. '~@_file_upload&&~@_alert&&~@_bug_phantomjs'
  26.  
  27. -p seleniumhtmlunit: to run the htmlunit headless browser (with selenium). Default tags:
  28. '~@_file_upload&&~@_alert&&~@_switch_window'
  29. -p seleniumphantomjs: to run the pahntomjs headless browser (with selenium). Default tags:
  30. '~@_file_upload&&~@_alert&&~@_bug_phantomjs'
  31. -p seleniumfirefox: (this is the default) to run the firefox web browser (with selenium). Default tags:
  32. ''
  33. -p seleniumchrome: to run the chrome web browser (with selenium). Default tags:
  34. ''
  35. -p seleniumsafari: to run the safari web browser (with selenium). Default tags:
  36. '~@_alert&&~@_switch_window'
  37. -p seleniumexplorer: to run the explorer web browser (with selenium). Default tags:
  38. '~@_switch_window'
  39.  
  40. NOTE: When using remote browsers @_file_upload must be excluded because they don't have access to them locally.
  41.  
  42. Ensure CFG->behat_wwwroot, behat_prefix and behat_dataroot are set. And the site is accesible over http.
  43.  
  44. Use this to instruct mink where zombie.js is (needed for '-p zombie')
  45. export NODE_PATH="/opt/local/lib/node_modules"
  46. Note this needs node zombie installation + composer behat/mink-zombie-driver: 1.0.* installed
  47. and right now, hacking: ZombieDriver.php to have the getBrowserName method implemented
  48. no matter of that, if fails everywhere right now
  49.  
  50. Use this (@ dirroot) to launch the headless phantomjs webdriver (needed for '-p phantomjswd')
  51. phantomjs --webdriver=8668
  52.  
  53. Use this to launch the headless chrome browser for use with the behat chrome extension (needed for '-p minkchrome')
  54. /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --disable-gpu --headless --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222
  55. can launch more in port 9223, 9224, 9225 for parallel runs
  56.  
  57. If you get, for behat runs:
  58. Behat requirement not satisfied: http://.... is not available....
  59. Exit codes for each behat run:
  60. behatrun1: 251
  61. behatrun2: 251
  62. then verify that the directory being served (maybe userdir) has -SymLinksIfOwnerMatch (aka, disabled)
  63. (if it's enabled... then it may not work if dir owner and link owner are different)
  64. Link: https://unix.stackexchange.com/questions/20993/symbolic-link-not-allowed-or-link-target-not-accessible-apache-on-centos-6
  65.  
  66. Use this (@ dirroot) to launch the selenium server (needed for use of ONE - and only one - browser, no hub)
  67. java -Dwebdriver.chrome.driver=/Users/stronk7/bin/chromedriver \
  68. -Dwebdriver.gecko.driver=/Users/stronk7/bin/geckodriver \
  69. -Djava.net.preferIPv4Stack=true \
  70. -jar /Users/stronk7/bin/selenium-server-standalone.jar \
  71. -timeout 86400 -port 8668
  72. Differences detected between cli and webserver...
  73. phpversion:
  74. - web server: 7.1.25
  75. - cli: 7.3.0
  76. Moodle 3.7dev (Build: 20190118), 1daf9e60ac55d0af0b299727f98310cc2fe99cc4
  77. Php: 7.3.0, pgsql: 9.6.11, OS: Darwin 18.2.0 x86_64
  78. Server OS "Darwin", Browser: "chrome"
  79. Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
  80. Started at 23-01-2019, 19:31
  81. ............
  82.  
  83. 1 escenario (1 pasaron)
  84. 12 pasos (12 pasaron)
  85. 1m44.46s (67.62Mb)
  86. Bisecting: 3 revisions left to test after this (roughly 2 steps)
  87. [8516febdd7c11fc8d399765e821d35db7eff349e] MDL-58256 group: prevents users to be added to a group twice
  88. running run_named_behat.sh
  89. You are already using composer version 1.8.0 (stable channel).
  90. Loading composer repositories with package information
  91. Installing dependencies (including require-dev) from lock file
  92. Nothing to install or update
  93. Package phpunit/dbunit is abandoned, you should avoid using it. No replacement was suggested.
  94. Generating autoload files
  95. Dropping tables:
  96. ............................................................
  97. ............................................................
  98. ............................................................
  99. ............................................................
  100. ............................................................
  101. ............................................................
  102. ...................................................
  103. Acceptance tests site dropped
  104. -->System
  105. ++ Success ++
  106. -->antivirus_clamav
  107. ++ Success ++
  108. -->availability_completion
  109. ++ Success ++
  110. -->availability_date
  111. ++ Success ++
  112. -->availability_grade
  113. ++ Success ++
  114. -->availability_group
  115. ++ Success ++
  116. -->availability_grouping
  117. ++ Success ++
  118. -->availability_profile
  119. ++ Success ++
  120. -->qtype_calculated
  121. ++ Success ++
  122. -->qtype_calculatedmulti
  123. ++ Success ++
  124. -->qtype_calculatedsimple
  125. ++ Success ++
  126. -->qtype_ddimageortext
  127. ++ Success ++
  128. -->qtype_ddmarker
  129. ++ Success ++
  130. -->qtype_ddwtos
  131. ++ Success ++
  132. -->qtype_description
  133. ++ Success ++
  134. -->qtype_essay
  135. ++ Success ++
  136. -->qtype_gapselect
  137. ++ Success ++
  138. -->qtype_match
  139. ++ Success ++
  140. -->qtype_missingtype
  141. ++ Success ++
  142. -->qtype_multianswer
  143. ++ Success ++
  144. -->qtype_multichoice
  145. ++ Success ++
  146. -->qtype_numerical
  147. ++ Success ++
  148. -->qtype_random
  149. ++ Success ++
  150. -->qtype_randomsamatch
  151. ++ Success ++
  152. -->qtype_shortanswer
  153. ++ Success ++
  154. -->qtype_truefalse
  155. ++ Success ++
  156. -->mod_assign
  157. ++ Success ++
  158. -->mod_assignment
  159. ++ Success ++
  160. -->mod_book
  161. ++ Success ++
  162. -->mod_chat
  163. ++ Success ++
  164. -->mod_choice
  165. ++ Success ++
  166. -->mod_data
  167. ++ Success ++
  168. -->mod_feedback
  169. ++ Success ++
  170. -->mod_folder
  171. ++ Success ++
  172. -->mod_forum
  173. ++ Success ++
  174. -->mod_glossary
  175. ++ Success ++
  176. -->mod_imscp
  177. ++ Success ++
  178. -->mod_label
  179. ++ Success ++
  180. -->mod_lesson
  181. ++ Success ++
  182. -->mod_lti
  183. ++ Success ++
  184. -->mod_page
  185. ++ Success ++
  186. -->mod_quiz
  187. ++ Success ++
  188. -->mod_resource
  189. ++ Success ++
  190. -->mod_scorm
  191. ++ Success ++
  192. -->mod_survey
  193. ++ Success ++
  194. -->mod_url
  195. ++ Success ++
  196. -->mod_wiki
  197. ++ Success ++
  198. -->mod_workshop
  199. ++ Success ++
  200. -->auth_cas
  201. ++ Success ++
  202. -->auth_db
  203. ++ Success ++
  204. -->auth_email
  205. ++ Success ++
  206. -->auth_ldap
  207. ++ Success ++
  208. -->auth_lti
  209. ++ Success ++
  210. -->auth_manual
  211. ++ Success ++
  212. -->auth_mnet
  213. ++ Success ++
  214. -->auth_nologin
  215. ++ Success ++
  216. -->auth_none
  217. ++ Success ++
  218. -->auth_oauth2
  219. ++ Success ++
  220. -->auth_shibboleth
  221. ++ Success ++
  222. -->auth_webservice
  223. ++ Success ++
  224. -->calendartype_gregorian
  225. ++ Success ++
  226. -->customfield_checkbox
  227. ++ Success ++
  228. -->customfield_date
  229. ++ Success ++
  230. -->customfield_select
  231. ++ Success ++
  232. -->customfield_text
  233. ++ Success ++
  234. -->customfield_textarea
  235. ++ Success ++
  236. -->enrol_category
  237. ++ Success ++
  238. -->enrol_cohort
  239. ++ Success ++
  240. -->enrol_database
  241. ++ Success ++
  242. -->enrol_flatfile
  243. ++ Success ++
  244. -->enrol_guest
  245. ++ Success ++
  246. -->enrol_imsenterprise
  247. ++ Success ++
  248. -->enrol_ldap
  249. ++ Success ++
  250. -->enrol_lti
  251. ++ Success ++
  252. -->enrol_manual
  253. ++ Success ++
  254. -->enrol_meta
  255. ++ Success ++
  256. -->enrol_mnet
  257. ++ Success ++
  258. -->enrol_paypal
  259. ++ Success ++
  260. -->enrol_self
  261. ++ Success ++
  262. -->message_airnotifier
  263. ++ Success ++
  264. -->message_email
  265. ++ Success ++
  266. -->message_jabber
  267. ++ Success ++
  268. -->message_popup
  269. ++ Success ++
  270. -->block_activity_modules
  271. ++ Success ++
  272. -->block_activity_results
  273. ++ Success ++
  274. -->block_admin_bookmarks
  275. ++ Success ++
  276. -->block_badges
  277. ++ Success ++
  278. -->block_blog_menu
  279. ++ Success ++
  280. -->block_blog_recent
  281. ++ Success ++
  282. -->block_blog_tags
  283. ++ Success ++
  284. -->block_calendar_month
  285. ++ Success ++
  286. -->block_calendar_upcoming
  287. ++ Success ++
  288. -->block_comments
  289. ++ Success ++
  290. -->block_community
  291. ++ Success ++
  292. -->block_completionstatus
  293. ++ Success ++
  294. -->block_course_list
  295. ++ Success ++
  296. -->block_course_summary
  297. ++ Success ++
  298. -->block_feedback
  299. ++ Success ++
  300. -->block_globalsearch
  301. ++ Success ++
  302. -->block_glossary_random
  303. ++ Success ++
  304. -->block_html
  305. ++ Success ++
  306. -->block_login
  307. ++ Success ++
  308. -->block_lp
  309. ++ Success ++
  310. -->block_mentees
  311. ++ Success ++
  312. -->block_mnet_hosts
  313. ++ Success ++
  314. -->block_myoverview
  315. ++ Success ++
  316. -->block_myprofile
  317. ++ Success ++
  318. -->block_navigation
  319. ++ Success ++
  320. -->block_news_items
  321. ++ Success ++
  322. -->block_online_users
  323. ++ Success ++
  324. -->block_participants
  325. ++ Success ++
  326. -->block_private_files
  327. ++ Success ++
  328. -->block_quiz_results
  329. ++ Success ++
  330. -->block_recent_activity
  331. ++ Success ++
  332. -->block_recentlyaccessedcourses
  333. ++ Success ++
  334. -->block_recentlyaccesseditems
  335. ++ Success ++
  336. -->block_rss_client
  337. ++ Success ++
  338. -->block_search_forums
  339. ++ Success ++
  340. -->block_section_links
  341. ++ Success ++
  342. -->block_selfcompletion
  343. ++ Success ++
  344. -->block_settings
  345. ++ Success ++
  346. -->block_site_main_menu
  347. ++ Success ++
  348. -->block_social_activities
  349. ++ Success ++
  350. -->block_starredcourses
  351. ++ Success ++
  352. -->block_tag_flickr
  353. ++ Success ++
  354. -->block_tag_youtube
  355. ++ Success ++
  356. -->block_tags
  357. ++ Success ++
  358. -->block_timeline
  359. ++ Success ++
  360. -->media_html5audio
  361. ++ Success ++
  362. -->media_html5video
  363. ++ Success ++
  364. -->media_swf
  365. ++ Success ++
  366. -->media_videojs
  367. ++ Success ++
  368. -->media_vimeo
  369. ++ Success ++
  370. -->media_youtube
  371. ++ Success ++
  372. -->filter_activitynames
  373. ++ Success ++
  374. -->filter_algebra
  375. ++ Success ++
  376. -->filter_censor
  377. ++ Success ++
  378. -->filter_data
  379. ++ Success ++
  380. -->filter_emailprotect
  381. ++ Success ++
  382. -->filter_emoticon
  383. ++ Success ++
  384. -->filter_glossary
  385. ++ Success ++
  386. -->filter_mathjaxloader
  387. ++ Success ++
  388. -->filter_mediaplugin
  389. ++ Success ++
  390. -->filter_multilang
  391. ++ Success ++
  392. -->filter_tex
  393. ++ Success ++
  394. -->filter_tidy
  395. ++ Success ++
  396. -->filter_urltolink
  397. ++ Success ++
  398. -->editor_atto
  399. ++ Success ++
  400. -->editor_textarea
  401. ++ Success ++
  402. -->editor_tinymce
  403. ++ Success ++
  404. -->format_singleactivity
  405. ++ Success ++
  406. -->format_social
  407. ++ Success ++
  408. -->format_topics
  409. ++ Success ++
  410. -->format_weeks
  411. ++ Success ++
  412. -->dataformat_csv
  413. ++ Success ++
  414. -->dataformat_excel
  415. ++ Success ++
  416. -->dataformat_html
  417. ++ Success ++
  418. -->dataformat_json
  419. ++ Success ++
  420. -->dataformat_ods
  421. ++ Success ++
  422. -->profilefield_checkbox
  423. ++ Success ++
  424. -->profilefield_datetime
  425. ++ Success ++
  426. -->profilefield_menu
  427. ++ Success ++
  428. -->profilefield_text
  429. ++ Success ++
  430. -->profilefield_textarea
  431. ++ Success ++
  432. -->report_backups
  433. ++ Success ++
  434. -->report_competency
  435. ++ Success ++
  436. -->report_completion
  437. ++ Success ++
  438. -->report_configlog
  439. ++ Success ++
  440. -->report_courseoverview
  441. ++ Success ++
  442. -->report_eventlist
  443. ++ Success ++
  444. -->report_insights
  445. ++ Success ++
  446. -->report_log
  447. ++ Success ++
  448. -->report_loglive
  449. ++ Success ++
  450. -->report_outline
  451. ++ Success ++
  452. -->report_participation
  453. ++ Success ++
  454. -->report_performance
  455. ++ Success ++
  456. -->report_progress
  457. ++ Success ++
  458. -->report_questioninstances
  459. ++ Success ++
  460. -->report_security
  461. ++ Success ++
  462. -->report_stats
  463. ++ Success ++
  464. -->report_usersessions
  465. ++ Success ++
  466. -->gradeexport_ods
  467. ++ Success ++
  468. -->gradeexport_txt
  469. ++ Success ++
  470. -->gradeexport_xls
  471. ++ Success ++
  472. -->gradeexport_xml
  473. ++ Success ++
  474. -->gradeimport_csv
  475. ++ Success ++
  476. -->gradeimport_direct
  477. ++ Success ++
  478. -->gradeimport_xml
  479. ++ Success ++
  480. -->gradereport_grader
  481. ++ Success ++
  482. -->gradereport_history
  483. ++ Success ++
  484. -->gradereport_outcomes
  485. ++ Success ++
  486. -->gradereport_overview
  487. ++ Success ++
  488. -->gradereport_singleview
  489. ++ Success ++
  490. -->gradereport_user
  491. ++ Success ++
  492. -->gradingform_guide
  493. ++ Success ++
  494. -->gradingform_rubric
  495. ++ Success ++
  496. -->mlbackend_php
  497. ++ Success ++
  498. -->mlbackend_python
  499. ++ Success ++
  500. -->mnetservice_enrol
  501. ++ Success ++
  502. -->webservice_rest
  503. ++ Success ++
  504. -->webservice_soap
  505. ++ Success ++
  506. -->webservice_xmlrpc
  507. ++ Success ++
  508. -->repository_areafiles
  509. ++ Success ++
  510. -->repository_boxnet
  511. ++ Success ++
  512. -->repository_coursefiles
  513. ++ Success ++
  514. -->repository_dropbox
  515. ++ Success ++
  516. -->repository_equella
  517. ++ Success ++
  518. -->repository_filesystem
  519. ++ Success ++
  520. -->repository_flickr
  521. ++ Success ++
  522. -->repository_flickr_public
  523. ++ Success ++
  524. -->repository_googledocs
  525. ++ Success ++
  526. -->repository_local
  527. ++ Success ++
  528. -->repository_merlot
  529. ++ Success ++
  530. -->repository_nextcloud
  531. ++ Success ++
  532. -->repository_onedrive
  533. ++ Success ++
  534. -->repository_picasa
  535. ++ Success ++
  536. -->repository_recent
  537. ++ Success ++
  538. -->repository_s3
  539. ++ Success ++
  540. -->repository_skydrive
  541. ++ Success ++
  542. -->repository_upload
  543. ++ Success ++
  544. -->repository_url
  545. ++ Success ++
  546. -->repository_user
  547. ++ Success ++
  548. -->repository_webdav
  549. ++ Success ++
  550. -->repository_wikimedia
  551. ++ Success ++
  552. -->repository_youtube
  553. ++ Success ++
  554. -->portfolio_boxnet
  555. ++ Success ++
  556. -->portfolio_download
  557. ++ Success ++
  558. -->portfolio_flickr
  559. ++ Success ++
  560. -->portfolio_googledocs
  561. ++ Success ++
  562. -->portfolio_mahara
  563. ++ Success ++
  564. -->portfolio_picasa
  565. ++ Success ++
  566. -->search_simpledb
  567. ++ Success ++
  568. -->search_solr
  569. ++ Success ++
  570. -->qbehaviour_adaptive
  571. ++ Success ++
  572. -->qbehaviour_adaptivenopenalty
  573. ++ Success ++
  574. -->qbehaviour_deferredcbm
  575. ++ Success ++
  576. -->qbehaviour_deferredfeedback
  577. ++ Success ++
  578. -->qbehaviour_immediatecbm
  579. ++ Success ++
  580. -->qbehaviour_immediatefeedback
  581. ++ Success ++
  582. -->qbehaviour_informationitem
  583. ++ Success ++
  584. -->qbehaviour_interactive
  585. ++ Success ++
  586. -->qbehaviour_interactivecountback
  587. ++ Success ++
  588. -->qbehaviour_manualgraded
  589. ++ Success ++
  590. -->qbehaviour_missing
  591. ++ Success ++
  592. -->qformat_aiken
  593. ++ Success ++
  594. -->qformat_blackboard_six
  595. ++ Success ++
  596. -->qformat_examview
  597. ++ Success ++
  598. -->qformat_gift
  599. ++ Success ++
  600. -->qformat_missingword
  601. ++ Success ++
  602. -->qformat_multianswer
  603. ++ Success ++
  604. -->qformat_webct
  605. ++ Success ++
  606. -->qformat_xhtml
  607. ++ Success ++
  608. -->qformat_xml
  609. ++ Success ++
  610. -->plagiarism_dummypla
  611. ++ Success ++
  612. -->tool_analytics
  613. ++ Success ++
  614. -->tool_availabilityconditions
  615. ++ Success ++
  616. -->tool_behat
  617. ++ Success ++
  618. -->tool_capability
  619. ++ Success ++
  620. -->tool_cohortroles
  621. ++ Success ++
  622. -->tool_customlang
  623. ++ Success ++
  624. -->tool_dataprivacy
  625. ++ Success ++
  626. -->tool_dbtransfer
  627. ++ Success ++
  628. -->tool_filetypes
  629. ++ Success ++
  630. -->tool_generator
  631. ++ Success ++
  632. -->tool_health
  633. ++ Success ++
  634. -->tool_httpsreplace
  635. ++ Success ++
  636. -->tool_innodb
  637. ++ Success ++
  638. -->tool_installaddon
  639. ++ Success ++
  640. -->tool_langimport
  641. ++ Success ++
  642. -->tool_log
  643. ++ Success ++
  644. -->tool_lp
  645. ++ Success ++
  646. -->tool_lpimportcsv
  647. ++ Success ++
  648. -->tool_lpmigrate
  649. ++ Success ++
  650. -->tool_messageinbound
  651. ++ Success ++
  652. -->tool_mobile
  653. ++ Success ++
  654. -->tool_monitor
  655. ++ Success ++
  656. -->tool_multilangupgrade
  657. ++ Success ++
  658. -->tool_oauth2
  659. ++ Success ++
  660. -->tool_phpunit
  661. ++ Success ++
  662. -->tool_policy
  663. ++ Success ++
  664. -->tool_profiling
  665. ++ Success ++
  666. -->tool_recyclebin
  667. ++ Success ++
  668. -->tool_replace
  669. ++ Success ++
  670. -->tool_spamcleaner
  671. ++ Success ++
  672. -->tool_task
  673. ++ Success ++
  674. -->tool_templatelibrary
  675. ++ Success ++
  676. -->tool_unsuproles
  677. ++ Success ++
  678. -->tool_uploadcourse
  679. ++ Success ++
  680. -->tool_uploaduser
  681. ++ Success ++
  682. -->tool_usertours
  683. ++ Success ++
  684. -->tool_xmldb
  685. ++ Success ++
  686. -->cachestore_apcu
  687. ++ Success ++
  688. -->cachestore_file
  689. ++ Success ++
  690. -->cachestore_memcached
  691. ++ Success ++
  692. -->cachestore_mongodb
  693. ++ Success ++
  694. -->cachestore_redis
  695. ++ Success ++
  696. -->cachestore_session
  697. ++ Success ++
  698. -->cachestore_static
  699. ++ Success ++
  700. -->cachelock_file
  701. ++ Success ++
  702. -->fileconverter_googledrive
  703. ++ Success ++
  704. -->fileconverter_unoconv
  705. ++ Success ++
  706. -->theme_boost
  707. ++ Success ++
  708. -->theme_bootstrapbase
  709. ++ Success ++
  710. -->theme_clean
  711. ++ Success ++
  712. -->theme_more
  713. ++ Success ++
  714. -->assignsubmission_comments
  715. ++ Success ++
  716. -->assignsubmission_file
  717. ++ Success ++
  718. -->assignsubmission_onlinetext
  719. ++ Success ++
  720. -->assignfeedback_comments
  721. ++ Success ++
  722. -->assignfeedback_editpdf
  723. ++ Success ++
  724. -->assignfeedback_file
  725. ++ Success ++
  726. -->assignfeedback_offline
  727. ++ Success ++
  728. -->assignment_offline
  729. ++ Success ++
  730. -->assignment_online
  731. ++ Success ++
  732. -->assignment_upload
  733. ++ Success ++
  734. -->assignment_uploadsingle
  735. ++ Success ++
  736. -->booktool_exportimscp
  737. ++ Success ++
  738. -->booktool_importhtml
  739. ++ Success ++
  740. -->booktool_print
  741. ++ Success ++
  742. -->datafield_checkbox
  743. ++ Success ++
  744. -->datafield_date
  745. ++ Success ++
  746. -->datafield_file
  747. ++ Success ++
  748. -->datafield_latlong
  749. ++ Success ++
  750. -->datafield_menu
  751. ++ Success ++
  752. -->datafield_multimenu
  753. ++ Success ++
  754. -->datafield_number
  755. ++ Success ++
  756. -->datafield_picture
  757. ++ Success ++
  758. -->datafield_radiobutton
  759. ++ Success ++
  760. -->datafield_text
  761. ++ Success ++
  762. -->datafield_textarea
  763. ++ Success ++
  764. -->datafield_url
  765. ++ Success ++
  766. -->datapreset_imagegallery
  767. ++ Success ++
  768. -->ltiservice_gradebookservices
  769. ++ Success ++
  770. -->ltiservice_memberships
  771. ++ Success ++
  772. -->ltiservice_profile
  773. ++ Success ++
  774. -->ltiservice_toolproxy
  775. ++ Success ++
  776. -->ltiservice_toolsettings
  777. ++ Success ++
  778. -->quiz_grading
  779. ++ Success ++
  780. -->quiz_overview
  781. ++ Success ++
  782. -->quiz_responses
  783. ++ Success ++
  784. -->quiz_statistics
  785. ++ Success ++
  786. -->quizaccess_delaybetweenattempts
  787. ++ Success ++
  788. -->quizaccess_ipaddress
  789. ++ Success ++
  790. -->quizaccess_numattempts
  791. ++ Success ++
  792. -->quizaccess_offlineattempts
  793. ++ Success ++
  794. -->quizaccess_openclosedate
  795. ++ Success ++
  796. -->quizaccess_password
  797. ++ Success ++
  798. -->quizaccess_safebrowser
  799. ++ Success ++
  800. -->quizaccess_securewindow
  801. ++ Success ++
  802. -->quizaccess_timelimit
  803. ++ Success ++
  804. -->scormreport_basic
  805. ++ Success ++
  806. -->scormreport_graphs
  807. ++ Success ++
  808. -->scormreport_interactions
  809. ++ Success ++
  810. -->scormreport_objectives
  811. ++ Success ++
  812. -->workshopform_accumulative
  813. ++ Success ++
  814. -->workshopform_comments
  815. ++ Success ++
  816. -->workshopform_numerrors
  817. ++ Success ++
  818. -->workshopform_rubric
  819. ++ Success ++
  820. -->workshopallocation_manual
  821. ++ Success ++
  822. -->workshopallocation_random
  823. ++ Success ++
  824. -->workshopallocation_scheduled
  825. ++ Success ++
  826. -->workshopeval_best
  827. ++ Success ++
  828. -->atto_accessibilitychecker
  829. ++ Success ++
  830. -->atto_accessibilityhelper
  831. ++ Success ++
  832. -->atto_align
  833. ++ Success ++
  834. -->atto_backcolor
  835. ++ Success ++
  836. -->atto_bold
  837. ++ Success ++
  838. -->atto_charmap
  839. ++ Success ++
  840. -->atto_clear
  841. ++ Success ++
  842. -->atto_collapse
  843. ++ Success ++
  844. -->atto_emoticon
  845. ++ Success ++
  846. -->atto_equation
  847. ++ Success ++
  848. -->atto_fontcolor
  849. ++ Success ++
  850. -->atto_html
  851. ++ Success ++
  852. -->atto_image
  853. ++ Success ++
  854. -->atto_indent
  855. ++ Success ++
  856. -->atto_italic
  857. ++ Success ++
  858. -->atto_link
  859. ++ Success ++
  860. -->atto_managefiles
  861. ++ Success ++
  862. -->atto_media
  863. ++ Success ++
  864. -->atto_noautolink
  865. ++ Success ++
  866. -->atto_orderedlist
  867. ++ Success ++
  868. -->atto_recordrtc
  869. ++ Success ++
  870. -->atto_rtl
  871. ++ Success ++
  872. -->atto_strike
  873. ++ Success ++
  874. -->atto_subscript
  875. ++ Success ++
  876. -->atto_superscript
  877. ++ Success ++
  878. -->atto_table
  879. ++ Success ++
  880. -->atto_title
  881. ++ Success ++
  882. -->atto_underline
  883. ++ Success ++
  884. -->atto_undo
  885. ++ Success ++
  886. -->atto_unorderedlist
  887. ++ Success ++
  888. -->tinymce_ctrlhelp
  889. ++ Success ++
  890. -->tinymce_managefiles
  891. ++ Success ++
  892. -->tinymce_moodleemoticon
  893. ++ Success ++
  894. -->tinymce_moodleimage
  895. ++ Success ++
  896. -->tinymce_moodlemedia
  897. ++ Success ++
  898. -->tinymce_moodlenolink
  899. ++ Success ++
  900. -->tinymce_pdw
  901. ++ Success ++
  902. -->tinymce_spellchecker
  903. ++ Success ++
  904. -->tinymce_wrap
  905. ++ Success ++
  906. -->logstore_database
  907. ++ Success ++
  908. -->logstore_legacy
  909. ++ Success ++
  910. -->logstore_standard
  911. ++ Success ++
  912. Acceptance tests site installed
  913. 2.5 behat profile detected, automatically converted to current 3.x format
  914. Acceptance tests environment enabled on http://127.0.0.1/~stronk7/behatintegration, to run the tests use:
  915. vendor/bin/behat --config /Users/stronk7/Sites/moodle_data_gitintegration/master/postgres_behat/behatrun/behat/behat.yml
  916.  
  917. -p zombie: to run the zombie headless driver & browser (selenium not needed). Default tags:
  918. '~@_file_upload&&~@_alert&&~@_switch_window'
  919.  
  920. -p phantomjswd: to run the panthomjs headless webdriver & browser (selenium not needed). Default tags:
  921. '~@_file_upload&&~@_alert&&~@_bug_phantomjs'
  922.  
  923. -p seleniumhtmlunit: to run the htmlunit headless browser (with selenium). Default tags:
  924. '~@_file_upload&&~@_alert&&~@_switch_window'
  925. -p seleniumphantomjs: to run the pahntomjs headless browser (with selenium). Default tags:
  926. '~@_file_upload&&~@_alert&&~@_bug_phantomjs'
  927. -p seleniumfirefox: (this is the default) to run the firefox web browser (with selenium). Default tags:
  928. ''
  929. -p seleniumchrome: to run the chrome web browser (with selenium). Default tags:
  930. ''
  931. -p seleniumsafari: to run the safari web browser (with selenium). Default tags:
  932. '~@_alert&&~@_switch_window'
  933. -p seleniumexplorer: to run the explorer web browser (with selenium). Default tags:
  934. '~@_switch_window'
  935.  
  936. NOTE: When using remote browsers @_file_upload must be excluded because they don't have access to them locally.
  937.  
  938. Ensure CFG->behat_wwwroot, behat_prefix and behat_dataroot are set. And the site is accesible over http.
  939.  
  940. Use this to instruct mink where zombie.js is (needed for '-p zombie')
  941. export NODE_PATH="/opt/local/lib/node_modules"
  942. Note this needs node zombie installation + composer behat/mink-zombie-driver: 1.0.* installed
  943. and right now, hacking: ZombieDriver.php to have the getBrowserName method implemented
  944. no matter of that, if fails everywhere right now
  945.  
  946. Use this (@ dirroot) to launch the headless phantomjs webdriver (needed for '-p phantomjswd')
  947. phantomjs --webdriver=8668
  948.  
  949. Use this to launch the headless chrome browser for use with the behat chrome extension (needed for '-p minkchrome')
  950. /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --disable-gpu --headless --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222
  951. can launch more in port 9223, 9224, 9225 for parallel runs
  952.  
  953. If you get, for behat runs:
  954. Behat requirement not satisfied: http://.... is not available....
  955. Exit codes for each behat run:
  956. behatrun1: 251
  957. behatrun2: 251
  958. then verify that the directory being served (maybe userdir) has -SymLinksIfOwnerMatch (aka, disabled)
  959. (if it's enabled... then it may not work if dir owner and link owner are different)
  960. Link: https://unix.stackexchange.com/questions/20993/symbolic-link-not-allowed-or-link-target-not-accessible-apache-on-centos-6
  961.  
  962. Use this (@ dirroot) to launch the selenium server (needed for use of ONE - and only one - browser, no hub)
  963. java -Dwebdriver.chrome.driver=/Users/stronk7/bin/chromedriver \
  964. -Dwebdriver.gecko.driver=/Users/stronk7/bin/geckodriver \
  965. -Djava.net.preferIPv4Stack=true \
  966. -jar /Users/stronk7/bin/selenium-server-standalone.jar \
  967. -timeout 86400 -port 8668
  968. Differences detected between cli and webserver...
  969. phpversion:
  970. - web server: 7.1.25
  971. - cli: 7.3.0
  972. Moodle 3.7dev (Build: 20190118), 8516febdd7c11fc8d399765e821d35db7eff349e
  973. Php: 7.3.0, pgsql: 9.6.11, OS: Darwin 18.2.0 x86_64
  974. Server OS "Darwin", Browser: "chrome"
  975. Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
  976. Started at 23-01-2019, 19:35
  977. ............
  978.  
  979. 1 escenario (1 pasaron)
  980. 12 pasos (12 pasaron)
  981. 1m43.40s (67.58Mb)
  982. Bisecting: 1 revision left to test after this (roughly 1 step)
  983. [0bf5dd4de4325534f31502f240112dfebe827c4a] Merge branch 'MDL-63480-master' of git://github.com/mihailges/moodle
  984. running run_named_behat.sh
  985. You are already using composer version 1.8.0 (stable channel).
  986. Loading composer repositories with package information
  987. Installing dependencies (including require-dev) from lock file
  988. Nothing to install or update
  989. Package phpunit/dbunit is abandoned, you should avoid using it. No replacement was suggested.
  990. Generating autoload files
  991. Behat test environment already installed
  992. 2.5 behat profile detected, automatically converted to current 3.x format
  993. Acceptance tests environment enabled on http://127.0.0.1/~stronk7/behatintegration, to run the tests use:
  994. vendor/bin/behat --config /Users/stronk7/Sites/moodle_data_gitintegration/master/postgres_behat/behatrun/behat/behat.yml
  995.  
  996. -p zombie: to run the zombie headless driver & browser (selenium not needed). Default tags:
  997. '~@_file_upload&&~@_alert&&~@_switch_window'
  998.  
  999. -p phantomjswd: to run the panthomjs headless webdriver & browser (selenium not needed). Default tags:
  1000. '~@_file_upload&&~@_alert&&~@_bug_phantomjs'
  1001.  
  1002. -p seleniumhtmlunit: to run the htmlunit headless browser (with selenium). Default tags:
  1003. '~@_file_upload&&~@_alert&&~@_switch_window'
  1004. -p seleniumphantomjs: to run the pahntomjs headless browser (with selenium). Default tags:
  1005. '~@_file_upload&&~@_alert&&~@_bug_phantomjs'
  1006. -p seleniumfirefox: (this is the default) to run the firefox web browser (with selenium). Default tags:
  1007. ''
  1008. -p seleniumchrome: to run the chrome web browser (with selenium). Default tags:
  1009. ''
  1010. -p seleniumsafari: to run the safari web browser (with selenium). Default tags:
  1011. '~@_alert&&~@_switch_window'
  1012. -p seleniumexplorer: to run the explorer web browser (with selenium). Default tags:
  1013. '~@_switch_window'
  1014.  
  1015. NOTE: When using remote browsers @_file_upload must be excluded because they don't have access to them locally.
  1016.  
  1017. Ensure CFG->behat_wwwroot, behat_prefix and behat_dataroot are set. And the site is accesible over http.
  1018.  
  1019. Use this to instruct mink where zombie.js is (needed for '-p zombie')
  1020. export NODE_PATH="/opt/local/lib/node_modules"
  1021. Note this needs node zombie installation + composer behat/mink-zombie-driver: 1.0.* installed
  1022. and right now, hacking: ZombieDriver.php to have the getBrowserName method implemented
  1023. no matter of that, if fails everywhere right now
  1024.  
  1025. Use this (@ dirroot) to launch the headless phantomjs webdriver (needed for '-p phantomjswd')
  1026. phantomjs --webdriver=8668
  1027.  
  1028. Use this to launch the headless chrome browser for use with the behat chrome extension (needed for '-p minkchrome')
  1029. /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --disable-gpu --headless --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222
  1030. can launch more in port 9223, 9224, 9225 for parallel runs
  1031.  
  1032. If you get, for behat runs:
  1033. Behat requirement not satisfied: http://.... is not available....
  1034. Exit codes for each behat run:
  1035. behatrun1: 251
  1036. behatrun2: 251
  1037. then verify that the directory being served (maybe userdir) has -SymLinksIfOwnerMatch (aka, disabled)
  1038. (if it's enabled... then it may not work if dir owner and link owner are different)
  1039. Link: https://unix.stackexchange.com/questions/20993/symbolic-link-not-allowed-or-link-target-not-accessible-apache-on-centos-6
  1040.  
  1041. Use this (@ dirroot) to launch the selenium server (needed for use of ONE - and only one - browser, no hub)
  1042. java -Dwebdriver.chrome.driver=/Users/stronk7/bin/chromedriver \
  1043. -Dwebdriver.gecko.driver=/Users/stronk7/bin/geckodriver \
  1044. -Djava.net.preferIPv4Stack=true \
  1045. -jar /Users/stronk7/bin/selenium-server-standalone.jar \
  1046. -timeout 86400 -port 8668
  1047. Differences detected between cli and webserver...
  1048. phpversion:
  1049. - web server: 7.1.25
  1050. - cli: 7.3.0
  1051. Moodle 3.7dev (Build: 20190118), 0bf5dd4de4325534f31502f240112dfebe827c4a
  1052. Php: 7.3.0, pgsql: 9.6.11, OS: Darwin 18.2.0 x86_64
  1053. Server OS "Darwin", Browser: "chrome"
  1054. Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
  1055. Started at 23-01-2019, 19:37
  1056. ............
  1057.  
  1058. 1 escenario (1 pasaron)
  1059. 12 pasos (12 pasaron)
  1060. 1m44.05s (67.60Mb)
  1061. Bisecting: 0 revisions left to test after this (roughly 0 steps)
  1062. [4bfcadbaa1a6386de8c1f8d48aaa11274e279b9c] MDL-64324 core_form: randomly generate id attribute on forms
  1063. running run_named_behat.sh
  1064. You are already using composer version 1.8.0 (stable channel).
  1065. Loading composer repositories with package information
  1066. Installing dependencies (including require-dev) from lock file
  1067. Package operations: 0 installs, 24 updates, 1 removal
  1068. - Removing ralouphie/getallheaders (2.0.5)
  1069. - Downgrading symfony/polyfill-mbstring (v1.10.0 => v1.8.0): Loading from cache
  1070. - Downgrading symfony/polyfill-ctype (v1.10.0 => v1.8.0): Loading from cache
  1071. - Downgrading symfony/dom-crawler (v4.2.1 => v3.4.11): Loading from cache
  1072. - Downgrading symfony/css-selector (v3.4.20 => v3.4.11): Loading from cache
  1073. - Downgrading symfony/browser-kit (v4.2.1 => v3.4.11): Loading from cache
  1074. - Downgrading guzzlehttp/psr7 (1.5.2 => 1.4.2): Loading from cache
  1075. - Downgrading fabpot/goutte (v3.2.3 => v3.2.2): Loading from cache
  1076. - Downgrading symfony/process (v2.8.49 => v2.8.41): Loading from cache
  1077. - Downgrading symfony/filesystem (v4.2.1 => v3.4.11): Loading from cache
  1078. - Downgrading symfony/config (v3.4.20 => v3.4.11): Loading from cache
  1079. - Downgrading symfony/yaml (v3.3.18 => v3.3.17): Loading from cache
  1080. - Downgrading symfony/translation (v3.3.18 => v3.3.17): Loading from cache
  1081. - Downgrading symfony/event-dispatcher (v3.4.20 => v3.4.11): Loading from cache
  1082. - Downgrading symfony/dependency-injection (v3.3.18 => v3.3.17): Loading from cache
  1083. - Downgrading psr/log (1.1.0 => 1.0.2): Loading from cache
  1084. - Downgrading symfony/debug (v3.4.20 => v3.4.11): Loading from cache
  1085. - Downgrading symfony/console (v3.3.18 => v3.3.17): Loading from cache
  1086. - Downgrading symfony/class-loader (v3.4.20 => v3.4.11): Loading from cache
  1087. - Downgrading moodlehq/behat-extension (v3.37.0 => v3.36.0): Loading from cache
  1088. - Downgrading doctrine/instantiator (1.1.0 => 1.0.5): Loading from cache
  1089. - Downgrading phpunit/phpunit-mock-objects (5.0.10 => 5.0.7): Loading from cache
  1090. - Downgrading phpspec/prophecy (1.8.0 => 1.7.6): Loading from cache
  1091. - Downgrading myclabs/deep-copy (1.8.1 => 1.7.0): Loading from cache
  1092. - Downgrading phpunit/phpunit (6.5.13 => 6.5.8): Loading from cache
  1093. Package phpunit/dbunit is abandoned, you should avoid using it. No replacement was suggested.
  1094. Generating autoload files
  1095. Dropping tables:
  1096. ............................................................
  1097. ............................................................
  1098. ............................................................
  1099. ............................................................
  1100. ............................................................
  1101. ............................................................
  1102. ...................................................
  1103. Acceptance tests site dropped
  1104. -->System
  1105. ++ Success ++
  1106. -->antivirus_clamav
  1107. ++ Success ++
  1108. -->availability_completion
  1109. ++ Success ++
  1110. -->availability_date
  1111. ++ Success ++
  1112. -->availability_grade
  1113. ++ Success ++
  1114. -->availability_group
  1115. ++ Success ++
  1116. -->availability_grouping
  1117. ++ Success ++
  1118. -->availability_profile
  1119. ++ Success ++
  1120. -->qtype_calculated
  1121. ++ Success ++
  1122. -->qtype_calculatedmulti
  1123. ++ Success ++
  1124. -->qtype_calculatedsimple
  1125. ++ Success ++
  1126. -->qtype_ddimageortext
  1127. ++ Success ++
  1128. -->qtype_ddmarker
  1129. ++ Success ++
  1130. -->qtype_ddwtos
  1131. ++ Success ++
  1132. -->qtype_description
  1133. ++ Success ++
  1134. -->qtype_essay
  1135. ++ Success ++
  1136. -->qtype_gapselect
  1137. ++ Success ++
  1138. -->qtype_match
  1139. ++ Success ++
  1140. -->qtype_missingtype
  1141. ++ Success ++
  1142. -->qtype_multianswer
  1143. ++ Success ++
  1144. -->qtype_multichoice
  1145. ++ Success ++
  1146. -->qtype_numerical
  1147. ++ Success ++
  1148. -->qtype_random
  1149. ++ Success ++
  1150. -->qtype_randomsamatch
  1151. ++ Success ++
  1152. -->qtype_shortanswer
  1153. ++ Success ++
  1154. -->qtype_truefalse
  1155. ++ Success ++
  1156. -->mod_assign
  1157. ++ Success ++
  1158. -->mod_assignment
  1159. ++ Success ++
  1160. -->mod_book
  1161. ++ Success ++
  1162. -->mod_chat
  1163. ++ Success ++
  1164. -->mod_choice
  1165. ++ Success ++
  1166. -->mod_data
  1167. ++ Success ++
  1168. -->mod_feedback
  1169. ++ Success ++
  1170. -->mod_folder
  1171. ++ Success ++
  1172. -->mod_forum
  1173. ++ Success ++
  1174. -->mod_glossary
  1175. ++ Success ++
  1176. -->mod_imscp
  1177. ++ Success ++
  1178. -->mod_label
  1179. ++ Success ++
  1180. -->mod_lesson
  1181. ++ Success ++
  1182. -->mod_lti
  1183. ++ Success ++
  1184. -->mod_page
  1185. ++ Success ++
  1186. -->mod_quiz
  1187. ++ Success ++
  1188. -->mod_resource
  1189. ++ Success ++
  1190. -->mod_scorm
  1191. ++ Success ++
  1192. -->mod_survey
  1193. ++ Success ++
  1194. -->mod_url
  1195. ++ Success ++
  1196. -->mod_wiki
  1197. ++ Success ++
  1198. -->mod_workshop
  1199. ++ Success ++
  1200. -->auth_cas
  1201. ++ Success ++
  1202. -->auth_db
  1203. ++ Success ++
  1204. -->auth_email
  1205. ++ Success ++
  1206. -->auth_ldap
  1207. ++ Success ++
  1208. -->auth_lti
  1209. ++ Success ++
  1210. -->auth_manual
  1211. ++ Success ++
  1212. -->auth_mnet
  1213. ++ Success ++
  1214. -->auth_nologin
  1215. ++ Success ++
  1216. -->auth_none
  1217. ++ Success ++
  1218. -->auth_oauth2
  1219. ++ Success ++
  1220. -->auth_shibboleth
  1221. ++ Success ++
  1222. -->auth_webservice
  1223. ++ Success ++
  1224. -->calendartype_gregorian
  1225. ++ Success ++
  1226. -->enrol_category
  1227. ++ Success ++
  1228. -->enrol_cohort
  1229. ++ Success ++
  1230. -->enrol_database
  1231. ++ Success ++
  1232. -->enrol_flatfile
  1233. ++ Success ++
  1234. -->enrol_guest
  1235. ++ Success ++
  1236. -->enrol_imsenterprise
  1237. ++ Success ++
  1238. -->enrol_ldap
  1239. ++ Success ++
  1240. -->enrol_lti
  1241. ++ Success ++
  1242. -->enrol_manual
  1243. ++ Success ++
  1244. -->enrol_meta
  1245. ++ Success ++
  1246. -->enrol_mnet
  1247. ++ Success ++
  1248. -->enrol_paypal
  1249. ++ Success ++
  1250. -->enrol_self
  1251. ++ Success ++
  1252. -->message_airnotifier
  1253. ++ Success ++
  1254. -->message_email
  1255. ++ Success ++
  1256. -->message_jabber
  1257. ++ Success ++
  1258. -->message_popup
  1259. ++ Success ++
  1260. -->block_activity_modules
  1261. ++ Success ++
  1262. -->block_activity_results
  1263. ++ Success ++
  1264. -->block_admin_bookmarks
  1265. ++ Success ++
  1266. -->block_badges
  1267. ++ Success ++
  1268. -->block_blog_menu
  1269. ++ Success ++
  1270. -->block_blog_recent
  1271. ++ Success ++
  1272. -->block_blog_tags
  1273. ++ Success ++
  1274. -->block_calendar_month
  1275. ++ Success ++
  1276. -->block_calendar_upcoming
  1277. ++ Success ++
  1278. -->block_comments
  1279. ++ Success ++
  1280. -->block_community
  1281. ++ Success ++
  1282. -->block_completionstatus
  1283. ++ Success ++
  1284. -->block_course_list
  1285. ++ Success ++
  1286. -->block_course_summary
  1287. ++ Success ++
  1288. -->block_feedback
  1289. ++ Success ++
  1290. -->block_globalsearch
  1291. ++ Success ++
  1292. -->block_glossary_random
  1293. ++ Success ++
  1294. -->block_html
  1295. ++ Success ++
  1296. -->block_login
  1297. ++ Success ++
  1298. -->block_lp
  1299. ++ Success ++
  1300. -->block_mentees
  1301. ++ Success ++
  1302. -->block_mnet_hosts
  1303. ++ Success ++
  1304. -->block_myoverview
  1305. ++ Success ++
  1306. -->block_myprofile
  1307. ++ Success ++
  1308. -->block_navigation
  1309. ++ Success ++
  1310. -->block_news_items
  1311. ++ Success ++
  1312. -->block_online_users
  1313. ++ Success ++
  1314. -->block_participants
  1315. ++ Success ++
  1316. -->block_private_files
  1317. ++ Success ++
  1318. -->block_quiz_results
  1319. ++ Success ++
  1320. -->block_recent_activity
  1321. ++ Success ++
  1322. -->block_recentlyaccessedcourses
  1323. ++ Success ++
  1324. -->block_recentlyaccesseditems
  1325. ++ Success ++
  1326. -->block_rss_client
  1327. ++ Success ++
  1328. -->block_search_forums
  1329. ++ Success ++
  1330. -->block_section_links
  1331. ++ Success ++
  1332. -->block_selfcompletion
  1333. ++ Success ++
  1334. -->block_settings
  1335. ++ Success ++
  1336. -->block_site_main_menu
  1337. ++ Success ++
  1338. -->block_social_activities
  1339. ++ Success ++
  1340. -->block_starredcourses
  1341. ++ Success ++
  1342. -->block_tag_flickr
  1343. ++ Success ++
  1344. -->block_tag_youtube
  1345. ++ Success ++
  1346. -->block_tags
  1347. ++ Success ++
  1348. -->block_timeline
  1349. ++ Success ++
  1350. -->media_html5audio
  1351. ++ Success ++
  1352. -->media_html5video
  1353. ++ Success ++
  1354. -->media_swf
  1355. ++ Success ++
  1356. -->media_videojs
  1357. ++ Success ++
  1358. -->media_vimeo
  1359. ++ Success ++
  1360. -->media_youtube
  1361. ++ Success ++
  1362. -->filter_activitynames
  1363. ++ Success ++
  1364. -->filter_algebra
  1365. ++ Success ++
  1366. -->filter_censor
  1367. ++ Success ++
  1368. -->filter_data
  1369. ++ Success ++
  1370. -->filter_emailprotect
  1371. ++ Success ++
  1372. -->filter_emoticon
  1373. ++ Success ++
  1374. -->filter_glossary
  1375. ++ Success ++
  1376. -->filter_mathjaxloader
  1377. ++ Success ++
  1378. -->filter_mediaplugin
  1379. ++ Success ++
  1380. -->filter_multilang
  1381. ++ Success ++
  1382. -->filter_tex
  1383. ++ Success ++
  1384. -->filter_tidy
  1385. ++ Success ++
  1386. -->filter_urltolink
  1387. ++ Success ++
  1388. -->editor_atto
  1389. ++ Success ++
  1390. -->editor_textarea
  1391. ++ Success ++
  1392. -->editor_tinymce
  1393. ++ Success ++
  1394. -->format_singleactivity
  1395. ++ Success ++
  1396. -->format_social
  1397. ++ Success ++
  1398. -->format_topics
  1399. ++ Success ++
  1400. -->format_weeks
  1401. ++ Success ++
  1402. -->dataformat_csv
  1403. ++ Success ++
  1404. -->dataformat_excel
  1405. ++ Success ++
  1406. -->dataformat_html
  1407. ++ Success ++
  1408. -->dataformat_json
  1409. ++ Success ++
  1410. -->dataformat_ods
  1411. ++ Success ++
  1412. -->profilefield_checkbox
  1413. ++ Success ++
  1414. -->profilefield_datetime
  1415. ++ Success ++
  1416. -->profilefield_menu
  1417. ++ Success ++
  1418. -->profilefield_text
  1419. ++ Success ++
  1420. -->profilefield_textarea
  1421. ++ Success ++
  1422. -->report_backups
  1423. ++ Success ++
  1424. -->report_competency
  1425. ++ Success ++
  1426. -->report_completion
  1427. ++ Success ++
  1428. -->report_configlog
  1429. ++ Success ++
  1430. -->report_courseoverview
  1431. ++ Success ++
  1432. -->report_eventlist
  1433. ++ Success ++
  1434. -->report_insights
  1435. ++ Success ++
  1436. -->report_log
  1437. ++ Success ++
  1438. -->report_loglive
  1439. ++ Success ++
  1440. -->report_outline
  1441. ++ Success ++
  1442. -->report_participation
  1443. ++ Success ++
  1444. -->report_performance
  1445. ++ Success ++
  1446. -->report_progress
  1447. ++ Success ++
  1448. -->report_questioninstances
  1449. ++ Success ++
  1450. -->report_security
  1451. ++ Success ++
  1452. -->report_stats
  1453. ++ Success ++
  1454. -->report_usersessions
  1455. ++ Success ++
  1456. -->gradeexport_ods
  1457. ++ Success ++
  1458. -->gradeexport_txt
  1459. ++ Success ++
  1460. -->gradeexport_xls
  1461. ++ Success ++
  1462. -->gradeexport_xml
  1463. ++ Success ++
  1464. -->gradeimport_csv
  1465. ++ Success ++
  1466. -->gradeimport_direct
  1467. ++ Success ++
  1468. -->gradeimport_xml
  1469. ++ Success ++
  1470. -->gradereport_grader
  1471. ++ Success ++
  1472. -->gradereport_history
  1473. ++ Success ++
  1474. -->gradereport_outcomes
  1475. ++ Success ++
  1476. -->gradereport_overview
  1477. ++ Success ++
  1478. -->gradereport_singleview
  1479. ++ Success ++
  1480. -->gradereport_user
  1481. ++ Success ++
  1482. -->gradingform_guide
  1483. ++ Success ++
  1484. -->gradingform_rubric
  1485. ++ Success ++
  1486. -->mlbackend_php
  1487. ++ Success ++
  1488. -->mlbackend_python
  1489. ++ Success ++
  1490. -->mnetservice_enrol
  1491. ++ Success ++
  1492. -->webservice_rest
  1493. ++ Success ++
  1494. -->webservice_soap
  1495. ++ Success ++
  1496. -->webservice_xmlrpc
  1497. ++ Success ++
  1498. -->repository_areafiles
  1499. ++ Success ++
  1500. -->repository_boxnet
  1501. ++ Success ++
  1502. -->repository_coursefiles
  1503. ++ Success ++
  1504. -->repository_dropbox
  1505. ++ Success ++
  1506. -->repository_equella
  1507. ++ Success ++
  1508. -->repository_filesystem
  1509. ++ Success ++
  1510. -->repository_flickr
  1511. ++ Success ++
  1512. -->repository_flickr_public
  1513. ++ Success ++
  1514. -->repository_googledocs
  1515. ++ Success ++
  1516. -->repository_local
  1517. ++ Success ++
  1518. -->repository_merlot
  1519. ++ Success ++
  1520. -->repository_nextcloud
  1521. ++ Success ++
  1522. -->repository_onedrive
  1523. ++ Success ++
  1524. -->repository_picasa
  1525. ++ Success ++
  1526. -->repository_recent
  1527. ++ Success ++
  1528. -->repository_s3
  1529. ++ Success ++
  1530. -->repository_skydrive
  1531. ++ Success ++
  1532. -->repository_upload
  1533. ++ Success ++
  1534. -->repository_url
  1535. ++ Success ++
  1536. -->repository_user
  1537. ++ Success ++
  1538. -->repository_webdav
  1539. ++ Success ++
  1540. -->repository_wikimedia
  1541. ++ Success ++
  1542. -->repository_youtube
  1543. ++ Success ++
  1544. -->portfolio_boxnet
  1545. ++ Success ++
  1546. -->portfolio_download
  1547. ++ Success ++
  1548. -->portfolio_flickr
  1549. ++ Success ++
  1550. -->portfolio_googledocs
  1551. ++ Success ++
  1552. -->portfolio_mahara
  1553. ++ Success ++
  1554. -->portfolio_picasa
  1555. ++ Success ++
  1556. -->search_simpledb
  1557. ++ Success ++
  1558. -->search_solr
  1559. ++ Success ++
  1560. -->qbehaviour_adaptive
  1561. ++ Success ++
  1562. -->qbehaviour_adaptivenopenalty
  1563. ++ Success ++
  1564. -->qbehaviour_deferredcbm
  1565. ++ Success ++
  1566. -->qbehaviour_deferredfeedback
  1567. ++ Success ++
  1568. -->qbehaviour_immediatecbm
  1569. ++ Success ++
  1570. -->qbehaviour_immediatefeedback
  1571. ++ Success ++
  1572. -->qbehaviour_informationitem
  1573. ++ Success ++
  1574. -->qbehaviour_interactive
  1575. ++ Success ++
  1576. -->qbehaviour_interactivecountback
  1577. ++ Success ++
  1578. -->qbehaviour_manualgraded
  1579. ++ Success ++
  1580. -->qbehaviour_missing
  1581. ++ Success ++
  1582. -->qformat_aiken
  1583. ++ Success ++
  1584. -->qformat_blackboard_six
  1585. ++ Success ++
  1586. -->qformat_examview
  1587. ++ Success ++
  1588. -->qformat_gift
  1589. ++ Success ++
  1590. -->qformat_missingword
  1591. ++ Success ++
  1592. -->qformat_multianswer
  1593. ++ Success ++
  1594. -->qformat_webct
  1595. ++ Success ++
  1596. -->qformat_xhtml
  1597. ++ Success ++
  1598. -->qformat_xml
  1599. ++ Success ++
  1600. -->plagiarism_dummypla
  1601. ++ Success ++
  1602. -->tool_analytics
  1603. ++ Success ++
  1604. -->tool_availabilityconditions
  1605. ++ Success ++
  1606. -->tool_behat
  1607. ++ Success ++
  1608. -->tool_capability
  1609. ++ Success ++
  1610. -->tool_cohortroles
  1611. ++ Success ++
  1612. -->tool_customlang
  1613. ++ Success ++
  1614. -->tool_dataprivacy
  1615. ++ Success ++
  1616. -->tool_dbtransfer
  1617. ++ Success ++
  1618. -->tool_filetypes
  1619. ++ Success ++
  1620. -->tool_generator
  1621. ++ Success ++
  1622. -->tool_health
  1623. ++ Success ++
  1624. -->tool_httpsreplace
  1625. ++ Success ++
  1626. -->tool_innodb
  1627. ++ Success ++
  1628. -->tool_installaddon
  1629. ++ Success ++
  1630. -->tool_langimport
  1631. ++ Success ++
  1632. -->tool_log
  1633. ++ Success ++
  1634. -->tool_lp
  1635. ++ Success ++
  1636. -->tool_lpimportcsv
  1637. ++ Success ++
  1638. -->tool_lpmigrate
  1639. ++ Success ++
  1640. -->tool_messageinbound
  1641. ++ Success ++
  1642. -->tool_mobile
  1643. ++ Success ++
  1644. -->tool_monitor
  1645. ++ Success ++
  1646. -->tool_multilangupgrade
  1647. ++ Success ++
  1648. -->tool_oauth2
  1649. ++ Success ++
  1650. -->tool_phpunit
  1651. ++ Success ++
  1652. -->tool_policy
  1653. ++ Success ++
  1654. -->tool_profiling
  1655. ++ Success ++
  1656. -->tool_recyclebin
  1657. ++ Success ++
  1658. -->tool_replace
  1659. ++ Success ++
  1660. -->tool_spamcleaner
  1661. ++ Success ++
  1662. -->tool_task
  1663. ++ Success ++
  1664. -->tool_templatelibrary
  1665. ++ Success ++
  1666. -->tool_unsuproles
  1667. ++ Success ++
  1668. -->tool_uploadcourse
  1669. ++ Success ++
  1670. -->tool_uploaduser
  1671. ++ Success ++
  1672. -->tool_usertours
  1673. ++ Success ++
  1674. -->tool_xmldb
  1675. ++ Success ++
  1676. -->cachestore_apcu
  1677. ++ Success ++
  1678. -->cachestore_file
  1679. ++ Success ++
  1680. -->cachestore_memcached
  1681. ++ Success ++
  1682. -->cachestore_mongodb
  1683. ++ Success ++
  1684. -->cachestore_redis
  1685. ++ Success ++
  1686. -->cachestore_session
  1687. ++ Success ++
  1688. -->cachestore_static
  1689. ++ Success ++
  1690. -->cachelock_file
  1691. ++ Success ++
  1692. -->fileconverter_googledrive
  1693. ++ Success ++
  1694. -->fileconverter_unoconv
  1695. ++ Success ++
  1696. -->theme_boost
  1697. ++ Success ++
  1698. -->theme_bootstrapbase
  1699. ++ Success ++
  1700. -->theme_clean
  1701. ++ Success ++
  1702. -->theme_more
  1703. ++ Success ++
  1704. -->assignsubmission_comments
  1705. ++ Success ++
  1706. -->assignsubmission_file
  1707. ++ Success ++
  1708. -->assignsubmission_onlinetext
  1709. ++ Success ++
  1710. -->assignfeedback_comments
  1711. ++ Success ++
  1712. -->assignfeedback_editpdf
  1713. ++ Success ++
  1714. -->assignfeedback_file
  1715. ++ Success ++
  1716. -->assignfeedback_offline
  1717. ++ Success ++
  1718. -->assignment_offline
  1719. ++ Success ++
  1720. -->assignment_online
  1721. ++ Success ++
  1722. -->assignment_upload
  1723. ++ Success ++
  1724. -->assignment_uploadsingle
  1725. ++ Success ++
  1726. -->booktool_exportimscp
  1727. ++ Success ++
  1728. -->booktool_importhtml
  1729. ++ Success ++
  1730. -->booktool_print
  1731. ++ Success ++
  1732. -->datafield_checkbox
  1733. ++ Success ++
  1734. -->datafield_date
  1735. ++ Success ++
  1736. -->datafield_file
  1737. ++ Success ++
  1738. -->datafield_latlong
  1739. ++ Success ++
  1740. -->datafield_menu
  1741. ++ Success ++
  1742. -->datafield_multimenu
  1743. ++ Success ++
  1744. -->datafield_number
  1745. ++ Success ++
  1746. -->datafield_picture
  1747. ++ Success ++
  1748. -->datafield_radiobutton
  1749. ++ Success ++
  1750. -->datafield_text
  1751. ++ Success ++
  1752. -->datafield_textarea
  1753. ++ Success ++
  1754. -->datafield_url
  1755. ++ Success ++
  1756. -->datapreset_imagegallery
  1757. ++ Success ++
  1758. -->ltiservice_gradebookservices
  1759. ++ Success ++
  1760. -->ltiservice_memberships
  1761. ++ Success ++
  1762. -->ltiservice_profile
  1763. ++ Success ++
  1764. -->ltiservice_toolproxy
  1765. ++ Success ++
  1766. -->ltiservice_toolsettings
  1767. ++ Success ++
  1768. -->quiz_grading
  1769. ++ Success ++
  1770. -->quiz_overview
  1771. ++ Success ++
  1772. -->quiz_responses
  1773. ++ Success ++
  1774. -->quiz_statistics
  1775. ++ Success ++
  1776. -->quizaccess_delaybetweenattempts
  1777. ++ Success ++
  1778. -->quizaccess_ipaddress
  1779. ++ Success ++
  1780. -->quizaccess_numattempts
  1781. ++ Success ++
  1782. -->quizaccess_offlineattempts
  1783. ++ Success ++
  1784. -->quizaccess_openclosedate
  1785. ++ Success ++
  1786. -->quizaccess_password
  1787. ++ Success ++
  1788. -->quizaccess_safebrowser
  1789. ++ Success ++
  1790. -->quizaccess_securewindow
  1791. ++ Success ++
  1792. -->quizaccess_timelimit
  1793. ++ Success ++
  1794. -->scormreport_basic
  1795. ++ Success ++
  1796. -->scormreport_graphs
  1797. ++ Success ++
  1798. -->scormreport_interactions
  1799. ++ Success ++
  1800. -->scormreport_objectives
  1801. ++ Success ++
  1802. -->workshopform_accumulative
  1803. ++ Success ++
  1804. -->workshopform_comments
  1805. ++ Success ++
  1806. -->workshopform_numerrors
  1807. ++ Success ++
  1808. -->workshopform_rubric
  1809. ++ Success ++
  1810. -->workshopallocation_manual
  1811. ++ Success ++
  1812. -->workshopallocation_random
  1813. ++ Success ++
  1814. -->workshopallocation_scheduled
  1815. ++ Success ++
  1816. -->workshopeval_best
  1817. ++ Success ++
  1818. -->atto_accessibilitychecker
  1819. ++ Success ++
  1820. -->atto_accessibilityhelper
  1821. ++ Success ++
  1822. -->atto_align
  1823. ++ Success ++
  1824. -->atto_backcolor
  1825. ++ Success ++
  1826. -->atto_bold
  1827. ++ Success ++
  1828. -->atto_charmap
  1829. ++ Success ++
  1830. -->atto_clear
  1831. ++ Success ++
  1832. -->atto_collapse
  1833. ++ Success ++
  1834. -->atto_emoticon
  1835. ++ Success ++
  1836. -->atto_equation
  1837. ++ Success ++
  1838. -->atto_fontcolor
  1839. ++ Success ++
  1840. -->atto_html
  1841. ++ Success ++
  1842. -->atto_image
  1843. ++ Success ++
  1844. -->atto_indent
  1845. ++ Success ++
  1846. -->atto_italic
  1847. ++ Success ++
  1848. -->atto_link
  1849. ++ Success ++
  1850. -->atto_managefiles
  1851. ++ Success ++
  1852. -->atto_media
  1853. ++ Success ++
  1854. -->atto_noautolink
  1855. ++ Success ++
  1856. -->atto_orderedlist
  1857. ++ Success ++
  1858. -->atto_recordrtc
  1859. ++ Success ++
  1860. -->atto_rtl
  1861. ++ Success ++
  1862. -->atto_strike
  1863. ++ Success ++
  1864. -->atto_subscript
  1865. ++ Success ++
  1866. -->atto_superscript
  1867. ++ Success ++
  1868. -->atto_table
  1869. ++ Success ++
  1870. -->atto_title
  1871. ++ Success ++
  1872. -->atto_underline
  1873. ++ Success ++
  1874. -->atto_undo
  1875. ++ Success ++
  1876. -->atto_unorderedlist
  1877. ++ Success ++
  1878. -->tinymce_ctrlhelp
  1879. ++ Success ++
  1880. -->tinymce_managefiles
  1881. ++ Success ++
  1882. -->tinymce_moodleemoticon
  1883. ++ Success ++
  1884. -->tinymce_moodleimage
  1885. ++ Success ++
  1886. -->tinymce_moodlemedia
  1887. ++ Success ++
  1888. -->tinymce_moodlenolink
  1889. ++ Success ++
  1890. -->tinymce_pdw
  1891. ++ Success ++
  1892. -->tinymce_spellchecker
  1893. ++ Success ++
  1894. -->tinymce_wrap
  1895. ++ Success ++
  1896. -->logstore_database
  1897. ++ Success ++
  1898. -->logstore_legacy
  1899. ++ Success ++
  1900. -->logstore_standard
  1901. ++ Success ++
  1902. Acceptance tests site installed
  1903. 2.5 behat profile detected, automatically converted to current 3.x format
  1904. Acceptance tests environment enabled on http://127.0.0.1/~stronk7/behatintegration, to run the tests use:
  1905. vendor/bin/behat --config /Users/stronk7/Sites/moodle_data_gitintegration/master/postgres_behat/behatrun/behat/behat.yml
  1906.  
  1907. -p zombie: to run the zombie headless driver & browser (selenium not needed). Default tags:
  1908. '~@_file_upload&&~@_alert&&~@_switch_window'
  1909.  
  1910. -p phantomjswd: to run the panthomjs headless webdriver & browser (selenium not needed). Default tags:
  1911. '~@_file_upload&&~@_alert&&~@_bug_phantomjs'
  1912.  
  1913. -p seleniumhtmlunit: to run the htmlunit headless browser (with selenium). Default tags:
  1914. '~@_file_upload&&~@_alert&&~@_switch_window'
  1915. -p seleniumphantomjs: to run the pahntomjs headless browser (with selenium). Default tags:
  1916. '~@_file_upload&&~@_alert&&~@_bug_phantomjs'
  1917. -p seleniumfirefox: (this is the default) to run the firefox web browser (with selenium). Default tags:
  1918. ''
  1919. -p seleniumchrome: to run the chrome web browser (with selenium). Default tags:
  1920. ''
  1921. -p seleniumsafari: to run the safari web browser (with selenium). Default tags:
  1922. '~@_alert&&~@_switch_window'
  1923. -p seleniumexplorer: to run the explorer web browser (with selenium). Default tags:
  1924. '~@_switch_window'
  1925.  
  1926. NOTE: When using remote browsers @_file_upload must be excluded because they don't have access to them locally.
  1927.  
  1928. Ensure CFG->behat_wwwroot, behat_prefix and behat_dataroot are set. And the site is accesible over http.
  1929.  
  1930. Use this to instruct mink where zombie.js is (needed for '-p zombie')
  1931. export NODE_PATH="/opt/local/lib/node_modules"
  1932. Note this needs node zombie installation + composer behat/mink-zombie-driver: 1.0.* installed
  1933. and right now, hacking: ZombieDriver.php to have the getBrowserName method implemented
  1934. no matter of that, if fails everywhere right now
  1935.  
  1936. Use this (@ dirroot) to launch the headless phantomjs webdriver (needed for '-p phantomjswd')
  1937. phantomjs --webdriver=8668
  1938.  
  1939. Use this to launch the headless chrome browser for use with the behat chrome extension (needed for '-p minkchrome')
  1940. /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --disable-gpu --headless --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222
  1941. can launch more in port 9223, 9224, 9225 for parallel runs
  1942.  
  1943. If you get, for behat runs:
  1944. Behat requirement not satisfied: http://.... is not available....
  1945. Exit codes for each behat run:
  1946. behatrun1: 251
  1947. behatrun2: 251
  1948. then verify that the directory being served (maybe userdir) has -SymLinksIfOwnerMatch (aka, disabled)
  1949. (if it's enabled... then it may not work if dir owner and link owner are different)
  1950. Link: https://unix.stackexchange.com/questions/20993/symbolic-link-not-allowed-or-link-target-not-accessible-apache-on-centos-6
  1951.  
  1952. Use this (@ dirroot) to launch the selenium server (needed for use of ONE - and only one - browser, no hub)
  1953. java -Dwebdriver.chrome.driver=/Users/stronk7/bin/chromedriver \
  1954. -Dwebdriver.gecko.driver=/Users/stronk7/bin/geckodriver \
  1955. -Djava.net.preferIPv4Stack=true \
  1956. -jar /Users/stronk7/bin/selenium-server-standalone.jar \
  1957. -timeout 86400 -port 8668
  1958. Differences detected between cli and webserver...
  1959. phpversion:
  1960. - web server: 7.1.25
  1961. - cli: 7.3.0
  1962. Moodle 3.7dev (Build: 20181204), 4bfcadbaa1a6386de8c1f8d48aaa11274e279b9c
  1963. Php: 7.3.0, pgsql: 9.6.11, OS: Darwin 18.2.0 x86_64
  1964. Server OS "Darwin", Browser: "chrome"
  1965. Browser specific fixes have been applied. See http://docs.moodle.org/dev/Acceptance_testing#Browser_specific_fixes
  1966. Started at 23-01-2019, 19:41
  1967. ...........F
  1968.  
  1969. --- Pasos fallidos:
  1970.  
  1971. 001 Scenario: Backup and restore a course containing a drag and drop onto image question # /Users/stronk7/git_moodle/integration/question/type/ddimageortext/tests/behat/backup_and_restore.feature:26
  1972. Then the following fields match these values: # /Users/stronk7/git_moodle/integration/question/type/ddimageortext/tests/behat/backup_and_restore.feature:33
  1973. The 'id_drops_0_choice' value is '7', '7. mountainbelt' expected (Behat\Mink\Exception\ExpectationException)
  1974.  
  1975. 1 escenario (1 fallaron)
  1976. 12 pasos (11 pasaron, 1 fallaron)
  1977. 1m8.02s (67.30Mb)
  1978. 4bfcadbaa1a6386de8c1f8d48aaa11274e279b9c is the first bad commit
  1979. commit 4bfcadbaa1a6386de8c1f8d48aaa11274e279b9c
  1980. Author: Marina Glancy <[email protected]>
  1981. Date: Tue Dec 4 18:42:05 2018 +0100
  1982.  
  1983. MDL-64324 core_form: randomly generate id attribute on forms
  1984.  
  1985. otherwise there are id collisions in forms loaded in AJAX requests
  1986.  
  1987. :040000 040000 5598141ee579baae4539743d4a6e0844d34fa07b f59f32a627a6a40ff23b02f6e3c3a15820a9352f M lib
  1988. bisect run success
Advertisement
Add Comment
Please, Sign In to add comment