[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 013a9a: Move slow test in HHVM to group medium

Michal Čihař michal at cihar.com
Thu Mar 13 23:35:56 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 013a9a33952bc701171677412c12906e76949264
      https://github.com/phpmyadmin/phpmyadmin/commit/013a9a33952bc701171677412c12906e76949264
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M test/classes/PMA_Config_test.php
    M test/classes/PMA_DisplayResults_test.php
    M test/classes/PMA_Header_test.php
    M test/classes/PMA_Theme_test.php
    M test/classes/plugin/export/PMA_ExportCodegen_test.php
    M test/classes/plugin/export/PMA_ExportCsv_test.php
    M test/classes/plugin/export/PMA_ExportExcel_test.php
    M test/classes/plugin/export/PMA_ExportHtmlword_test.php
    M test/classes/plugin/export/PMA_ExportJson_test.php
    M test/classes/plugin/export/PMA_ExportLatex_test.php
    M test/classes/plugin/export/PMA_ExportMediawiki_test.php
    M test/classes/plugin/export/PMA_ExportOds_test.php
    M test/classes/plugin/export/PMA_ExportOdt_test.php
    M test/classes/plugin/export/PMA_ExportPdf_test.php
    M test/classes/plugin/export/PMA_ExportPhparray_test.php
    M test/classes/plugin/export/PMA_ExportSql_test.php
    M test/classes/plugin/export/PMA_ExportTexytext_test.php
    M test/classes/plugin/export/PMA_ExportXml_test.php
    M test/classes/plugin/export/PMA_ExportYaml_test.php
    M test/libraries/PMA_ConfigFile_test.php
    M test/libraries/PMA_display_export_test.php
    M test/libraries/PMA_insert_edit_test.php
    M test/libraries/PMA_relation_test.php

  Log Message:
  -----------
  Move slow test 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 at gmail.com>


  Commit: ad931a1c05ae9436d7edb72cc88ab9942c8f81e3
      https://github.com/phpmyadmin/phpmyadmin/commit/ad931a1c05ae9436d7edb72cc88ab9942c8f81e3
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M test/classes/PMA_Config_test.php
    M test/classes/PMA_DisplayResults_test.php
    M test/classes/PMA_Header_test.php
    M test/classes/PMA_Theme_test.php
    M test/classes/plugin/export/PMA_ExportCodegen_test.php
    M test/classes/plugin/export/PMA_ExportCsv_test.php
    M test/classes/plugin/export/PMA_ExportExcel_test.php
    M test/classes/plugin/export/PMA_ExportHtmlword_test.php
    M test/classes/plugin/export/PMA_ExportJson_test.php
    M test/classes/plugin/export/PMA_ExportLatex_test.php
    M test/classes/plugin/export/PMA_ExportMediawiki_test.php
    M test/classes/plugin/export/PMA_ExportOds_test.php
    M test/classes/plugin/export/PMA_ExportOdt_test.php
    M test/classes/plugin/export/PMA_ExportPdf_test.php
    M test/classes/plugin/export/PMA_ExportPhparray_test.php
    M test/classes/plugin/export/PMA_ExportSql_test.php
    M test/classes/plugin/export/PMA_ExportTexytext_test.php
    M test/classes/plugin/export/PMA_ExportXml_test.php
    M test/classes/plugin/export/PMA_ExportYaml_test.php
    M test/libraries/PMA_ConfigFile_test.php
    M test/libraries/PMA_display_export_test.php
    M test/libraries/PMA_insert_edit_test.php
    M test/libraries/PMA_relation_test.php

  Log Message:
  -----------
  Merge pull request #1060 from jeffchan/fix-tests

Move slow test in HHVM to group medium


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/4ac572dc31c3...ad931a1c05ae


More information about the Git mailing list