int-smoke-pgsql-test - Build # 606 - Still Failing:

Check console output at 
http://builds.openbravo.com/job/int-smoke-pgsql-test/606/ to view the results.


Committers since last success:

Changes for Build #605

    Naiara Martinez [email protected]_ 
    Fixed bug 20771: automatic payment completing the invoice not working 
properly
        
modules/org.openbravo.advpaymentmngt/src-db/database/model/functions/APRM_GEN_PAYMENTSCHEDULE_INV.xml

    Mikel Irurita <[email protected]> 
    Fixes issue 20811: Product selector in window sales order is broken.
Do not update the currency on order line when no product is selected
        src/org/openbravo/erpCommon/ad_callouts/SL_Order_Product.java

    Augusto Mauch <[email protected]> 
    Fixes issue 20819. Related to issue 20684. NPE prevented.

A NullPointerException has been prevented by replacing columnValue.isEmpty() 
with StringUtils.isEmpty(columnValue), which returns true if columnValue is 
null, instead of throwing a NullPointerException.
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/TimeUIDefinition.java

Changes for Build #606

    Martin Taal [email protected]_ 
    Related to issue 20732: Implement property/computed fields
Also export ignoreinwad for module ad_field records
        
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_FIELD.xml

    Martin Taal [email protected]_ 
    Related to issue 20732: Implement property/computed fields
Made wad generation more efficient
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/event/FieldHandler.java
        
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_FIELD.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_COLUMN.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_FIELD.xml
        src-db/database/model/tables/AD_FIELD.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_ELEMENT.xml
        src-db/database/sourcedata/AD_FIELD.xml
        src-wad/src/org/openbravo/wad/EditionFields_data.xsql
        src-wad/src/org/openbravo/wad/Fields_data.xsql
        src-wad/src/org/openbravo/wad/ProcessRelation_data.xsql

    Martin Taal [email protected]_ 
    Related to issue 20733: Json serialization: always the identifier 
properties of associated entities are serialized also, resulting in extra 
queries
Solve alias issue when filtering in grid
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java

    Martin Taal [email protected]_ 
    Fixes issue 20740: Property column is empty in selector field grid
Renamed model property to property which is the default column name
        
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/ModelDataSourceService.java
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/OBSERDS_DATASOURCE_FIELD.xml
        
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/OBUISEL_SELECTOR_FIELD.xml

    Martin Taal [email protected]_ 
    Related to issue 20732: Implement property/computed fields
Add the field handler which sets the column in the ad_field
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/event/FieldHandler.java

    Martin Taal [email protected]_ 
    Fixes issue 20732: Implement property/computed fields
Join the property paths in the query to prevent extra queries because of 
property paths
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java

    Martin Taal [email protected]_ 
    Fixes issue 20733: Json serialization: always the identifier properties of 
associated entities are serialized also, resulting in
Join the associated objects in the query so that the identifier can be read 
without extra queries
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java
        src-test/org/openbravo/test/dal/IssuesTest.java

    Martin Taal [email protected]_ 
    Related to issue 20742: Many-to-one references to language are always 
eagerly fetched using a separate query
Commented lines, reversing changes for this issue, issue is invalid
        src/org/openbravo/dal/core/DalMappingGenerator.java

    Martin Taal [email protected]_ 
    Related to issue 20742: Many-to-one references to language are always 
eagerly fetched using a separate query
Remove commented lines
        src/org/openbravo/dal/core/DalMappingGenerator.java

    Martin Taal [email protected]_ 
    Fixes issue 20742: Many-to-one references to language are always eagerly 
fetched using a separate query
To join fetching for many-to-one references to Language
        src/org/openbravo/dal/core/DalMappingGenerator.java

    Martin Taal [email protected]_ 
    Related to issue 20732: Implement property/computed fields
Solve issue that right click in grid cell does not work for multi-step 
properties
        
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js

    Martin Taal [email protected]_ 
    Fixes issue 20732: Implement property/computed fields
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/WindowSettingsActionHandler.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewFieldHandler.java
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewTab.java
        
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/KernelUtils.java
        
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DefaultDataSourceService.java
        
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataToJsonConverter.java
        src-db/database/model/tables/AD_FIELD.xml
        src-db/database/model/triggers/AD_FIELD_MOD_TRG.xml
        src-db/database/sourcedata/AD_COLUMN.xml
        src-db/database/sourcedata/AD_FIELD.xml
        src-wad/src/org/openbravo/wad/EditionFields_data.xsql
        src-wad/src/org/openbravo/wad/Fields_data.xsql
        src-wad/src/org/openbravo/wad/ProcessRelation_data.xsql
        src/org/openbravo/dal/core/DalUtil.java

    Carlos Aristu <[email protected]> 
    related to issue 20639: removed unnecessary ordenation
        src-db/database/model/functions/C_GETTAX.xml

 


Last 20 lines of the console output:

[...truncated 2844 lines...]
    [junit] WARNING: Executing: quit [1340309540007, quit {}]
    [junit] Jun 21, 2012 8:14:10 PM org.openqa.selenium.remote.RemoteWebDriver 
log
    [junit] WARNING: Executed: [1340309540007, quit {}]
    [junit] 

BUILD FAILED
/srv/hudson/workspace/int-smoke-pgsql-test/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/build.xml:32:
 The following error occurred while executing this line:
/srv/hudson/workspace/int-smoke-pgsql-test/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/masterdata/build.xml:28:
 The following error occurred while executing this line:
/srv/hudson/workspace/int-smoke-pgsql-test/SANDBOX/automation/pi/src-test/com/openbravo/test/integration/erp/testsuites/smoke/masterdata/build.xml:53:
 The following error occurred while executing this line:
/srv/hudson/workspace/int-smoke-pgsql-test/SANDBOX/automation/pi/build.xml:69: 
Test 
com.openbravo.test.integration.erp.testsuites.smoke.masterdata.ADMbb_SetupInstance
 failed

Total time: 5 minutes 38 seconds
Build step 'Execute shell' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to