Bug 534728 (RHQ-1497)

Summary: Add a new continuous build that runs just dbupgrade
Product: [Other] RHQ Project Reporter: Charles Crouch <ccrouch>
Component: Build SystemAssignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: unspecifiedCC: cwelton, hbrock, jsanda, jshaughn
Target Milestone: ---Keywords: FutureFeature, Improvement
Target Release: ---   
Hardware: All   
OS: All   
URL: http://jira.rhq-project.org/browse/RHQ-1497
Whiteboard:
Fixed In Version: 1.4 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-02 21:11:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Charles Crouch 2009-02-06 22:13:00 UTC
Right now our builds run dbsetup only, so we don't test the dbupgade portion of any schema change.
We need a couple of builds (postgres and oracle) that only use dbupgrade to migrate their schemas, this would help us catching database issues sooner in the process.

Comment 1 Charles Crouch 2009-03-06 20:20:16 UTC
Hit this again in the perf env, truncate BLAH works in postgres but oracle needs truncate table BLAH.
We should address this.

Comment 2 Charles Crouch 2009-09-01 14:52:31 UTC
Moving features/improvements to 1.4

Comment 3 Red Hat Bugzilla 2009-11-10 20:34:22 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1497


Comment 4 wes hayutin 2010-02-16 17:08:39 UTC
mass add of key word FutureFeature to help track

Comment 5 Corey Welton 2010-08-18 15:28:33 UTC
jay, can we do this?

Comment 6 Jay Shaughnessy 2010-08-18 20:29:01 UTC
Better question for jsanda.

John, any update on this effort?

Comment 7 John Sanda 2010-08-18 20:38:12 UTC
We already have the dbupgrade job on hudson that runs against postgres. I think we just need to set up a similar job to run against oracle.