Bug 1040717

Summary: CleanDatabaseRule does not fully clean the database
Product: [Retired] Zanata Reporter: Damian Jansen <djansen>
Component: MaintainabilityAssignee: Patrick Huang <pahuang>
Status: CLOSED CURRENTRELEASE QA Contact: Zanata-QA Mailling List <zanata-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: developmentCC: sflaniga, zanata-bugs
Target Milestone: ---   
Target Release: 3.3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 20297da Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-20 08:04:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Damian Jansen 2013-12-12 01:06:12 UTC
Description of problem:
Areas such as the help page and homepage store the text in the database. These tables are not cleared with the CleanDatabaseRule

Version-Release number of selected component (if applicable):
dev

How reproducible:
Easy always

Steps to Reproduce:
1. Run a test that changes the Help page content twice, and asserts the text is empty (default)

Actual results:
It will fail, if it asserts that the text is not already existing

Expected results:
Pass, assuming the data is cleared

Additional info:
I found this creating a test for the Help pages, see me if you need details.

Comment 1 Patrick Huang 2013-12-16 00:30:18 UTC
https://github.com/zanata/zanata-server/pull/322

Comment 2 Damian Jansen 2013-12-23 01:14:30 UTC
Verified.

Comment 3 Sean Flanigan 2014-03-20 08:04:44 UTC
Closing bug (Fixed in Version commit is ancestor of server-3.3.2).