Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0042477Openbravo ERPA. Platformpublic2019-12-04 17:092019-12-13 09:49
dmiguelez 
alostale 
immediateminorhave not tried
closedfixed 
5
 
3.0PR20Q1 
AugustoMauch
Core
Pre packaging ( pi )
2019-11-27
pi
https://gitlab.com/openbravocode/product/dbsm/commit/8ee5e8b0 [^]
No
0042477: Log is too verbose in Oracle when exporting the database
Log is too verbose in Oracle when exporting the database.


This causes CI to detect false errors in some jobs.
This happens due to the regular expression that looks for failures (it looks for the error word). By having a more verbose log, there are some tables with a name that contains the error word that are shown were previously they were not.
Using Oracle, having all the modules in development and launching ant export.database.

In this execution of the Mod-Simple/Retail Oracle Job in Continuous integration the output was correct: https://ci.openbravo.com/job/mod-simple/47025/ [^]
The output is attached as correct.txt

In this execution, the output is too verbose:
https://ci.openbravo.com/job/mod-simple/47340/ [^]
The output is attached as tooVerbose.txt

The content that should be removed is attached as contentToDelete.txt
No tags attached.
caused by feature request 00420423.0PR20Q1 closed AugustoMauch Add support of materialized views 
txt correct.txt (276,724) 2019-12-04 17:09
https://issues.openbravo.com/file_download.php?file_id=13629&type=bug
txt tooVerbose.txt (549,299) 2019-12-04 17:09
https://issues.openbravo.com/file_download.php?file_id=13630&type=bug
txt contentToDelete.txt (270,152) 2019-12-04 17:09
https://issues.openbravo.com/file_download.php?file_id=13631&type=bug
Issue History
2019-12-04 17:09dmiguelezNew Issue
2019-12-04 17:09dmiguelezAssigned To => platform
2019-12-04 17:09dmiguelezFile Added: correct.txt
2019-12-04 17:09dmiguelezModules => Core
2019-12-04 17:09dmiguelezTriggers an Emergency Pack => No
2019-12-04 17:09dmiguelezFile Added: tooVerbose.txt
2019-12-04 17:09dmiguelezFile Added: contentToDelete.txt
2019-12-05 07:55alostaleRelationship addedcaused by 0042042
2019-12-05 08:00alostaleRegression level => Pre packaging ( pi )
2019-12-05 08:00alostaleRegression date => 2019-11-27
2019-12-05 08:00alostaleRegression introduced in release => pi
2019-12-05 08:00alostaleRegression introduced by commit => https://gitlab.com/openbravocode/product/dbsm/commit/8ee5e8b0 [^]
2019-12-05 08:00alostaleAssigned Toplatform => alostale
2019-12-05 08:00alostalePrioritynormal => immediate
2019-12-05 08:22hgbotCheckin
2019-12-05 08:22hgbotNote Added: 0116098
2019-12-05 08:22hgbotStatusnew => resolved
2019-12-05 08:22hgbotResolutionopen => fixed
2019-12-05 08:22hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/7452c8180172c11d53b6df1a8356475914659be3 [^]
2019-12-05 08:22alostaleReview Assigned To => AugustoMauch
2019-12-05 08:36alostaleNote Added: 0116099
2019-12-13 09:49AugustoMauchNote Added: 0116303
2019-12-13 09:49AugustoMauchStatusresolved => closed
2019-12-13 09:49AugustoMauchFixed in Version => 3.0PR20Q1

Notes
(0116098)
hgbot   
2019-12-05 08:22   
Repository: erp/devel/pi
Changeset: 7452c8180172c11d53b6df1a8356475914659be3
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Dec 05 08:21:58 2019 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/7452c8180172c11d53b6df1a8356475914659be3 [^]

fixed BUG-42477: too verbose log in export.database in Oracle

---
M src-db/database/lib/dbsourcemanager.jar
---
(0116099)
alostale   
2019-12-05 08:36   
Commit in DBSM: https://gitlab.com/openbravocode/product/dbsm/commit/3c69c5c6d64edbaaf9c754447e7ae50212c111fd [^]
(0116303)
AugustoMauch   
2019-12-13 09:49   
Code reviewed and verified