Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0038014 | Openbravo ERP | A. Platform | public | 2018-02-28 12:14 | 2018-03-08 16:38 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | normal | Severity | trivial | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR18Q2 | |
Merge Request Status | |
Review Assigned To | caristu |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0038014: DB connection leak using old pool in test cases |
Description | Using old Apache commons jdbc pool, connections are leaked in test cases when using OBBaseTest.getConnectionProvider. |
Steps To Reproduce | 1. Set Openbravo.properties to use old pool (db.externalPoolClassName=)
2. Run ErrorTextParserTest and stop in the last test executed
3. Check DB connections
-> GOT: 11 idle connections
EXPECTED: a couple of them |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0038097 | | closed | alostale | DalConnectionProvider.getTransactionConnection with dbcp pool does not set db config query |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-02-28 12:14 | alostale | New Issue | |
2018-02-28 12:14 | alostale | Assigned To | => platform |
2018-02-28 12:14 | alostale | OBNetwork customer | => No |
2018-02-28 12:14 | alostale | Modules | => Core |
2018-02-28 12:14 | alostale | Triggers an Emergency Pack | => No |
2018-02-28 13:04 | alostale | Assigned To | platform => alostale |
2018-02-28 13:04 | alostale | Review Assigned To | => caristu |
2018-02-28 13:05 | hgbot | Checkin | |
2018-02-28 13:05 | hgbot | Note Added: 0102869 | |
2018-02-28 13:05 | hgbot | Status | new => resolved |
2018-02-28 13:05 | hgbot | Resolution | open => fixed |
2018-02-28 13:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ed2612a8ff2920a948cfe6d428187968fe5d5706 [^] |
2018-03-02 21:18 | hudsonbot | Checkin | |
2018-03-02 21:18 | hudsonbot | Note Added: 0102958 | |
2018-03-08 16:38 | caristu | Note Added: 0103093 | |
2018-03-08 16:38 | caristu | Status | resolved => closed |
2018-03-08 16:38 | caristu | Fixed in Version | => 3.0PR18Q2 |
2018-03-09 15:29 | alostale | Relationship added | related to 0038097 |