Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0034998Openbravo ERPA. Platformpublic2017-01-18 12:552017-01-20 08:12
inigosanchez 
inigosanchez 
normalmajorhave not tried
closedfixed 
5
 
3.0PR17Q13.0PR17Q1 
alostale
Core
Pre packaging ( pi )
2016-12-20
pi
https://code.openbravo.com/erp/devel/pi/rev/33acb5a389843bb26358ea747e92383505608b56 [^]
No
0034998: All platform buildvalidations should be reviewed
All platform buildvalidations should be reviewed in order to check if they have to be updated their execution limits. The problems found are:
- CheckUpdateConnectionPoolMerge: Execution limit should be defined between [null, 3.0.27659].
- DatabaseDecimalNumberCheck: Should't have any execution limit because it should be executed allways.
- DatabaseVersionCheck: Should't have any execution limit because it should be executed allways.
- DuplicatedJavaPackage: Limit is defined properly.
- JdkVersionCheck: Should't have any execution limit because it should be executed allways.
- PreferenceConflict: Limit is defined properly.
- RemoveCostingRuleProcessExecutions: Execution limit should be defined between [null, 3.0.25161].
-
See spreadsheet for more information: https://docs.google.com/a/openbravo.com/spreadsheets/d/1oEnWQy1-wrOREHxDy1b3Ar5jL9v4cVZ-TEI1IQiRZik/edit?usp=sharing [^]
No tags attached.
blocks defect 0034994 closed inigosanchez All platform buildvalidations should be reviewed 
Issue History
2017-01-18 15:31inigosanchezTypedefect => backport
2017-01-18 15:31inigosanchezTarget Version => 3.0PR17Q1
2017-01-18 17:38hgbotCheckin
2017-01-18 17:38hgbotNote Added: 0093711
2017-01-18 17:38hgbotStatusscheduled => resolved
2017-01-18 17:38hgbotResolutionopen => fixed
2017-01-18 17:38hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR17Q1/rev/58c2343eab31965363b2112fb18890ef1ba1a88e [^]
2017-01-18 17:39inigosanchezReview Assigned To => alostale
2017-01-20 08:12alostaleNote Added: 0093744
2017-01-20 08:12alostaleStatusresolved => closed
2017-01-20 08:12alostaleFixed in Version => 3.0PR17Q1

Notes
(0093711)
hgbot   
2017-01-18 17:38   
Repository: erp/backports/3.0PR17Q1
Changeset: 58c2343eab31965363b2112fb18890ef1ba1a88e
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Wed Jan 18 16:47:36 2017 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR17Q1/rev/58c2343eab31965363b2112fb18890ef1ba1a88e [^]

Fixed issue 34998: Limits of buildvalidations haven't defined properly.

Some of the execution limits of platform buildvalidations haven't defined properly. Now the problem have
been resolved by updating the following buildvalidations:

- CheckUpdateConnectionPoolMerge: Execution limit should be defined between [null, 3.0.27659].
- DatabaseDecimalNumberCheck: Should't have any execution limit because it should be executed allways.
- DatabaseVersionCheck: Should't have any execution limit because it should be executed allways.
- JdkVersionCheck: Should't have any execution limit because it should be executed allways.
- RemoveCostingRuleProcessExecutions: Execution limit should be defined between [null, 3.0.25161].

---
M src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/CheckUpdateConnectionPoolMerge.class
M src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/DatabaseDecimalNumberCheck.class
M src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/DatabaseVersionCheck.class
M src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/JdkVersionCheck.class
M src-util/buildvalidation/build/classes/org/openbravo/buildvalidation/RemoveCostingRuleProcessExecutions.class
M src-util/buildvalidation/src/org/openbravo/buildvalidation/CheckUpdateConnectionPoolMerge.java
M src-util/buildvalidation/src/org/openbravo/buildvalidation/DatabaseDecimalNumberCheck.java
M src-util/buildvalidation/src/org/openbravo/buildvalidation/DatabaseVersionCheck.java
M src-util/buildvalidation/src/org/openbravo/buildvalidation/JdkVersionCheck.java
M src-util/buildvalidation/src/org/openbravo/buildvalidation/RemoveCostingRuleProcessExecutions.java
---
(0093744)
alostale   
2017-01-20 08:12   
reviewed