Hello RM Team,

Could you please give an update about current status of 3.0 INT?

I can see that it is failing day after day (primarily db consistency test)
but I don´t see any action on this? Do we have any Immediate
issues registered to the once who should fix it?
IMHO the things that some tests in the promotion line are not yet ready
should not break our rules that valid tests should be always green and
fixing them should be one of the first things to do for
the Engineering team.


Thanks,
Dmitry.


On 27 December 2010 15:16, <[email protected]> wrote:

> int-dbcons-pgsql - Build # 775 - Still Failing:
>
> Check console output at
> http://builds.openbravo.com/job/int-dbcons-pgsql/775/ to view the results.
>
>
> Committers since last success:
>
> Changes for Build #766
>
>    Stefan Hühner <[email protected]>
>    Revert part of the commit marking all ad_model_object entries as active
> as a few old entries are broken and generate a broken web.xml which
> makes tomcat tail to startup.
> Issue 15525 has been logged to review and probably delete the wrong
> entries.
>        src-db/database/sourcedata/AD_MODEL_OBJECT.xml
>
>    Iván Perdomo <[email protected]>
>    Fixes ClassLoaderTest, check if associated object is active
>        src-test/org/openbravo/test/model/ClassLoaderTest.java
>
>    Adrián Romero <[email protected]>
>    merging
>
>    Adrián Romero <[email protected]>
>    Fixes issue 0015523: Create shipments from Orders: Movement date is
> being created with the Sales order date
> The date of the shipment created now depends on the type of the order
>        src-db/database/model/functions/M_INOUT_CREATE.xml
>
>    Antonio Moreno <[email protected]>
>    Changed UIDefinition computation so that the getDefault method is always
> called. This means that a column which doesn't have a default, but has a
> preference, will get the correct value. Also, force the FieldProvider array
> which is used by the ComboTableData to include the new value recently
> computed for the particular column which is being processed.
>
>  
> modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/UIDefinition.java
>
>    Antonio Moreno <[email protected]>
>    Fixed typo in the BooleanDomainType, in the method which translates the
> boolean value from the SQL format to a boolean
>        src/org/openbravo/base/model/domaintype/BooleanDomainType.java
>
>    Iván Perdomo <[email protected]>
>    Fixes synchronization problem when adding new widget
> - Fixes JSLint warnings, wrong like break
> - Sync the call to fetchData through setDbInstanceId
>
>  
> modules/org.openbravo.client.querylist/web/org.openbravo.client.querylist/js/ob-querylist-widget.js
>
>    Iván Perdomo <[email protected]>
>    Fixes handling of default parameter values
> - Added support for default values on new widget instances
> - Added setDbInstanceId method to be an a way to sync calls
>
>  
> modules/org.openbravo.client.myob/src/org/openbravo/client/myob/MyOpenbravoActionHandler.java
>
>  
> modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-myopenbravo.js
>
>  
> modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-widget.js
>
>    Iván Perdomo <[email protected]>
>    Refactored Parameter handling
> - Added utility class (ParameterUtils)
> - Change ParameterActionHandler to use this new class
>
>  
> modules/org.openbravo.client.application/src/org/openbravo/client/application/ParameterUtils.java
>
>  
> modules/org.openbravo.client.application/src/org/openbravo/client/application/ParametersActionHandler.java
>
>    Asier Lostalé <[email protected]>
>    [cleanup] When creating fields: set client as hidden, org 1st field,
> rest ordered by col position
>        src-db/database/model/functions/AD_TAB_IMPORT.xml
>
>    Asier Lostalé <[email protected]>
>    [cleanup] Do not set val rule for client/org when creating cols
>        src-db/database/model/functions/AD_TABLE_IMPORT.xml
>
>    Stefan Hühner <[email protected]>
>    Add missing standard boolean constraints to newly added boolean columns
>
>  
> modules/org.openbravo.client.myob/src-db/database/model/tables/OBKMO_WIDGET_CLASS.xml
>        src-db/database/model/tables/AD_FIELD.xml
>
>    Asier Lostalé <[email protected]>
>    [cleanup] Removed from template uneeded menu, treenode, mo and mom
> changes
>        modules/org.openbravo.v3/src-db/database/configScript.xml
>
>    Asier Lostalé <[email protected]>
>    [cleanup] Activate inactived MO, MOM and treenodes to make them
> consistent
>        src-db/database/sourcedata/AD_MODEL_OBJECT.xml
>        src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
>        src-db/database/sourcedata/AD_TREENODE.xml
>
>    Asier Lostalé <[email protected]>
>    [cleanup] 2.50 menu checks activeness of linked artifacts, not just MO
>        src/org/openbravo/erpCommon/utility/Menu_data.xsql
>
>    Asier Lostalé <[email protected]>
>    [cleanup] Do not iactive MO nor treenode when deactivating artifacts
>        src-db/database/model/triggers/AD_FORM_TRG2.xml
>        src-db/database/model/triggers/AD_MENU_TRG.xml
>        src-db/database/model/triggers/AD_WINDOW_TRG.xml
>
> Changes for Build #767
>
> Changes for Build #768
>
>    David Baz Fayos <[email protected]>
>    [grid] Added -OBGridLinkField- object
>
>  
> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-grid.js
>
>  
> modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-grid-styles.css
>
>  
> modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-grid-styles.js
>
> Changes for Build #769
>
>    David Baz Fayos <[email protected]>
>    [grid][style] Added 'sum' summary row style
>
>  
> modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/grid/gridSummary_bg_sum.png
>
>  
> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-grid.js
>
>  
> modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-grid-styles.css
>
>  
> modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-grid-styles.js
>
> Changes for Build #770
>
>    Asier Lostalé <[email protected]>
>    [cleanup] Do not create organization field as same line
>        src-db/database/model/functions/AD_TAB_IMPORT.xml
>
> Changes for Build #771
>
>    Martin Taal <[email protected]>
>    Change event is called directly for list items and not onblur, Changed
> from combo to selectitem, no need anymore for specific gridfilter list
> editor
>
>  
> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-formitem-widgets.js
>
>  
> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-view-form.js
>
>  
> modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-application-styles.js
>
>  
> modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/EnumUIDefinition.java
>
>  
> modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/ForeignKeyUIDefinition.java
>
> Changes for Build #772
>
>    Martin Taal <[email protected]>
>    Removed setting styles of obsolete/removed item
>
>  
> modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-application-styles.js
>
> Changes for Build #773
>
>    Martin Taal <[email protected]>
>    Solved issue with tab opening/closing when single clicking minimized
> grand child tab header
>
>  
> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-standard-view.js
>
>    Asier Lostalé <[email protected]>
>    [cleanup] Remove from template changes in fields of APRM module
>        modules/org.openbravo.v3/src-db/database/configScript.xml
>
>    Asier Lostalé <[email protected]>
>    [cleanup] Hide 'client' fields. Move seqNo from template to module
>
>  modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
>
> Changes for Build #774
>
>    Martin Taal <[email protected]>
>    Solved issue with (grand-)child tabs and buttonfields and
> propertyToColumn mapping
>
>  
> modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-view-tab.js.ftl
>
> Changes for Build #775
>
>    Gorka Ion Damián <[email protected]>
>    [OBCQL] Fixed issue getting tab's mapping.
>
>  
> modules/org.openbravo.client.querylist/src/org/openbravo/client/querylist/QueryListUtils.java
>
>    David Baz Fayos <[email protected]>
>    [grid][style] Added 'avg' summary row style
>
>  
> modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/images/grid/gridSummary_bg_avg.png
>
>  
> modules/org.openbravo.client.application/web/org.openbravo.client.application/js/ob-grid.js
>
>  
> modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-grid-styles.css
>
>  
> modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/3.00/org.openbravo.client.application/ob-grid-styles.js
>
>    Asier Lostalé <[email protected]>
>    [cleanup] Reverted part of 987e9fc2dc5e. Do not change seqNo based on
> template
>
>  modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
>
>
>
>
> Last 20 lines of the console output:
>
> [...truncated 1176 lines...]
>  <!--1002100006-->  <NAME><![CDATA[Withholding Report]]></NAME>
>  <!--1002100006-->  <DESCRIPTION><![CDATA[Withholding
> Report]]></DESCRIPTION>
>  <!--1002100006-->  <ISSUMMARY><![CDATA[N]]></ISSUMMARY>
> @@ -5322,7 +5322,7 @@
>  <!--1005500000-->  <AD_MENU_ID><![CDATA[1005500000]]></AD_MENU_ID>
>  <!--1005500000-->  <AD_CLIENT_ID><![CDATA[0]]></AD_CLIENT_ID>
>  <!--1005500000-->  <AD_ORG_ID><![CDATA[0]]></AD_ORG_ID>
> -<!--1005500000-->  <ISACTIVE><![CDATA[Y]]></ISACTIVE>
> +<!--1005500000-->  <ISACTIVE><![CDATA[N]]></ISACTIVE>
>  <!--1005500000-->  <NAME><![CDATA[Payment Aging Balance]]></NAME>
>  <!--1005500000-->  <DESCRIPTION><![CDATA[Payment Aging
> Balance]]></DESCRIPTION>
>  <!--1005500000-->  <ISSUMMARY><![CDATA[N]]></ISSUMMARY>
> + hg revert -a --no-backup
> reverting src-db/database/sourcedata/AD_MENU.xml
> + exit 1
> [locks-and-latches] Releasing all the locks
> [locks-and-latches] All the locks released
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment,
> and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> Openbravo-builds mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/openbravo-builds
>
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to