Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 0216a5a4a17f94008ac0911a085b072404a1b846 https://github.com/phpmyadmin/phpmyadmin/commit/0216a5a4a17f94008ac0911a085b... Author: Jeff Chan jefftchan@gmail.com Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths: M test/classes/PMA_Footer_test.php M test/classes/PMA_TableReplaceSearch_test.php M test/classes/PMA_TableSearch_test.php M test/classes/config/PMA_FormDisplay_test.php M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php M test/classes/plugin/export/PMA_ExportCsv_test.php M test/classes/plugin/export/PMA_ExportHtmlword_test.php M test/classes/plugin/export/PMA_ExportLatex_test.php M test/classes/plugin/export/PMA_ExportOdt_test.php M test/classes/plugin/export/PMA_ExportSql_test.php M test/classes/plugin/export/PMA_ExportXml_test.php M test/classes/schema/Pdf_Relation_Schema_test.php M test/libraries/PMA_SetupIndex_test.php M test/libraries/PMA_display_export_test.php M test/libraries/PMA_relation_cleanup_test.php M test/libraries/PMA_server_binlog_test.php M test/libraries/PMA_server_privileges_test.php M test/libraries/PMA_server_replication_test.php M test/libraries/PMA_server_status_advisor_test.php M test/libraries/PMA_server_status_monitor_test.php M test/libraries/PMA_server_status_test.php M test/libraries/PMA_server_status_variables_test.php M test/libraries/common/PMA_getDbLink_test.php
Log Message: ----------- Move slow tests in HHVM to group medium
These tests were failing on HHVM because of the default 3 second timeout. Yes, HHVM is supposed to be faster, but there's a "warmup" time for scripts in JIT mode (which is on by default). I suspect that's why they're failing.
Signed-off-by: Jeff Chan jefftchan@gmail.com
Commit: d73b9ef35d456381a3e361c31121fe391dc29ee7 https://github.com/phpmyadmin/phpmyadmin/commit/d73b9ef35d456381a3e361c31121... Author: Michal Čihař michal@cihar.com Date: 2014-03-13 (Thu, 13 Mar 2014)
Changed paths: M test/classes/PMA_Footer_test.php M test/classes/PMA_TableReplaceSearch_test.php M test/classes/PMA_TableSearch_test.php M test/classes/config/PMA_FormDisplay_test.php M test/classes/plugin/auth/PMA_AuthenticationCookie_test.php M test/classes/plugin/export/PMA_ExportCsv_test.php M test/classes/plugin/export/PMA_ExportHtmlword_test.php M test/classes/plugin/export/PMA_ExportLatex_test.php M test/classes/plugin/export/PMA_ExportOdt_test.php M test/classes/plugin/export/PMA_ExportSql_test.php M test/classes/plugin/export/PMA_ExportXml_test.php M test/classes/schema/Pdf_Relation_Schema_test.php M test/libraries/PMA_SetupIndex_test.php M test/libraries/PMA_display_export_test.php M test/libraries/PMA_relation_cleanup_test.php M test/libraries/PMA_server_binlog_test.php M test/libraries/PMA_server_privileges_test.php M test/libraries/PMA_server_replication_test.php M test/libraries/PMA_server_status_advisor_test.php M test/libraries/PMA_server_status_monitor_test.php M test/libraries/PMA_server_status_test.php M test/libraries/PMA_server_status_variables_test.php M test/libraries/common/PMA_getDbLink_test.php
Log Message: ----------- Merge pull request #1055 from jeffchan/up-test-time-limit
Move slow tests in HHVM to group medium
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/472d5df554cc...d73b9ef35d45