int-accounting-pgsql - Build # 1648 - Fixed:
Check console output at https://ci.openbravo.com/job/int-accounting-pgsql/1648/
to view the results.
Committers since last success:
Changes for Build #1647
Augusto Mauch <[email protected]> null
Fixes issue 35832: Multithread support in import/export sample data
Now the processes that import/export sample data support multithread. To do so,
the max.threads parameter must be passed to the ant task. If the parameter is
not passed it will use half the available CPUs. For instance, to use 4 threads
to import the sample data in an install source, this command should be used:
ant install.source -Dmax.threads=4
src-db/database/build.xml
src-db/database/lib/dbsourcemanager.jar
Alvaro Ferraz <[email protected]> null
Related to issue 35959: Code review improvements
src/org/openbravo/costing/CostingMigrationProcess.java
src/org/openbravo/costing/CostingUtils_data.xsql
Mark <[email protected]> null
Fixes issue 35959: Performance problem in Costing Migration Process
Due the big quantity of records in m_transaction table, the insertTrx() method
of
CostingMigrationProcess was consuming a lot of time to process and it was making
an important use of the server's resources.
To avoid that, problem was splitted in more simple tasks, instead of insert all
records in an unique query transaction, process will be iterative, limiting in
each iteration the record's count to insert. This way the use of the resources
is
balanced and more efficient.
Also was improved the updateLegacyCosts() method, increasing the value of i to
avoid flush and session clear in every iteration when legacy costs are being
processed.
src/org/openbravo/costing/CostingMigrationProcess.java
src/org/openbravo/costing/CostingUtils_data.xsql
Augusto Mauch <[email protected]> null
Fixes issue 35775: Triggers excluded from model are also disabled during
build
Now all the user triggers, even the ones excluded from the model, are disabled
during the build, and reenabled right after.
src-db/database/lib/dbsourcemanager.jar
Changes for Build #1648
No changes
Last 20 lines of the console output:
[...truncated 2065 lines...]
Total time: 1 second
executing script 'Tomcat stop'
[int-accounting-pgsql] $ /bin/bash
/tmp/build_step_template4045875830915385390.sh ENABLE
DEBUG: Tomcat stop called with parameters: ENABLED=ENABLE
* Stopping Tomcat servlet engine for Openbravo tomcat
...done.
executing script 'Check openbravo log'
[int-accounting-pgsql] $ /bin/bash
/tmp/build_step_template3411438221754264034.sh ENABLE
DEBUG: Check openbravo log called with parameters: ENABLED=ENABLE
Check log: openbravo log (artifact: int-accounting-pgsql.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
------------------------------------------------------------------------------
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