int-basic-oracle - Build # 2196 - Failure:
Check console output at https://ci.openbravo.com/job/int-basic-oracle/2196/ to
view the results.
Committers since last success:
Changes for Build #2196
Asier Lostalé <[email protected]> null
related to bug 37424: export to CSV too slow with high volumes
Small optimization: selectedProperties field is used to only check whether a
propertie is selected. Use a HashSet that has an O(1) contains instead of
ArrayList, which is O(n).
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataToJsonConverter.java
Asier Lostalé <[email protected]> null
fixed bug 37424: export to CSV too slow with high volumes
Wehn exporting to CSV from grid, all the properties of the entity were
calculated
even if they weren't included in the final file. This computation added
overhead,
specially for computed columns.
Now only those properties that are going to be included in the CSV file are
calulated.
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
Last 20 lines of the console output:
[...truncated 20388 lines...]
+ (( i=0 ))
+ (( i<12 ))
++ jps
++ grep Bootstrap
++ true
+ '[' '' = '' ']'
+ break
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
+ true
+ '[' 0 '!=' 0 ']'
+ echo
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds