int-basic-pgsql - Build # 1055 - Unstable:
Check console output at https://ci.openbravo.com/job/int-basic-pgsql/1055/ to
view the results.
Committers since last success:
Changes for Build #1055
Víctor Martínez Romanos <[email protected]> null
[prodcostexpl] Adapted IndexesTest OBBaseTest
The query inside IndexesTest was failing after including the new tabs related
to the [prodcostexpl] project, because a subquery was returning more than one
record where only one record was possible.
The reason was it was wrongly taken into account the new
M_Costing_Transactions_HQL HQL table.
Now the query only uses ad_table records defined as 'Table', which are the only
ones that can have indexes
src-test/src/org/openbravo/test/model/IndexesTest.java
Víctor Martínez Romanos <[email protected]> null
[prodcostexpl] Rename table to M_Costing_Transactions_HQL
src-db/database/sourcedata/AD_TABLE.xml
Víctor Martínez Romanos <[email protected]> null
[prodcostexpl] Module stuff integrated directly into Core
referencedata/standard/Costing_Transactions_not_sortable_and_not_filterable.xml
src-db/database/sourcedata/AD_MODULE_MERGE.xml
src/org/openbravo/common/datasource/CostingTransactionsHQLTransformer.java
.classpath.template
modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_DATASET.xml
src-db/database/sourcedata/AD_DATASET_TABLE.xml
src-db/database/sourcedata/AD_ELEMENT.xml
src-db/database/sourcedata/AD_FIELD.xml
src-db/database/sourcedata/AD_REFERENCE.xml
src-db/database/sourcedata/AD_REF_TABLE.xml
src-db/database/sourcedata/AD_TAB.xml
src-db/database/sourcedata/AD_TABLE.xml
modules/org.openbravo.costing.explaincostadjustments/referencedata/standard/Costing_Transactions_not_sortable_and_not_filterable.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_COLUMN.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_DATASET.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_DATASET_TABLE.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_ELEMENT.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_FIELD.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_MODULE_DBPREFIX.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_PACKAGE.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_REFERENCE.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_REF_TABLE.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_TAB.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_TABLE.xml
modules/org.openbravo.costing.explaincostadjustments/src/org/openbravo/costing/explaincostadjustments/CostingTransactionsHQLTransformer.java
Víctor Martínez Romanos <[email protected]> null
[prodcostexpl] Renamed m_costing_id to M_Costing_ID
this situation was creating an error in the RuntimeModelTest.testIsParent4 test.
Added product window to obcosta_costing_transactions table
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_COLUMN.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_TABLE.xml
Víctor Martínez Romanos <[email protected]> null
[prodcostexpl] Inventory Average Cost Transactions module added to OB3
.classpath.template
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
Unai Martirena [email protected]_ null
[prodcostexpl] Change module name, Update module version
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_TAB.xml
Unai Martirena [email protected]_ null
[prodcostexpl] Show results only for Costing records of type 'AVA'
Also while getting previous costing record, if there is more than one with same
movement date and trx process date, get the one with latest ending date, and if
this is also equal, get the one with less movement qty, as costing background
process processes the transactions in this order.
modules/org.openbravo.costing.explaincostadjustments/src/org/openbravo/costing/explaincostadjustments/CostingTransactionsHQLTransformer.java
Unai Martirena [email protected]_ null
[prodcostexpl] Update module name and version
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_MODULE.xml
Unai Martirena [email protected]_ null
[prodcostexpl] Update Costing Transactions tab name
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_TAB.xml
Unai Martirena [email protected]_ null
[prodcostexpl] Modify module dependency to PR15Q1.3
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
Unai Martirena [email protected]_ null
[prodcostexpl] Update module version to 1.0.1
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_MODULE.xml
Unai Martirena [email protected]_ null
[prodcostexpl] Refactor of the code done. Javadoc added
modules/org.openbravo.costing.explaincostadjustments/src/org/openbravo/costing/explaincostadjustments/CostingTransactionsHQLTransformer.java
Unai Martirena [email protected]_ null
[prodcostexpl] Replace Order By clause of transformer with order by clause
in tab
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_TAB.xml
modules/org.openbravo.costing.explaincostadjustments/src/org/openbravo/costing/explaincostadjustments/CostingTransactionsHQLTransformer.java
Unai Martirena [email protected]_ null
[prodcostexpl] Display Net Unit Price and Transaction Cost for shipments
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_TABLE.xml
Unai Martirena [email protected]_ null
[prodcostexpl] Avoid IOB Expection when setting summary function.
When setting summary function on a tab based on an HQL Query table, order by
clause is empty in HQLDataSourceService, so this case has to be handled in
CostingTransactionsHQLTransformer.java in order to not to fail.
modules/org.openbravo.costing.explaincostadjustments/src/org/openbravo/costing/explaincostadjustments/CostingTransactionsHQLTransformer.java
Unai Martirena [email protected]_ null
[prodcostexpl] Few changes in Application Dictionary
[1] Set flag Has Reference Data of the module to 'Y'. To take into account the
dataset of the module during the installation.
[2] Set flag Disable Parent Key Property of Costing Transactions tab to 'N', in
order to be able to Link a column with parent tab.
[3] Set flag Link to Parent Column of m_costing_id column to 'Y', in order to
filter by parent record.
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_COLUMN.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_TAB.xml
Unai Martirena [email protected]_ null
[prodcostexpl] Not return any record when there is no transaction in
selected costing record
modules/org.openbravo.costing.explaincostadjustments/src/org/openbravo/costing/explaincostadjustments/CostingTransactionsHQLTransformer.java
Unai Martirena [email protected]_ null
[prodcostexpl] Set legal entity org while calling getCostDimensionRule
method
modules/org.openbravo.costing.explaincostadjustments/src/org/openbravo/costing/explaincostadjustments/CostingTransactionsHQLTransformer.java
Unai Martirena [email protected]_ null
[prodcostexpl] Set proper org while calling getCostDimensionRule method
modules/org.openbravo.costing.explaincostadjustments/src/org/openbravo/costing/explaincostadjustments/CostingTransactionsHQLTransformer.java
Unai Martirena [email protected]_ null
[prodcostexpl] Initial Load
modules/org.openbravo.costing.explaincostadjustments/referencedata/standard/Costing_Transactions_not_sortable_and_not_filterable.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_COLUMN.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_DATASET.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_DATASET_TABLE.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_ELEMENT.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_FIELD.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_MODULE_DBPREFIX.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_PACKAGE.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_REFERENCE.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_REF_TABLE.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_TAB.xml
modules/org.openbravo.costing.explaincostadjustments/src-db/database/sourcedata/AD_TABLE.xml
modules/org.openbravo.costing.explaincostadjustments/src/org/openbravo/costing/explaincostadjustments/CostingTransactionsHQLTransformer.java
Last 20 lines of the console output:
[...truncated 21620 lines...]
executing script 'Check log'
[int-basic-pgsql] $ /bin/bash /tmp/build_step_template3085737863081210966.sh
ENABLE
DEBUG: Check log called with parameters: ENABLED=
Errors in openbravo.log:
2015-08-13 12:45:07,217 [DefaultQuartzScheduler_Worker-5] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:org.postgresql.util.PSQLException: An I/O error occurred while
sending to the backend.
2015-08-13 12:45:07,226 [DefaultQuartzScheduler_Worker-5] ERROR
org.openbravo.database.ConnectionProviderImpl - Error on releaseConnection
2015-08-13 12:45:07,242 [DefaultQuartzScheduler_Worker-5] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=0@An I/O error occurred while
sending to the backend.
Recording test results
Archiving artifacts
Checking \] ERROR|\] WARN
/srv/ci/workspace/int-basic-pgsql/SANDBOX/openbravo.log:
2015-08-13 12:45:07,217 [DefaultQuartzScheduler_Worker-5] ERROR
org.openbravo.scheduling.ProcessRunData - SQL error in query: UPDATE
AD_Process_Run SET Updated = NOW(), UpdatedBy = ?, Status = ?, End_Time
= NOW(), Runtime = ?, Log = ? WHERE AD_Process_Run_ID =
?Exception:org.postgresql.util.PSQLException: An I/O error occurred while
sending to the backend.
2015-08-13 12:45:07,226 [DefaultQuartzScheduler_Worker-5] ERROR
org.openbravo.database.ConnectionProviderImpl - Error on releaseConnection
2015-08-13 12:45:07,242 [DefaultQuartzScheduler_Worker-5] ERROR
org.openbravo.scheduling.ProcessMonitor - @CODE=0@An I/O error occurred while
sending to the backend.
Build step 'Jenkins Text Finder' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
------------------------------------------------------------------------------
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds