[phpMyAdmin Developers] failing tests on Travis

Marc Delisle marc at infomarc.info
Mon Aug 24 15:39:02 CEST 2015


Le 2015-08-24 03:00, Michal Čihař a écrit :
> Hi
> 
> Dne Sat, 22 Aug 2015 14:11:00 -0400
> Marc Delisle <marc at infomarc.info> napsal(a):
> 
>> Hi,
>> does someone have a clue about these? [0] I cannot reproduce these
>> problems on my phpunit.
>>
>> [0] https://travis-ci.org/phpmyadmin/phpmyadmin/jobs/76699535
>>
> 
> 
> The problems seem to be there at least since this build:
> 
> https://travis-ci.org/phpmyadmin/phpmyadmin/jobs/76402734#L452

About this failing test on Travis:
===========
PMA_ExportSql_Test::testExportDBCreate

Failed asserting that 'DROP DATABASE `db`;
CREATE DATABASE IF NOT EXISTS `db` COLLATE utf8_general_ci;
USE `db`;'
contains

"CREATE DATABASE IF NOT EXISTS `db` DEFAULT CHARACTER SET utf8 COLLATE
utf8_general_ci;"
=========

looking at exportDBCreate() the only possible reason is that
if (PMA_DRIZZLE)

is true

-- 
Marc Delisle | phpMyAdmin



More information about the Developers mailing list