int-dummy-pgsql - Build # 2149 - Fixed:

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


Committers since last success:

Changes for Build #2148

    Jorge Garcia <[email protected]> null
    Related to issue 36694. Related to issue 36693

 * Fix problem with log messages in the new API
 * Added copyright to ISOCurrencyPrecision
 * Added class Javadoc to ISOCurrencyPrecision
 * Use getResourceAsStream to read the xml file with the standard
   currency precisions.
        src/org/openbravo/erpCommon/utility/ISOCurrencyPrecision.java

    Inigo Sanchez <[email protected]> null
    Related with issue 37289: Some minor improvements in test
        src-test/src/org/openbravo/test/security/UserInfoSessionDataTest.java

Changes for Build #2149

    Asier Lostalé <[email protected]> null
    related to issue 37329: fixes typos
        src/org/openbravo/erpCommon/utility/Utility.java

    Asier Lostalé <[email protected]> null
    related to issue 37329: fixes javadoc
        src/org/openbravo/erpCommon/utility/Utility.java

    Asier Lostalé <[email protected]> null
    related to 37324: added test case for getAllPreferences
        src-test/src/org/openbravo/test/preference/PreferenceTest.java

    Asier Lostalé <[email protected]> null
    related to 37324: renamed PreferenceTest methods

  The need to be executed alphabetically because they are inter-dependent.

  Replaced letters with numbers to make this sorting easier.
        src-test/src/org/openbravo/test/preference/PreferenceTest.java

    Asier Lostalé <[email protected]> null
    related to 37329: use new method where old was used
        
modules/org.openbravo.client.application/src/org/openbravo/client/application/ADAlertDatasourceService.java
        src/org/openbravo/erpCommon/ad_actionButton/CreateFrom.java
        src/org/openbravo/erpCommon/ad_process/UpdateActuals.java
        src/org/openbravo/erpCommon/businessUtility/Preferences.java
        src/org/openbravo/erpCommon/obps/ActivationKey.java

    Asier Lostalé <[email protected]> null
    related to 37329: implemented a more generic Utility.arrayListToString

  Deprecated old arrayListToString method.
        src/org/openbravo/erpCommon/utility/Utility.java

    Asier Lostalé <[email protected]> null
    fixes 37329: implemented a more generic Utility.arrayListToString

  Implemented a more generic alternative to Utility.arrayListToString:

    * Receives as parameter a generic Collections instead of limiting it to
      ArrayList instances
    * Implemented it in a more performant manner based on OpenJDK
      AbstractCollection.toString
        src/org/openbravo/erpCommon/utility/Utility.java

    Asier Lostalé <[email protected]> null
    fixed bug 37324: slow login having many preferences - case 2

  When there were thousands of preferences with ad_org visible from current org
  but not visible through visible at org field, loading all preferences was 
slow.

  The problem was, all those preferences were loaded as DAL objects to filter
  out later in memory those that were not visible.

  This gets fixed by filtering out directly in the query so that no unneeded 
rows
  are retrived from DB to instantiate DAL objects that later will be discarded
  immediatelly.
        src/org/openbravo/erpCommon/businessUtility/Preferences.java

    Asier Lostalé <[email protected]> null
    fixed bug 37324: slow login having many preferences - case 1

  Retrieving all preferences for current role/org was slow having thousands of
  visible preferences because of how duplicate preferences with different 
visibility
  were checked. This check was performed by sequentially scanning a list of 
already
  saved preferences to verify whether current one was already in the list.

  It has now fixed by keeping a temporary map of preferences where the key 
defines
  if preference is the same or not, in this way it is not necessary to iterate
  over all the entries each time.
        src/org/openbravo/erpCommon/businessUtility/Preferences.java




Last 20 lines of the console output:

[...truncated 3059 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-dummy-pgsql] $ /bin/bash -xe /tmp/hudson7513898998809536403.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