? Success

User tests: Successful: Unsuccessful:

avatar vdespa vdespa - open - 11 Jul 2014
avatar vdespa vdespa - change - 11 Jul 2014
Title
Refactored method to use server variables
[#32131] Refactored method to use server variables
avatar vdespa vdespa - change - 11 Jul 2014
Title
Refactored method to use server variables
[#32131] Refactored method to use server variables
Labels Added: ? ?
avatar Kubik-Rubik
Kubik-Rubik - comment - 27 Jul 2014

@vdespa Good work. Thanks!

Can be merged, works as described.

avatar brianteeman brianteeman - change - 8 Aug 2014
Labels Added: ?
avatar phproberto phproberto - change - 13 Aug 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-08-13 01:34:11
avatar phproberto phproberto - close - 13 Aug 2014
avatar phproberto phproberto - close - 13 Aug 2014
avatar infograf768
infograf768 - comment - 14 Aug 2014

Please look at
#3423 (comment)

avatar Bakual Bakual - reference | 3ff22cb - 14 Aug 14
avatar Bakual
Bakual - comment - 14 Aug 2014

Reverted this PR since Jenkins failed on it:

JDatabaseDriverMysqlTest::testGetCollation
Line:130 The getCollation method should return the collation of the database.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'utf8_general_ci'
+'latin1_swedish_ci'

/var/lib/jenkins/jobs/cms/workspace/tests/unit/suites/database/driver/mysql/JDatabaseDriverMysqlTest.php:131

and

JDatabaseDriverMysqliTest::testGetCollation
Line:130 The getCollation method should return the collation of the database.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'utf8_general_ci'
+'latin1_swedish_ci'

/var/lib/jenkins/jobs/cms/workspace/tests/unit/suites/database/driver/mysqli/JDatabaseDriverMysqliTest.php:131
avatar mbabker
mbabker - comment - 14 Aug 2014

In defense of this patch, it could just be how the database is set up on the server and not an issue with the patch. I'm in there now looking at it to see what I can do with it.

avatar mbabker mbabker - reference | d137a34 - 14 Aug 14
avatar mbabker
mbabker - comment - 14 Aug 2014

Re-committed after rebuilding the test database on Jenkins to use the expected collation.

avatar zero-24
zero-24 - comment - 15 Aug 2014

@mbabker Jenkins still fail with:

JDatabaseDriverMysqlTest::testGetCollation
Line:130 The getCollation method should return the collation of the database.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'utf8_general_ci'
+'utf8_unicode_ci'

/var/lib/jenkins/jobs/cms/workspace/tests/unit/suites/database/driver/mysql/JDatabaseDriverMysqlTest.php:131

and

JDatabaseDriverMysqliTest::testGetCollation
Line:130 The getCollation method should return the collation of the database.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'utf8_general_ci'
+'utf8_unicode_ci'

/var/lib/jenkins/jobs/cms/workspace/tests/unit/suites/database/driver/mysqli/JDatabaseDriverMysqliTest.php:131

See: http://build.joomla.org/job/cms/lastCompletedBuild/testReport/

avatar mbabker
mbabker - comment - 15 Aug 2014

Fixed. So many possible collations...

avatar Sophist-UK Sophist-UK - reference | ffb1720 - 7 Oct 14
avatar Sophist-UK Sophist-UK - reference | fbc4c06 - 7 Oct 14
avatar Sophist-UK Sophist-UK - reference | dc1647e - 7 Oct 14

Add a Comment

Login with GitHub to post a comment