Closed (fixed)
Project:
Drupal.org Testbots
Component:
unexplained test failure
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2012 at 08:17 UTC
Updated:
16 May 2012 at 04:10 UTC
(Based on http://qa.drupal.org/pifr/test/261023)
When running tests for #1189184: OOP & PSR-0-ify gettext .po file parsing and generation the testbot fails to pass my patch related tests from #66 where the new Components from
namespace Drupal\Core\Gettext
are used for the first time. A lot of Locale Import/Export/Plural failures appear 'out of the blue' as they 'work locally'.
So the question is:
- is this related to http://drupal.org/node/346844#comment-1258161 (static cache)
- is this related to being unable to find the new Classes added by the patch (autoloader)
?
(I'll try to add a new patch to #1189184: OOP & PSR-0-ify gettext .po file parsing and generation before my 1 week vacation)
Comments
Comment #1
clemens.tolboomIs it easy to grep all exceptions from 'Review Log' ?
I found another exception in http://qa.drupal.org/pifr/test/260823 #1539072: Support for disabled languages broken, drop it
Comment #2
rfay#1 Hmm... http://qa.drupal.org/pifr/test/260823 shows no exceptions. Obviously you can copy the review log, dump it into a file, and grep it. Or use browser search. But I suspect you're talking about something I don't understand.
Comment #3
gábor hojtsy@rfay, @clemens.tolboom just pointed me to this in the review log on http://qa.drupal.org/pifr/test/260823:
It is not related to the test, so not sure whether it would actually makes tests fail like Clemens explained.
Comment #4
jthorson commentedYup ... This is the same error which is popping up in #261023, which is the source of the original report.
It also looks like the total test count (35,324) may be significantly lower than the current D8 head (35,372), so this issue could be masking out any failures ... on the other hand, we may also have simply added ~50 tests in the 12 hours between the runs.
Comment #5
jthorson commentedThis same PDOException just appeared in a D8 HEAD run, which for some reason still passed with 35,384 passes.
Comment #6
jthorson commentedNote: The PDO Exception is actually unrelated to the other errors. It's been around for a while. Suspect this was introduced in #1497230: Use Dependency Injection to handle object definitions .
A potential resolution for your other failures has been flagged in the original issue.
Comment #7
jthorson commentedBased on the comments in #1189184: OOP & PSR-0-ify gettext .po file parsing and generation, and a solution for the 'red herring' exception in #1497230: Use Dependency Injection to handle object definitions , I believe this particular issue is resolved ... feel free to bounce it back if I've missed something.