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

Check console output at https://ci.openbravo.com/job/int-basic-oracle/793/ to 
view the results.


Committers since last success:

Changes for Build #792

    Unai Martirena <[email protected]> null
    Fixes bug 29079: Fixed Costing Background infinite loop.

Costing Background process, due to Cost Adjustments new implementation, on a 
certain point of the code, it was not applying correctly a setScale method to 
round a value of the expected cost. This was causing to have allways a 
difference between the expected cost and unitcost. Because of this, an 
adjustment was being created to adjust this difference, and to adjust all 
related transactions, causing an infinite loop
        src/org/openbravo/costing/AverageCostAdjustment.java

    Unai Martirena <[email protected]> null
    Fixes bug 29076: Division by zero error managed in Costing Background.

Under certain circumnstance a division by zero error was happening in Cost 
Adjustments process inside Costing Background (when calculating backdated 
adjustments of a transaction of movementqty zero). This problem has been 
managed by being sure that this division will not happen again. If the 
movementqty of the transaction is zero, the cost of the full transaction will 
be zero as well.
        src/org/openbravo/costing/AverageCostAdjustment.java

    Unai Martirena <[email protected]> null
    Fixes bug 29080: getStartingDate() method does not fail in Costing 
Background.

An OBQuery is being executed in getStartingDate() method inside 
AverageAlgorithm. There are 2 parameters in this OBQuery that are not setting 
properly, 'client' and 'org'. The whereclause is filtering by 'id' of these 
properties and instead of passing the id of these objects, the object was being 
passed to the OBQuery. These sometimes works but other times don't, so this has 
been changed to always setting the id's as parameters.
        src/org/openbravo/costing/AverageAlgorithm.java

Changes for Build #793




Last 20 lines of the console output:

[...truncated 20669 lines...]
Total time: 1 second

executing script 'Tomcat stop'
[int-basic-oracle] $ /bin/bash /tmp/build_step_template7341222028831454249.sh 
ENABLE
DEBUG: Tomcat stop called with parameters: ENABLED=ENABLE
 * Stopping Tomcat servlet engine for Openbravo tomcat
   ...done.

executing script 'Check log'
[int-basic-oracle] $ /bin/bash /tmp/build_step_template7336877413235855558.sh 
ENABLE
DEBUG: Check log called with parameters: ENABLED=
Check log: openbravo.log is clean

Recording test results
Archiving artifacts
Checking \] ERROR|\] WARN
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds

Reply via email to