int-initial-oracle - Build # 2655 - Unstable: Check console output at https://ci.openbravo.com/job/int-initial-oracle/2655/ to view the results.
Committers since last success: Changes for Build #2655 Carlos Aristu <carlos.ari...@openbravo.com> null fixes issue 39426: Duplicated DS call after drawing an OBMultiCalendar By default OBCalendar has the autoFetchData parameter set to true. This means that when an OBCalendar is first drawn, this.fetchData() is automatically called. In the case of the OBCalendar used by the OBMultiCalendar, the data is being manually fetched on its initialization by invoking this.refreshCalendar(). This call together with the call performed with the autoFetchData caused the double DS call. In general it is recommended to turn off autoFetchData if we are going to manually call fetchData() at any time. For this reason, we are disabling the autoFetchData in the OBCalendar used by the OBMultiCalendar. modules/org.openbravo.client.application/web/org.openbravo.client.application/js/calendar/ob-multicalendar.js Last 20 lines of the console output: [...truncated 68203 lines...] for((i=0;i<12;i++)); do [ "$(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-initial-oracle] $ /bin/bash -xe /tmp/hudson4720542960288462185.sh ++ jps ++ grep Bootstrap ++ true + '[' '' '!=' '' ']' POST BUILD TASK : SUCCESS END OF POST BUILD TASK : 0 Email was triggered for: Unstable (Test Failures) Sending email for trigger: Unstable (Test Failures)
_______________________________________________ Openbravo-builds mailing list Openbravo-builds@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-builds