int-basic-oracle - Build # 2197 - Fixed:

Check console output at https://ci.openbravo.com/job/int-basic-oracle/2197/ 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

Changes for Build #2197

    Antonio Moreno <[email protected]> null
    Fixed issue 37404. Added index to improve performance of 
C_IMPORT_ENTRY_ARCHIVE deletion.
        src-db/database/model/tables/C_IMPORT_ENTRY_ARCHIVE.xml




Last 20 lines of the console output:

[...truncated 20831 lines...]
  [ "$(jps | grep Bootstrap || true)" = "" ] && break
  sleep 5
done
[ "$(jps | grep Bootstrap || true)" != "" ] && echo "Tomcat has fail to stop" 
&& exit 1 || true
[ "$i" != "0" ] && secs=$(echo "$i * 5" | bc) && echo "Waiting for $secs secs 
for tomcat to stop"

echo
fi

[int-basic-oracle] $ /bin/bash -xe /tmp/hudson5385800081631629600.sh
++ jps
++ grep Bootstrap
++ true
+ '[' '' '!=' '' ']'
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
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

Reply via email to