[Phpmyadmin-devel] Build failed in Jenkins: phpMyAdmin-continuous #5498
michal at cihar.com
michal at cihar.com
Mon Feb 17 22:09:52 CET 2014
See <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/5498/changes>
Changes:
[Michal Čihař] Correctly define group for selenium tests
------------------------------------------
[...truncated 468 lines...]
[exec]
[exec] There were 4 failures:
[exec]
[exec] 1) PMA_SeleniumDbEventsTest::testAddEvent
[exec] Failed asserting that '2' is greater than 2.
[exec]
[exec] <http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/test/selenium/PmaSeleniumDbEventsTest.php>:132
[exec]
[exec] 2) PMA_SeleniumExportTest::testServerImport 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 09:58 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_1d92f43`
[exec] --
[exec] CREATE DATABASE IF NOT EXISTS `pmatest_1d92f43` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
[exec] USE `pmatest_1d92f43`;
[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 PRIMA
[exec] RY 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>:66
[exec]
[exec] 3) 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 09: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_0b49da8`
[exec] --
[exec] CREATE DATABASE IF NOT EXISTS `pmatest_0b49da8` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
[exec] USE `pmatest_0b49da8`;
[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] 4) 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 10:00 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_6d2fd84`
[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: 2258, Assertions: 5435, Failures: 4, Errors: 26, 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: 16 minutes 32 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 #5493
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Computing warning deltas based on reference build #5493
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.
More information about the Developers
mailing list