int-basic-pgsql - Build # 168 - Failure:

Check console output at https://ci.openbravo.com/job/int-basic-pgsql/168/ to 
view the results.


Committers since last success:

Changes for Build #168

    Augusto Mauch [email protected]_ null
    Fixes issue 25935: JS Error when opening TreeGrid selector

A function was being executed on the tree grid data before it was properly 
initialized.
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-grid.js

    Augusto Mauch [email protected]_ null
    Fixes bug 25951:Auxiliary inputs are executed when FIC is called in CHANGE 
mode

Before this change, the FIC did not execute the auxiliary inputs when it was 
called in CHANGE mode. This was done to prevent resetting auxiliary inputs that 
ha
d been modified in callouts.

This made impossible to use auxiliary inputs in display logic, because they 
would not be updated until the records was refreshed. To fix this while 
allowing to
 overwrite auxiliary inputs from callouts, this has been done:
- The list of auxiliary inputs modified in callouts is persisted. This list is 
reset when the FIC is called in a mode other than CHANGE (originally in this cas
e all the auxiliary inputs were being updated, regardless of whether they had 
been modified by a callout).
- If the FIC is called in CHANGE mode, then only the auxiliary inputs that have 
not been modified by callouts are recalculated.
- The auxiliary inputs are now executed after the callouts are run, in order to 
be able to use the updated data in the auxiliary input calculation.
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js

    Shankar Balachandran <[email protected]> null
    Related to issue 24488 : Synchronized selector fields
        src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml

    RM packaging bot [email protected]_ null
    CI: merge back from main
      
    RM packaging bot [email protected]_ null
    CI: update AD_MODULE to version 22694
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE.xml
        
modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
        src-db/database/sourcedata/AD_MODULE.xml

    Shankar Balachandran <[email protected]> null
    Fixes issue 24488: It is not possible to filter by "Parent" field in 
Manufacturing Plan Lines tab

Changed table reference to UI Selector.
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_REFERENCE.xml
        src-db/database/sourcedata/OBUISEL_SELECTOR.xml
        src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml

    Pandeeswari Ramakrishnan <[email protected]> null
    Fixes Issue 25756: Impossible to choose a non variant product characteristic
        web/js/productCharacteristicsProcess.js




Last 20 lines of the console output:

[...truncated 11986 lines...]
    [junit] 323519 [main] ERROR 
com.openbravo.test.integration.erp.testscripts.OpenbravoERPTest - An error 
occurred in PROb_CreatePurchaseOrderPaymentAndInvoice: Timed out after 60 
seconds waiting for 
com.openbravo.test.integration.erp.modules.userinterface.smartclient.gui.Canvas$1@1a4c409d
    [junit] Build info: version: '2.33.0', revision: '4e90c97', time: 
'2013-05-22 15:32:38'
    [junit] System info: os.name: 'Linux', os.arch: 'amd64', os.version: 
'3.2.0-55-generic', java.version: '1.6.0_27'
    [junit] Driver info: driver.version: unknown
    [junit] 323680 [main] INFO  
com.openbravo.test.integration.erp.testscripts.OpenbravoERPTest - Save the 
screenshot.
    [junit] 

BUILD FAILED
/srv/ci/workspace/int-basic-pgsql/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/build.xml:40:
 The following error occurred while executing this line:
/srv/ci/workspace/int-basic-pgsql/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/procurement/build.xml:29:
 The following error occurred while executing this line:
/srv/ci/workspace/int-basic-pgsql/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/procurement/build.xml:42:
 The following error occurred while executing this line:
/srv/ci/workspace/int-basic-pgsql/SANDBOX/automation/pi/build.xml:70: Test 
com.openbravo.test.integration.erp.testsuites.smoke.procurement.PROb_OrderAndPaymentToInvoice
 failed

Total time: 68 minutes 41 seconds
Build step 'Execute managed script' marked build as failure
Recording test results
Archiving artifacts
Email was triggered for: Failure
Sending email for trigger: Failure
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to