Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
dblog.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2009 at 16:17 UTC
Updated:
6 Apr 2010 at 18:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
yched commentedTry again.
Comment #2
deekayen commentedThose were both tested by #34 and passed. http://drupal.org/node/638356#comment-2287640 is a huge patch, but is it possible that MySQL could experience concurrency problems while testing like have been reported with the pgsql trials to explain the apparent inconsistency or does simpletest handle each test effectively in its own simpletest_watchdog table so they wouldn't interfere?
I told the clients to re-test themselves and they passed on a clean core test. #32 was in a failed state before I did so.
Comment #3
yched commentedYes, it's awkward that I scream and yet cannot reproduce this on demand :-/. So let's quit screaming 'HEAD BROKEN' for now.
I'll try to have #638356: Reorganize field_test.module successfully retested.
I now remember what's the other patch where I saw this: http://drupal.org/node/606934#comment-2285338
Patch was *really* small, and had little chances of breaking anything. The failures were not reported again after I asked a re-test on the exact same patch.
I don't really understand what would cause this either, because DBLogTestCase::testFilter() does a
db_delete('watchdog')->execute();first thing, so there is little opportunity for more / less rows in the watchdog than what the test inserts itself.Comment #4
deekayen commentedIf it's always a dblog failure, maybe the DBLogTestCase->testFilter() part needs some revision? If Jimmy thinks it's not a PIFR issue, then bounce it back to dblog.
Comment #5
yched commentedFWIW, #638356: Reorganize field_test.module returned green on #33 (which insisted on finding PHP syntax errors earlier today - go figure...)
So, for the same patch file:
#33 5 hours ago: PHP syntax error - no log, crushed by the retest. http://qa.drupal.org/pifr/test/19506 is for a slightly different version of the patch.
#34 4 hours ago: 3 failures in dblog - http://qa.drupal.org/pifr/test/19520
#33 10 minutes ago: green - http://qa.drupal.org/pifr/test/19562
Poor patch got a bumpy afternoon ;-)
Comment #6
boombatower commentedThis sounds like the other issues we have had with tests. Unless there is an issue with the bot itself...there isn't anything pifr is doing..other than invoking the tests...so this is all within simpletest and the test. Concurrency may play an issue, but once again that is part of simpletest.
Comment #7
sun.core commentedTests don't qualify as critical.
What's left here?
Comment #8
aspilicious commentedI never saw this failure (since my arrival in januar).
This is fixed???
Someone?
Comment #9
boombatower commentedLets re-open if necessary.