Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
database system
Priority:
Critical
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
11 May 2009 at 19:44 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
damien tournoud commentedPatch attached. Bumping to critical at this breaks most of our test slaves at this time.
Comment #2
webchickLet's expand the comments a bit here so we remember why this code is here, what it's for, and why we need to remove it.
Comment #3
damien tournoud commentedExpanded the comments a little bit.
Comment #4
damien tournoud commentedTry to fix some grammar.
Comment #5
catchComment #6
AmrMostafa commentedComments tweak to mention the reason we are removing them.
Comment #7
catchThat looks better.
Comment #8
webchickCommitted to HEAD, with some further comment clarification.
Comment #9
damien tournoud commentedOk, now we need a test.
Comment #10
mcarbone commentedAdded a test.
Comment #11
Crell commentedA new test should be in its own test method. Each test method should test one (1) thing.
Comment #12
mcarbone commentedMoved test into own method.
Comment #13
damien tournoud commentedLooks good to me.
Comment #14
Crell commentedCrell approved. *hits with a stamp*
Comment #15
dries commentedCommitted to CVS HEAD. Thanks!
Comment #16
c960657 commentedIt looks like this patch was committed twice:
http://drupalcode.org/viewvc/drupal/drupal/modules/simpletest/tests/data...
This caused HEAD to break.
The commit message of the second commit contained a reference to #652420: Fix errors uncovered using aggressive watchdog assertion, so when reverting the second commit it may be worth mentioning in the commit message that the last commit was unrelated to that issue.
Comment #18
mcarbone commentedHEAD looks fine to me.