Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029154 | Openbravo ERP | A. Platform | public | 2015-03-06 07:20 | 2015-03-10 17:00 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | normal | Severity | trivial | Reproducibility | sometimes |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR15Q2 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0029154: log table recreation on update database |
Description | Update database task recreates tables when their module is updated, this recreation can take a long time to complete but currently there is no information in the log about what is going on. |
Steps To Reproduce | Enable pg log for all statements
Update from PR14Q3 to PR14Q4
Check in pg logs how some tables were recreated |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0029155 | 3.0PR15Q1.2 | closed | AugustoMauch | log table recreation on update database | depends on | backport | 0029156 | 3.0PR14Q3.8 | closed | AugustoMauch | log table recreation on update database | related to | defect | 0029127 | | closed | alostale | PR14Q3 -> PR14Q4 update can fail activating FKs | related to | feature request | 0029270 | | closed | alostale | prevent table recreation in update.database |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-03-06 07:20 | alostale | New Issue | |
2015-03-06 07:20 | alostale | Assigned To | => AugustoMauch |
2015-03-06 07:20 | alostale | Modules | => Core |
2015-03-06 07:20 | alostale | Triggers an Emergency Pack | => No |
2015-03-06 07:21 | alostale | Status | new => scheduled |
2015-03-06 07:21 | alostale | Assigned To | AugustoMauch => alostale |
2015-03-06 07:21 | alostale | Review Assigned To | => AugustoMauch |
2015-03-06 07:22 | alostale | Relationship added | related to 0029127 |
2015-03-06 08:10 | hgbot | Checkin | |
2015-03-06 08:10 | hgbot | Note Added: 0075220 | |
2015-03-06 08:10 | hgbot | Status | scheduled => resolved |
2015-03-06 08:10 | hgbot | Resolution | open => fixed |
2015-03-06 08:10 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/dbsm-main/rev/03fd172a1933478b1368331a43e85e046954ab55 [^] |
2015-03-06 08:10 | hgbot | Checkin | |
2015-03-06 08:10 | hgbot | Note Added: 0075221 | |
2015-03-06 08:11 | hgbot | Checkin | |
2015-03-06 08:11 | hgbot | Note Added: 0075222 | |
2015-03-06 08:11 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/dbsm-main/rev/03fd172a1933478b1368331a43e85e046954ab55 [^] => http://code.openbravo.com/erp/devel/pi/rev/486e7700e8d04adda67995debce6dc528bddac5a [^] |
2015-03-06 16:04 | hudsonbot | Checkin | |
2015-03-06 16:04 | hudsonbot | Note Added: 0075257 | |
2015-03-10 17:00 | AugustoMauch | Note Added: 0075415 | |
2015-03-10 17:00 | AugustoMauch | Status | resolved => closed |
2015-03-10 17:00 | AugustoMauch | Fixed in Version | => 3.0PR15Q2 |
2015-03-13 12:09 | alostale | Relationship added | related to 0029270 |
Notes |
|
(0075220)
|
hgbot
|
2015-03-06 08:10
|
|
|
|
(0075221)
|
hgbot
|
2015-03-06 08:10
|
|
Repository: erp/devel/dbsm-main
Changeset: bd922b5e05ccb0428de18ad9e442634eb917f3c8
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Mar 06 07:38:07 2015 +0100
URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/bd922b5e05ccb0428de18ad9e442634eb917f3c8 [^]
related to issue 29154: added test cases
---
M src-test/src/org/openbravo/dbsm/test/base/DbsmTest.java
M src-test/src/org/openbravo/dbsm/test/model/ModelSuite.java
A src-test/model/recreation/COL1.xml
A src-test/model/recreation/COL2.xml
A src-test/src/org/openbravo/dbsm/test/base/PGOnlyDbsmTest.java
A src-test/src/org/openbravo/dbsm/test/model/recreation/AddDropColumn.java
---
|
|
|
(0075222)
|
hgbot
|
2015-03-06 08:11
|
|
|
|
|
|
|
|
Code reviewed and verified in pi@5cc98c60fb3c |
|