Closed (fixed)
Project:
SimpleTest
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Sep 2009 at 17:16 UTC
Updated:
23 Nov 2009 at 21:00 UTC
Jump to comment: Most recent file
I am seeing table cleanup even when thats not requested as per admin/build/testing/settings. can anyone else get the tables to stick around?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 588084-leave-prefixed.patch | 2.95 KB | boombatower |
Comments
Comment #1
boombatower commentedWe had this discussion in core. The variable is not intended to leave the simpletest3948... tables...it leaves the "results" as in those in the simpletest table. The idea being that modules like PIFR or other integrations may want to do further analysis or work with the data.
If we want to provide another variable to leave tables...or change the meaning of this one that is a possibility, but not the purpose of the variable.
Personally I never have a need to look at the tables...at least not something that can't be figured out with debug() or verbose and dumbing things out. If you need to though: inside DrupalWebTestCase::tearDown() comment out line 1256
and the tables will be there for you to inspect.
Comment #2
boombatower commentedLets add this, why not right?
Comment #3
boombatower commentedComment #4
boombatower commentedCommitted.