See http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/5492/changes
Changes:
[Michal Čihař] Fix setup of user testing
------------------------------------------ [...truncated 1102 lines...] [exec] -- AUTO_INCREMENT for dumped tables [exec] -- [exec] [exec] -- [exec] -- AUTO_INCREMENT for table `test_table` [exec] -- [exec] ALTER TABLE `test_table` [exec] MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2;' contains "INSERT INTO `test_table` (`id`, `val`) VALUES (1, 2);". [exec] [exec] http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumExportTest.php:66 [exec] [exec] 6) PMA_SeleniumExportTest::testDbExport with data set #1 ('SQL', array('CREATE TABLE IF NOT EXISTS `test_table`', 'INSERT INTO `test_table` (`id`, `val`) VALUES (1, 2);')) [exec] Failed asserting that '-- phpMyAdmin SQL Dump [exec] -- version 4.2.0-dev [exec] -- http://www.phpmyadmin.net [exec] -- [exec] -- Host: localhost [exec] -- Generation Time: Feb 17, 2014 at 08:55 PM [exec] -- Server version: 5.5.35-0+wheezy1 [exec] -- PHP Version: 5.4.4-14+deb7u7 [exec] [exec] SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; [exec] SET time_zone = "+00:00"; [exec] [exec] -- [exec] -- Database: `pmatest_d6169d7` [exec] -- [exec] CREATE DATABASE IF NOT EXISTS `pmatest_d6169d7` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; [exec] USE `pmatest_d6169d7`; [exec] [exec] -- -------------------------------------------------------- [exec] [exec] -- [exec] -- Table structure for table `test_table` [exec] -- [exec] [exec] CREATE TABLE IF NOT EXISTS `test_table` ( [exec] `id` int(11) NOT NULL, [exec] `val` int(11) NOT NULL [exec] ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; [exec] [exec] -- [exec] -- Dumping data for table `test_table` [exec] -- [exec] [exec] INSERT INTO `test_table` (`id`, `val`) VALUES [exec] (1, 2); [exec] [exec] -- [exec] -- Indexes for dumped tables [exec] -- [exec] [exec] -- [exec] -- Indexes for table `test_table` [exec] -- [exec] ALTER TABLE `test_table` [exec] ADD PRIMARY KEY (`id`); [exec] [exec] -- [exec] -- AUTO_INCREMENT for dumped tables [exec] -- [exec] [exec] -- [exec] -- AUTO_INCREMENT for table `test_table` [exec] -- [exec] ALTER TABLE `test_table` [exec] MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2;' contains "INSERT INTO `test_table` (`id`, `val`) VALUES (1, 2);". [exec] [exec] http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumExportTest.php:93 [exec] [exec] 7) PMA_SeleniumExportTest::testTableExport with data set #1 ('SQL', array('CREATE TABLE IF NOT EXISTS `test_table`', 'INSERT INTO `test_table` (`id`, `val`) VALUES (1, 2);')) [exec] Failed asserting that '-- phpMyAdmin SQL Dump [exec] -- version 4.2.0-dev [exec] -- http://www.phpmyadmin.net [exec] -- [exec] -- Host: localhost [exec] -- Generation Time: Feb 17, 2014 at 08:56 PM [exec] -- Server version: 5.5.35-0+wheezy1 [exec] -- PHP Version: 5.4.4-14+deb7u7 [exec] [exec] SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; [exec] SET time_zone = "+00:00"; [exec] [exec] -- [exec] -- Database: `pmatest_ae7824b` [exec] -- [exec] [exec] -- -------------------------------------------------------- [exec] [exec] -- [exec] -- Table structure for table `test_table` [exec] -- [exec] [exec] CREATE TABLE IF NOT EXISTS `test_table` ( [exec] `id` int(11) NOT NULL, [exec] `val` int(11) NOT NULL [exec] ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; [exec] [exec] -- [exec] -- Dumping data for table `test_table` [exec] -- [exec] [exec] INSERT INTO `test_table` (`id`, `val`) VALUES [exec] (1, 2); [exec] [exec] -- [exec] -- Indexes for dumped tables [exec] -- [exec] [exec] -- [exec] -- Indexes for table `test_table` [exec] -- [exec] ALTER TABLE `test_table` [exec] ADD PRIMARY KEY (`id`); [exec] [exec] -- [exec] -- AUTO_INCREMENT for dumped tables [exec] -- [exec] [exec] -- [exec] -- AUTO_INCREMENT for table `test_table` [exec] -- [exec] ALTER TABLE `test_table` [exec] MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3;' contains "INSERT INTO `test_table` (`id`, `val`) VALUES (1, 2);". [exec] [exec] http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumExportTest.php:125 [exec] [exec] 8) PMA_SeleniumExportTest::testTableExport with data set #1 ('SQL', array('CREATE TABLE IF NOT EXISTS `test_table`', 'INSERT INTO `test_table` (`id`, `val`) VALUES (1, 2);')) [exec] Failed asserting that '-- phpMyAdmin SQL Dump [exec] -- version 4.2.0-dev [exec] -- http://www.phpmyadmin.net [exec] -- [exec] -- Host: localhost [exec] -- Generation Time: Feb 17, 2014 at 08:59 PM [exec] -- Server version: 5.5.35-0+wheezy1 [exec] -- PHP Version: 5.4.4-14+deb7u7 [exec] [exec] SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; [exec] SET time_zone = "+00:00"; [exec] [exec] -- [exec] -- Database: `pmatest_64cd75b` [exec] -- [exec] [exec] -- -------------------------------------------------------- [exec] [exec] -- [exec] -- Table structure for table `test_table` [exec] -- [exec] [exec] CREATE TABLE IF NOT EXISTS `test_table` ( [exec] `id` int(11) NOT NULL, [exec] `val` int(11) NOT NULL [exec] ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; [exec] [exec] -- [exec] -- Dumping data for table `test_table` [exec] -- [exec] [exec] INSERT INTO `test_table` (`id`, `val`) VALUES [exec] (1, 2); [exec] [exec] -- [exec] -- Indexes for dumped tables [exec] -- [exec] [exec] -- [exec] -- Indexes for table `test_table` [exec] -- [exec] ALTER TABLE `test_table` [exec] ADD PRIMARY KEY (`id`); [exec] [exec] -- [exec] -- AUTO_INCREMENT for dumped tables [exec] -- [exec] [exec] -- [exec] -- AUTO_INCREMENT for table `test_table` [exec] -- [exec] ALTER TABLE `test_table` [exec] MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3;' contains "INSERT INTO `test_table` (`id`, `val`) VALUES (1, 2);". [exec] [exec] http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumExportTest.php:125 [exec] [exec] -- [exec] [exec] [exec] There were 5 incomplete tests: [exec] [exec] 1) PMA_ConfigTest::testCheckPermissions [exec] This test has not been implemented yet. [exec] [exec] http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/classes/PMA_Config_test.php:956 [exec] [exec] 2) PMA_DisplayResults_Test::testGetTableNavigation with data set #0 (21, 41, '123', false, '310') [exec] Not yet implemented! [exec] [exec] http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/classes/PMA_DisplayResults_test.php:438 [exec] [exec] 3) PMA_AuthenticationCookie_Test::testBlowfishDecrypt [exec] Not testing mcrypt support [exec] [exec] http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/classes/plugin/auth/PMA_AuthenticationCookie_test.php:1104 [exec] [exec] 4) PMA_TblColumnsDefinitionFormTest::testGetFormParamsForOldColumn [exec] Not yet implemented! [exec] [exec] http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/libraries/PMA_tbl_columns_definition_form_test.php:1101 [exec] [exec] 5) Environment_Test::testSession [exec] No session testing [exec] [exec] http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/Environment_test.php:83 [exec] [exec] -- [exec] [exec] [exec] There was 1 skipped test: [exec] [exec] 1) Environment_Test::testMySQL [exec] Error: SQLSTATE[42000] [1049] Unknown database 'pmatest' [exec] [exec] http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/Environment_test.php:62 [exec] [exec] [37;41m[2KFAILURES! [exec] [0m[37;41m[2KTests: 2370, Assertions: 5539, Failures: 8, Errors: 98, Incomplete: 5, Skipped: 1. [exec] [0m[2K
BUILD FAILED http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/build.xml:30: exec returned: 2
Total time: 48 minutes 15 seconds Build step 'Invoke Ant' marked build as failure [CHECKSTYLE] Skipping publisher since build result is FAILURE [JSLINT] Skipping publisher since build result is FAILURE [PMD] Skipping publisher since build result is FAILURE [DRY] Collecting duplicate code analysis files... [DRY] Finding all files that match the pattern build/logs/pmd-cpd.xml [DRY] Computing warning deltas based on reference build #5461 [TASKS] Skipping publisher since build result is FAILURE [ANALYSIS-COLLECTOR] Computing warning deltas based on reference build #5461 Recording plot data [xUnit] [INFO] - Starting to record. [xUnit] [INFO] - Processing PHPUnit-3.x (default) [xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to 'http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/' for the testing framework 'PHPUnit-3.x (default)'. [xUnit] [INFO] - Check 'Failed Tests' threshold. [xUnit] [INFO] - Check 'Skipped Tests' threshold. [xUnit] [INFO] - Setting the build status to FAILURE [xUnit] [INFO] - Stopping recording.